]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/slur-broken-trend.ly
tets
[lilypond.git] / input / regression / slur-broken-trend.ly
index 868d156491e36d98e729ed9ec457dd0545a71a94..bb6cf1c2728f24ddc88fa63603f9cb494c4433d0 100644 (file)
@@ -1,21 +1,23 @@
+\version "1.5.68"
+
 \header{
 texidoc="
 Across line breaks, slurs behave nicely.  On the left, they extend to
 just after the preferatory matter, and on the right to the end of the
 staff.  A slur should follow the same vertical direction it would have
 in unbroken state.
-";
+"
 }
 \score{
        \notes \relative c''{
                e1( \break) a,
-               \time 2/4;
+               \time 2/4
                e'2( \break) a,(\break
                a2\break
                )e'2
        }
        \paper {
-               linewidth=40.\mm;
-               indent=0.;
+               linewidth=40.\mm
+               indent=0.
        }
 }