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

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

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

            target.AddTekstAtSelection(newText);
        }