]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/Coriolan/flauti.ly
d1f7ed8e562c133201e3c78ceed040050805c01d
[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 \version "1.3.59";
11
12 \include "flauto-1.ly"
13 \include "flauto-2.ly"
14
15 flautiStaff = \notes \context Staff = flauti <
16         \property Staff.midiInstrument = #"flute"
17         \property Staff.instrument = #"2 Flauti"
18         \property Staff.instr = #"Fl."
19         \global
20         \context Voice=one \partcombine Voice
21                 \context Thread=one \flautoI
22                 \context Thread=two \flautoII
23 >
24