]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/Coriolan/corni.ly
patch::: 1.3.126.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 VoiceCombineStaff = corni <
8         \property VoiceCombineStaff.midiInstrument = #"french horn"
9
10         \property VoiceCombineStaff.instrument = #`((kern . 0.5)
11         (lines "2 Corni" (rows "(E" ,text-flat ")")))
12         
13         \property VoiceCombineStaff.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 VoiceCombineStaff.transposing = "es"
18         \property VoiceCombineStaff.transposing = #3
19         \Time
20         \notes { \key c \major; }
21         \End
22         \context VoiceCombineVoice=one \partcombine VoiceCombineVoice
23                 \context VoiceCombineThread=one \cornoI
24                 \context VoiceCombineThread=two \cornoII
25 >
26