]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/prefatory-empty-spacing.ly
Regtest for VerticalAxisGroup.remove-layer (divisi staves)
[lilypond.git] / input / regression / prefatory-empty-spacing.ly
index c970c837f6d2f361d4d26c90406e76413ae0e1ca..4ef61ebc02389548e6fc64031638b3bb3c212e7f 100644 (file)
@@ -1,15 +1,18 @@
-\version "1.7.18"
+\version "2.16.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."
-    
+  
 }
 
 }
 
-\score{ \notes {
-a a a a \break
-\mark A
-a a a a}}
+\layout { ragged-right= ##t }
+
+{
+  a a a a \break
+  \mark A
+  a a a a
+}