]> git.donarmstrong.com Git - lilypond.git/blobdiff - mutopia/Coriolan/flauti.ly
release: 1.3.118
[lilypond.git] / mutopia / Coriolan / flauti.ly
index 4de0fdd35391057cd699668ff5ddb720c821ce4f..1b9fe58c3b07f25207b9a5e2d4663fc8e35f89cc 100644 (file)
@@ -1,30 +1,24 @@
 \header{
-filename =      "flauti.ly";
+filename =      "flauti.ly";
 % %title =      "Ouvert\\"ure zu Collins Trauerspiel \\"Coriolan\\" Opus 62";
-description =   "";
-composer =      "Ludwig van Beethoven (1770-1827)";
-enteredby =     "JCN";
-copyright =     "public domain";
-
-
+description =   "";
+composer =      "Ludwig van Beethoven (1770-1827)";
+enteredby =     "JCN";
+copyright =     "public domain";
 }
 
-\version "1.3.59";
+\version "1.3.117";
 
 \include "flauto-1.ly"
 \include "flauto-2.ly"
 
-$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
-               \context VoiceOne=flautoi 
-                       \$flauto1
-               \context VoiceTwo=flautoii 
-                       \$flauto2
-       >
+flautiStaff =  \notes \context VoiceCombineStaff = flauti <
+       \property VoiceCombineStaff.midiInstrument = #"flute"
+       \property VoiceCombineStaff.instrument = #"2 Flauti"
+       \property VoiceCombineStaff.instr = #"Fl."
+       \global
+       \context VoiceCombineVoice=one \partcombine VoiceCombineVoice
+               \context VoiceCombineThread=one \flautoI
+               \context VoiceCombineThread=two \flautoII
 >