]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/opus-130.ly
patch::: 1.3.17.jcn2
[lilypond.git] / input / opus-130.ly
index 0bb12e66c0920e88a95a60ea593293292dea843c..06ba443e75e3851b6a70cedf9cb1e1be6e2881f8 100644 (file)
@@ -8,10 +8,10 @@ enteredby =    "JCN";
 copyright =     "public domain";
 }
 
-% \version "1.0.14";
+% \version "1.0.16";
 
 tempi = \notes {
-       \property Voice.textstyle = "large"
+       \property Voice.textStyle = "large"
        s8^"Allegro assai"
 }
 
@@ -24,8 +24,10 @@ global = \notes {
        \key g;
        \time 3/8;
        < 
-               \dynamics 
-               \repeat 2 { s4.*8 } 
+               \dynamics
+               s4. *  8
+               s4. *  8
+               % \repeat semi 2 { s4.*8 } 
        >
 }
 
@@ -53,22 +55,16 @@ cello = \notes\relative c'{
 }
 
 \score{
-       \type StaffGroup <
+       \context StaffGroup <
 % broken, 1.1.23
-%              \type Staff = i < \tempi \global \violinei >
-               \type Staff = i < \global \violinei >
-               \type Staff = ii < \global \violineii >
-               \type Staff = iii < \global \viola >
-               \type Staff = iv  < \global \cello >
+%              \context Staff = i < \tempi \global \violinei >
+               \context Staff = i < \global \violinei >
+               \context Staff = ii < \global \violineii >
+               \context Staff = iii < \global \viola >
+               \context Staff = iv  < \global \cello >
        >
        \paper{
                \translator { \OrchestralScoreContext }
-               \translator {
-                       \VoiceContext
-                       \consists Auto_beam_engraver;
-                       beamAuto = 1.;
-                       beamAutoEnd = "3/8";
-               }
        }
        \midi{ \tempo 4 = 160; }
 }