]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/prefatory-empty-spacing.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / prefatory-empty-spacing.ly
index 343687ded6680195898932185d1d6c8162c261e8..0fc715a705a97e3eee35682255e45002cc3de88f 100644 (file)
@@ -1,17 +1,18 @@
-\version "1.9.2"
+\version "2.11.51"
 
 \header {
 
-texidoc =" The A is atop an invisible barline. The barline
+  texidoc =" The A is atop an invisible barline. The barline,
 although invisible, is also translated because it is the last one of
 the break alignment."
-    
+  
 }
 
-\paper { raggedright= ##t }
+\layout { ragged-right= ##t }
 
-\score{ \notes {
-a a a a \break
-\mark A
-a a a a}}
+{
+  a a a a \break
+  \mark A
+  a a a a
+}