]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/sleur.ly
release: 0.1.61
[lilypond.git] / input / test / sleur.ly
index 9ea0df5912a108c8dcf06681b1309b26b4bea943..3026613cae0e5b11119a9ded343b86dbe655dce4 100644 (file)
@@ -5,12 +5,13 @@ TestedFeatures =       "This file tests Feta embedded slurs"
         "(Feta definitively is not an abbreviation of Font-En-TjA)";
 }
 
-\version "0.1.9";
+\version "0.1.10";
 
 shortlong = \melodic{
        c4()c( c c  |
        c c c c |
        c c c c |
+       \break;
        c c c )c |
 }
 
@@ -133,6 +134,7 @@ blend =     \melodic{
        \octave c';
        e( c'' c'' )e
        \stemup
+       f'( c'' c'' )f'
        e( c'' c'' )e
        \stemdown
        f'( \stemboth 'a 'a \stemdown )f'
@@ -174,7 +176,7 @@ clipping = \melodic{
 \score{
        \melodic{ 
                % use blend for fast check
-               %\blend
+               \blend
 % {
                \shortlong
                \dirs
@@ -185,16 +187,16 @@ clipping = \melodic{
                \tiltup
                \tiltdown
                \bug
-               \clipping
 % }
+               \clipping
                % use broken with small linewidth
                %\broken
        }
        \paper{ 
              indent = 0.0\pt;
                %for broken!
-               %linewidth= 40.\mm;
-               %castingalgorithm = \Wordwrap;
+               % linewidth= 30.\mm;
+               castingalgorithm = \Wordwrap;
        }
 }