]> git.donarmstrong.com Git - lilypond.git/blobdiff - mutopia/Coriolan/flauti.ly
patch::: 1.3.132.jcn1
[lilypond.git] / mutopia / Coriolan / flauti.ly
index 146d4393d8fe04aa3f4117a3338084c7f1d54ce3..d0994194f6ed581ea0a6aa4425661b44db3583bb 100644 (file)
@@ -1,27 +1,16 @@
-\header{
-filename =      "flauti.ly";
-% %title =      "Ouvert\\"ure zu Collins Trauerspiel \\"Coriolan\\" Opus 62";
-description =   "";
-composer =      "Ludwig van Beethoven (1770-1827)";
-enteredby =     "JCN";
-copyright =     "public domain";
 
-
-}
-
-\version "1.0.19";
+\version "1.3.120";
 
 \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 < 
-               \global
-               \$flauto1
-               \$flauto2
-       >
+flautiStaff =  \notes \context Staff = flauti <
+       \property Staff.midiInstrument = #"flute"
+       \property Staff.instrument = #"2 Flauti"
+       \property Staff.instr = #"Fl."
+       \global
+       \context Voice=one \partcombine Voice
+               \context Thread=one \flautoI
+               \context Thread=two \flautoII
 >