]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/stem.ly
release: 1.3.142
[lilypond.git] / input / test / stem.ly
index 992b5f73074a5963554996767ec1eead19a81b65..0831f3b074a161794eca9617947fbd48e3e37465 100644 (file)
@@ -1,24 +1,24 @@
 \header{
 title= "Stems and Beams";
-subtitle = "proofsheet"; 
-enteredby =     "jcn";
-copyright =     "public domain";
-TestedFeatures =        "This file tests the length of stems and placement 
+subtitle =  "proofsheet"; 
+enteredby =     "jcn";
+copyright =     "public domain";
+TestedFeatures =        "This file tests the length of stems and placement 
 of beams";
        
 }
 
-\version "1.0.14";
 
-beamintervals = \notes{
+
+beamintervals =  \notes{
                \time 7/4;
-               \stemup
+               \stemUp
 \transpose c'{
                [ c8 d ] [ c e ] [ c f ] [ c g ] [ c a ] [ c b ] [ c c' ] |
                [ c b, ] [ c a, ] [ c g, ] [ c f, ] [ c e, ] [ c d, ] [ c c, ] |
                }\transpose c''{
                [ c b, ] [ c a, ] [ c g, ] [ c f, ] [ c e, ] [ c d, ] [ c c, ] |
-               \stemdown}
+               \stemDown}
                \transpose c'''{
                [ c b, ] [ c a, ] [ c g, ] [ c f, ] [ c e, ] [ c d, ] [ c c, ] |
 }              \transpose c''{
@@ -28,10 +28,10 @@ beamintervals = \notes{
 
 \score{
        \notes\transpose c'{ 
-               \stemup
+               \stemUp
                \time 17/4;
                g,4 a, b, c d e f g a b c' d' e' f' g' a' b' |
-               \stemdown
+               \stemDown
                b' a' g' f' e' d' c' b a g f e d c b, a, g, |
                \beamintervals
                \transpose d \beamintervals
@@ -41,7 +41,4 @@ beamintervals = \notes{
                \transpose a \beamintervals
                \transpose b \beamintervals
        }
-       \paper{
-               gourlay_maxmeasures = 2.;
-       }
 }