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

            return null;
        }