]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/stem.ly
release: 0.1.63
[lilypond.git] / input / test / stem.ly
index 8cd604af5f90380bf4f4bff247fed997c8d805ca..60d6700600df622d8baf7d8d0e469b0c7b801ac7 100644 (file)
@@ -8,39 +8,39 @@ of beams";
        
 }
 
-\version "0.1.10";
+\version "0.1.14";
 
 beamintervals = \melodic{
                \meter 7/4;
-               \stemup;
+               \stemup
                \octave 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 ] |
+               [ c b, ] [ c a, ] [ c g, ] [ c f, ] [ c e, ] [ c d, ] [ c c, ] |
                \octave c'';
-               [ c 'b ] [ c 'a ] [ c 'g ] [ c 'f ] [ c 'e ] [ c 'd ] [ c 'c ] |
-               \stemdown;
+               [ c b, ] [ c a, ] [ c g, ] [ c f, ] [ c e, ] [ c d, ] [ c c, ] |
+               \stemdown
                \octave c''';
-               [ c 'b ] [ c 'a ] [ c 'g ] [ c 'f ] [ c 'e ] [ c 'd ] [ c 'c ] |
+               [ c b, ] [ c a, ] [ c g, ] [ c f, ] [ c e, ] [ c d, ] [ c c, ] |
                \octave c'';
-               [ c 'b ] [ c 'a ] [ c 'g ] [ c 'f ] [ c 'e ] [ c 'd ] [ c 'c ] |
+               [ c b, ] [ c a, ] [ c g, ] [ c f, ] [ c e, ] [ c d, ] [ c c, ] |
                [ c d ] [ c e ] [ c f ] [ c g ] [ c a ] [ c b ] [ c c' ] |
        }
 
 \score{
        \melodic{ 
                \octave c';
-               \stemup;
+               \stemup
                \meter 17/4;
-               'g4 'a 'b c d e f g a b c' d' e' f' g' a' b' |
+               g,4 a, b, c d e f g a b c' d' e' f' g' a' b' |
                \stemdown
-               b' a' g' f' e' d' c' b a g f e d c 'b 'a 'g |
-               \beamintervals;
-               \transpose d \beamintervals;
-               \transpose e \beamintervals;
-               \transpose f \beamintervals;
-               \transpose g \beamintervals;
-               \transpose a \beamintervals;
-               \transpose b \beamintervals;
+               b' a' g' f' e' d' c' b a g f e d c b, a, g, |
+               \beamintervals
+               \transpose d \beamintervals
+               \transpose e \beamintervals
+               \transpose f \beamintervals
+               \transpose g \beamintervals
+               \transpose a \beamintervals
+               \transpose b \beamintervals
        }
        \paper{
                gourlay_maxmeasures = 2.;