X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mutopia%2FCoriolan%2Fcorni.ly;h=b4fe792cc642cac05b41888069cdfdcc24a84021;hb=701c5e3d2e865da2a464b6460a30f14f061089ea;hp=2d85377244c3197cc98ad92fae00d990fe22edc6;hpb=151617937a431d3db3e94a16db011600acdb4288;p=lilypond.git diff --git a/mutopia/Coriolan/corni.ly b/mutopia/Coriolan/corni.ly index 2d85377244..b4fe792cc6 100644 --- a/mutopia/Coriolan/corni.ly +++ b/mutopia/Coriolan/corni.ly @@ -1,30 +1,22 @@ -\header{ -filename = "corni.ly"; -% %title = "Ouvert\\"ure zu Collins Trauerspiel \\"Coriolan\\" Opus 62"; -description = ""; -composer = "Ludwig van Beethoven (1770-1827)"; -enteredby = "JCN"; -copyright = "public domain"; - -} - -\version "1.0.3"; +\version "1.3.120"; \include "corno-1.ly" \include "corno-2.ly" -$corni_staff = \type Staff = corni < - \property Staff.midi_instrument = "french horn" - \property Staff.instrument = "2 Corni (E\\textflat)" - \property Staff.instr = "Cor. (E\\textflat)" - % urg: can't; only My_midi_lexer: () parses pitch? - %\property Staff.transposing = "es" - \property Staff.transposing = 3 - \notes \type Voice=corni < - \time 4/4; - \$corno1 - \$corno2 - > +corniStaff = \context Staff = corni < + \property Staff.midiInstrument = #"french horn" + + \property Staff.instrument = #`(lines + "2 Corni" (rows "(E" ,text-flat ")")) + + \property Staff.instr = #`(lines "Cor." (rows "(E" ,text-flat ")")) + \property Staff.transposing = #3 + \Time + \notes { \key c \major; } + \End + \context Voice=one \partcombine Voice + \context Thread=one \cornoI + \context Thread=two \cornoII >