]> git.donarmstrong.com Git - lilypond.git/blobdiff - mutopia/Coriolan/corni.ly
release: 1.3.60
[lilypond.git] / mutopia / Coriolan / corni.ly
index 3baa0bff1a20d5b54dac722e415fad6f6973df78..4c83ed3fb3d507d27cfbc1aa0831cdf6e6a6b896 100644 (file)
@@ -9,22 +9,26 @@ copyright =    "public domain";
 
 }
 
-\version "1.0.21";
+\version "1.3.59";
 
 \include "corno-1.ly"
 \include "corno-2.ly"
 
 $corni_staff = \context Staff = corni <
-       \property Staff.midiInstrument = "french horn"
-       \property Staff.instrument = "2 Corni (E\\textflat)"
-       \property Staff.instr = "Cor. (E\\textflat)"
+       \property Staff.midiInstrument = #"french horn"
+       \property Staff.instrument = #"2 Corni\n(E\\textflat)"
+       \property Staff.instr = #"Cor.\n(E\\textflat)"
        % urg: can't; only My_midi_lexer:<non-static> () parses pitch?
        %\property Staff.transposing = "es"
-       \property Staff.transposing = 3
-       \notes \context Voice=corni < 
+       \property Staff.transposing = #3
+       %\notes \context Voice=corni < 
+       \notes \context Staff=corni < 
                \time 4/4;
-               \$corno1
-               \$corno2
+               \skip 1*341; \bar "|.";
+               \context VoiceOne=cornoi
+                       \$corno1
+               \context VoiceTwo=cornoii
+                       \$corno2
        >
 >