]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/Coriolan/corni.ly
patch::: 1.3.128.jcn2
[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 = #`((kern . 0.5)
11         (lines "2 Corni" (rows "(E" ,text-flat ")")))
12         
13         \property Staff.instr = #`((kern . 0.5)
14         (lines "Cor."  (rows "(E" ,text-flat ")")))
15
16         % urg: can't; only My_midi_lexer:<non-static> () parses pitch?
17         %\property Staff.transposing = "es"
18         \property Staff.transposing = #3
19         \Time
20         \notes { \key c \major; }
21         \End
22         \context Voice=one \partcombine Voice
23                 \context Thread=one \cornoI
24                 \context Thread=two \cornoII
25 >
26