]> git.donarmstrong.com Git - lilypond.git/blobdiff - mutopia/Coriolan/flauti.ly
release: 1.3.60
[lilypond.git] / mutopia / Coriolan / flauti.ly
index 5fcc5d2003a8001352561e0b38dfe195d36a98b1..4de0fdd35391057cd699668ff5ddb720c821ce4f 100644 (file)
@@ -9,19 +9,22 @@ copyright =    "public domain";
 
 }
 
-\version "1.0.6";
+\version "1.3.59";
 
 \include "flauto-1.ly"
 \include "flauto-2.ly"
 
-$flauti_staff = \type Staff = flauti <
-       \property Staff.midi_instrument = "flute"
-       \property Staff.instrument = "2 Flauti"
-       \property Staff.instr = "Fl."
-       \notes \type Voice=flauti < 
+$flauti_staff = \context Staff = flauti <
+       \property Staff.midiInstrument = #"flute"
+       \property Staff.instrument = #"2 Flauti"
+       \property Staff.instr = #"Fl."
+       %\notes \context Voice=flauti < 
+       \notes \context Staff=flauti < 
                \global
-               \$flauto1
-               \$flauto2
+               \context VoiceOne=flautoi 
+                       \$flauto1
+               \context VoiceTwo=flautoii 
+                       \$flauto2
        >
 >