]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-nice.ly
Run convert-ly and update manual for syntax changes
[lilypond.git] / input / regression / slur-nice.ly
index 69485a30052b4c00c86985056bf36a9e35f2fe0d..8399155a527327cdb6ad8422d36d408952ea6023 100644 (file)
@@ -1,23 +1,24 @@
+
+\version "2.10.0"
 \header{
 \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.
 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.
-";
+"
+}
+
+\layout{
+  line-width = 120.\mm
 }
 
 }
 
-\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;
-       }
+\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')
 }
 }