]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/Coriolan/corni.ly
patch::: 1.3.136.jcn1
[lilypond.git] / mutopia / Coriolan / corni.ly
1
2 \version "1.3.120";
3
4 \include "corno-1.ly"
5 \include "corno-2.ly"
6
7 corniStaff = \context Staff = corni <
8         \property Staff.midiInstrument = #"french horn"
9
10         \property Staff.instrument = #`(rows "Corni in E" ,text-flat)
11         
12         \property Staff.instr = #`(lines "Cor."  (rows "(E" ,text-flat ")"))
13         \property Staff.transposing = #3
14         \Time
15         \notes { \key c \major; }
16         \End
17         \context Voice=one \partcombine Voice
18                 \context Thread=one \cornoI
19                 \context Thread=two \cornoII
20 >
21