]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-nice.ly
(start_translation_timestep): split
[lilypond.git] / input / regression / slur-nice.ly
index 00535f7bfd182df66d451d644fe697d489727523..853fdfec17080ff991c5b36ad272b34b4182ad3a 100644 (file)
@@ -1,4 +1,5 @@
-\version "1.7.18"
+
+\version "2.4.0"
 \header{
 texidoc="
 Slurs should look nice and symmetric.  The curvature may increase
@@ -8,18 +9,18 @@ run through noteheads or stems.
 }
 
 \score{
-       \notes\relative c''{
+       \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,-)
+               \stemNeutral a ( \stemDown a \stemNeutral  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'-)
+               \stemNeutral c ( \stemUp c \stemNeutral  c) c ( a  c) c( d,  c') c( f,  c')
+               \stemDown c( f,  c')
        }
-       \paper{
+       \layout{
                linewidth = 120.\mm
        }
 }
-%% new-chords-done %%
+