]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-nice.ly
formatting fixes.
[lilypond.git] / input / regression / slur-nice.ly
index d8abaa3a878e743cd25f5d02a4dd36d286086859..00535f7bfd182df66d451d644fe697d489727523 100644 (file)
@@ -1,4 +1,4 @@
-\version "1.3.146"
+\version "1.7.18"
 \header{
 texidoc="
 Slurs should look nice and symmetric.  The curvature may increase
@@ -11,14 +11,15 @@ run through noteheads or stems.
        \notes\relative c''{
                \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
        }
 }
+%% new-chords-done %%