]> git.donarmstrong.com Git - lilypond.git/blob - ports/mutopia/BeethovenLv/O62/Coriolan/trombe.ly
patch::: 1.3.140.jcn7
[lilypond.git] / ports / mutopia / BeethovenLv / O62 / Coriolan / trombe.ly
1
2 \version "1.3.141";
3
4 \include "trombo-1.ly"
5 \include "trombo-2.ly"
6
7 trombeStaff =  \context Staff = trombe <
8         \context Staff=trombe {
9                 \property Staff.midiInstrument = #"trumpet"
10
11                 \property Staff.instrument = #"Trombe in C"
12                 \property Staff.instr = #`(lines "Tbe." (rows "(C)"))
13
14                 \notes { \key c \major; }
15                 \End
16         }
17         \context Voice=one \partcombine Voice
18                 \context Thread=one \tromboI
19                 \context Thread=two \tromboII
20 >
21