]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-broken-trend.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / slur-broken-trend.ly
index 89903b62faa3a426e01c1028e9bda0167496e498..aa1813e05cd1535dc9c244e8851e5b791cde7b56 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.3.4"
+\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.
 "
 }
-\paper {
-    linewidth=40.\mm
+
+\layout {
+    ragged-right = ##t 
     indent=0.
 }
 
@@ -27,6 +28,23 @@ in unbroken state.
        } }
      >>
     \break 
-    c4)
+    c4) f,='2.(\break
+    a2.)
+    \stemUp
+    <d='' d'>8( <c c'> \break
+    <bis f' b>) s2..\break
+    \stemNeutral
+
+    \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)
+    }
+    
 }