]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-broken-trend.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / slur-broken-trend.ly
index dc14cb7345efbdf92afaee013a3ab60594c164ce..aa1813e05cd1535dc9c244e8851e5b791cde7b56 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.3.22"
+\version "2.16.0"
 
 \header{
 texidoc="
@@ -9,8 +9,9 @@ staff.  A slur should follow the same vertical direction it would have
 in unbroken state.
 "
 }
+
 \layout {
-    linewidth=40.\mm
+    ragged-right = ##t 
     indent=0.
 }
 
@@ -27,15 +28,23 @@ in unbroken state.
        } }
      >>
     \break 
-    c4) f='2.(\break
+    c4) f,='2.(\break
     a2.)
     \stemUp
     <d='' d'>8( <c c'> \break
     <bis f' b>) s2..\break
     \stemNeutral
-    \relative  { c'8[( c c c] g2 ~ | \break
-               g1) | \break
-               \slurDown c8[( c] g4 ~ g2 ~ | \break
-               g2 ~ g2) }
+
+    \new Voice \relative c' {
+       c'8[( c c c] g2 ~ | \break
+       g1) | \break
+       \slurDown c8[( c] g4 ~ g2 ~ | \break
+       g2 ~ g2)
+    }
+    \relative c'' {
+       a4( c b4 e, ~ | \break
+       e1 ~ | e1)
+    }
+    
 }