]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-nice.ly
(neumeDemoPaper): remove duplication from
[lilypond.git] / input / regression / slur-nice.ly
index b56b22310f28da1b49f24056793e0441d7b308a4..c2afcda8429a52f5d4ef240d421a342187d9cbd1 100644 (file)
@@ -1,4 +1,5 @@
-\version "1.5.68"
+
+\version "2.3.4"
 \header{
 texidoc="
 Slurs should look nice and symmetric.  The curvature may increase
@@ -8,17 +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,
+               \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
        }
 }
+