]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/Coriolan/trombe.ly
patch::: 1.3.126.jcn1
[lilypond.git] / mutopia / Coriolan / trombe.ly
1
2 \version "1.3.120";
3
4 \include "trombo-1.ly"
5 \include "trombo-2.ly"
6
7 trombeStaff =  \context VoiceCombineStaff = trombe <
8         \context VoiceCombineStaff=trombe {
9                 \property VoiceCombineStaff.midiInstrument = #"trumpet"
10
11                 \property VoiceCombineStaff.instrument = #`((kern . 0.5)
12                 (lines "2 Trombe" (rows "(C)")))
13                 \property VoiceCombineStaff.instr = #`((kern . 0.5)
14                 (lines "Tbe." (rows "(C)")))
15
16                 \notes { \key c \major; }
17                 \End
18         }
19         \context VoiceCombineVoice=one \partcombine VoiceCombineVoice
20                 \context VoiceCombineThread=one \tromboI
21                 \context VoiceCombineThread=two \tromboII
22 >
23