]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/Coriolan/flauti.ly
83c1ea59c135b022ccfd0e43fdee33dae2e8a81d
[lilypond.git] / mutopia / Coriolan / flauti.ly
1 \header{
2 filename =       "flauti.ly";
3 % %title =       "Ouvert\\"ure zu Collins Trauerspiel \\"Coriolan\\" Opus 62";
4 description =    "";
5 composer =       "Ludwig van Beethoven (1770-1827)";
6 enteredby =      "JCN";
7 copyright =      "public domain";
8
9
10 }
11
12 \version "1.3.59";
13
14 \include "flauto-1.ly"
15 \include "flauto-2.ly"
16
17 $flauti_staff = \notes \context Staff = flauti <
18         \property Staff.midiInstrument = #"flute"
19         \property Staff.instrument = #"2 Flauti"
20         \property Staff.instr = #"Fl."
21
22         \global
23
24         \context Voice=one { \skip 1; }
25         \context Voice=two { \skip 1; }
26
27         \context Voice=one \partcombine Voice <
28                 \context Thread=one \$flauto1
29                 \context Thread=two \$flauto2
30         >
31 >
32