コード例 #1
0
        public RelativeVariablesWrapper Handle(string token, string[] tokens, LilyPondStaffAdapter staff, ref int index)
        {
            string cleffValue = tokens[++index];

            staff.AddClef(cleffValue);

            return(null);
        }