]> git.donarmstrong.com Git - lilypond.git/blobdiff - mutopia/Coriolan/corni.ly
patch::: 1.3.133.jcn1
[lilypond.git] / mutopia / Coriolan / corni.ly
index 4768d87429da265d0090e8faae60512f9194fa07..b4fe792cc642cac05b41888069cdfdcc24a84021 100644 (file)
@@ -1,29 +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.3.117";
+\version "1.3.120";
 
 \include "corno-1.ly"
 \include "corno-2.ly"
 
-corniStaff =  \context VoiceCombineStaff = corni <
-       \property VoiceCombineStaff.midiInstrument = #"french horn"
-       \property VoiceCombineStaff.instrument = #"2 Corni\n(E\\textflat)"
-       \property VoiceCombineStaff.instr = #"Cor.\n(E\\textflat)"
+corniStaff = \context Staff = corni <
+       \property Staff.midiInstrument = #"french horn"
 
-       % 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
+       \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
 >