]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/prefatory-empty-spacing.ly
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / regression / prefatory-empty-spacing.ly
index 657234a8ef54367dc6f239683413e61cdf9ae8d1..6d88242c0acd7c26d4d8cd38b6b2198c8febd642 100644 (file)
@@ -1,17 +1,18 @@
-\version "2.3.22"
+\version "2.12.0"
 
 \header {
 
 
 \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."
 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
+}