]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-nice.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / slur-nice.ly
index 2ab603f0301f6c6a23e76f5cac8c9648ad45b553..a1f834e88b5c2509b721da60a1a93c623cbebc12 100644 (file)
@@ -1,26 +1,24 @@
-#(ly:set-option 'old-relative)
-\version "1.9.1"
+
+\version "2.11.51"
 \header{
-texidoc="
+  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
-               \slurUp
-               \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')
-       }
-       \paper{
-               linewidth = 120.\mm
-       }
+\layout{
+  line-width = 120.\mm
 }
 
+\relative c''{
+  \time 3/4
+  \slurUp
+  \stemNeutral a ( \stemDown a \stemNeutral  a) a( c  a) a( e'  a,) a( g'  a,)
+  \stemUp a( e'  a,)
+  \break
+  \slurDown
+  \stemNeutral c ( \stemUp c \stemNeutral  c) c ( a  c) c( d,  c') c( f,  c')
+  \stemDown c( f,  c')
+}