]> git.donarmstrong.com Git - lilypond.git/blob - ports/mutopia/BeethovenLv/O62/Coriolan/corni.ly
86bb724161625762ada107b09d2d41a8933f355a
[lilypond.git] / ports / mutopia / BeethovenLv / O62 / Coriolan / corni.ly
1
2 \version "1.3.141";
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