]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-nice.ly
(conv): add 2.2.0 rule.
[lilypond.git] / input / regression / slur-nice.ly
index 69485a30052b4c00c86985056bf36a9e35f2fe0d..b95590079553d70804f7562027c77a3e708a423a 100644 (file)
@@ -1,23 +1,26 @@
+
+\version "2.1.36"
 \header{
 texidoc="
 Slurs should look nice and symmetric.  The curvature may increase
 only to avoid noteheads, and as little as possible.  Slurs never
 run through noteheads or stems.
-";
+"
 }
 
 \score{
        \notes\relative c''{
-               \time 3/4;
+               \time 3/4
                \slurUp
-               \stemBoth a ( \stemDown a \stemBoth ) a a( c )a a( e' )a, a( g' )a,
-               \stemUp a( e' )a,
+               \stemBoth a ( \stemDown a \stemBoth  a) a( c  a) a( e'  a,) a( g'  a,)
+               \stemUp a( e'  a,)
                \break
                \slurDown
-               \stemBoth c ( \stemUp c \stemBoth ) c c ( a ) c c( d, )c' c( f, )c'
-               \stemDown c( f, )c'
+               \stemBoth c ( \stemUp c \stemBoth  c) c ( a  c) c( d,  c') c( f,  c')
+               \stemDown c( f,  c')
        }
        \paper{
-               linewidth = 120.\mm;
+               linewidth = 120.\mm
        }
 }
+