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

            staff.AddTimeSignature(timeValue);

            return(null);
        }