]> git.donarmstrong.com Git - lilypond.git/blobdiff - mutopia/Coriolan/flauti.ly
release: 1.3.118
[lilypond.git] / mutopia / Coriolan / flauti.ly
index 2e14b35ba0f94ae5a87450a1d97ffee7d1213a38..1b9fe58c3b07f25207b9a5e2d4663fc8e35f89cc 100644 (file)
@@ -1,27 +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.0.1";
+\version "1.3.117";
 
 \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."
-       \melodic \type Voice=flauti < 
-               \global
-               \$flauto1
-               \$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
 >