]> git.donarmstrong.com Git - lilypond.git/blobdiff - mutopia/Coriolan/corni.ly
release: 1.3.94
[lilypond.git] / mutopia / Coriolan / corni.ly
index e8867a1709ae45f7e8d0caa4736bd3c1c46bbffe..33010ced5bf45db1fcea955c2cd4d94b203912db 100644 (file)
@@ -2,26 +2,27 @@
 filename =      "corni.ly";
 % %title =      "Ouvert\\"ure zu Collins Trauerspiel \\"Coriolan\\" Opus 62";
 description =   "";
-composer =      "Ludwig van Beethoven (1770-1792)";
+composer =      "Ludwig van Beethoven (1770-1827)";
 enteredby =     "JCN";
 copyright =     "public domain";
-
-
 }
 
-\version "0.1.9";
+\version "1.3.93";
 
 \include "corno-1.ly"
 \include "corno-2.ly"
 
-$corni_staff = \type Staff = corni <
-       \property Staff.instrument = "french horn"
-       \melodic< 
-% ugh, key doesn't transpose along
-%              \global
-               \meter 4/4;
-               \transpose 'a \$corno1
-               \transpose 'a \$corno2
-       >
+corniStaff = \context VoiceCombineStaff = corni <
+       \property VoiceCombineStaff.midiInstrument = #"french horn"
+       \property VoiceCombineStaff.instrument = #"2 Corni\n(E\\textflat)"
+       \property VoiceCombineStaff.instr = #"Cor.\n(E\\textflat)"
+       % urg: can't; only My_midi_lexer:<non-static> () parses pitch?
+       %\property VoiceCombineStaff.transposing = "es"
+       \property VoiceCombineStaff.transposing = #3
+       \time 4/4;
+       \skip 1*314; \bar "|.";
+       \context VoiceCombineVoice=one \partcombine VoiceCombineVoice
+               \context VoiceCombineThread=one \cornoI
+               \context VoiceCombineThread=two \cornoII
 >