]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/prefatory-empty-spacing.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / prefatory-empty-spacing.ly
index 04a44226127c4885e00105ccde66c8add0757842..3e4d2c91152a8babfc5306c7f4257f74c5ee47d5 100644 (file)
@@ -1,17 +1,18 @@
-\version "2.6.0"
+\version "2.14.0"
 
 \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."
-    
+  
 }
 
-\layout { raggedright= ##t }
+\layout { ragged-right= ##t }
 
-\score{  {
-a a a a \break
-\mark A
-a a a a}}
+{
+  a a a a \break
+  \mark A
+  a a a a
+}