Esempio n. 1
0
        public void Execute()
        {
            string newText = "\\time 3/4";

            target.AddTekstAtSelection(newText);
        }
Esempio n. 2
0
        public void Execute()
        {
            string newText = "\\clef treble";

            target.AddTekstAtSelection(newText);
        }
Esempio n. 3
0
        public void Execute()
        {
            string newText = "\\tempo 4=120";

            target.AddTekstAtSelection(newText);
        }