]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/break.ly
release: 1.5.29
[lilypond.git] / input / regression / break.ly
index 49f7ddde61c9e40b5f1d28069cc8379dccc5774c..32a48357b16faf9a47bf297e797f57a22b5107d0 100644 (file)
@@ -1,8 +1,10 @@
+\version "1.3.146"
+
 \header{
 texidoc="
 Breaks can be encouraged and discouraged using @code{\break} and
 @code{\noBreak}.  They are abbrevs for @code{\penalty} commands.
-";
+"
 }
 
 
@@ -13,5 +15,5 @@ Breaks can be encouraged and discouraged using @code{\break} and
          
          c1^"break after this" \break c1 c1 
        }
-       \paper { linewidth = 4.0\cm;}
+       \paper { linewidth = 4.0\cm}
 }