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