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