]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-nice.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / slur-nice.ly
index b0468e38073f564debcfa99051be797e1fb3af56..e2e2e13d4f30c628bd5323f95318fea5c9c4a17b 100644 (file)
@@ -1,26 +1,24 @@
 
-\version "2.1.28"
+\version "2.16.0"
 \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')
+}