]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/prefatory-empty-spacing.ly
* flower/include/std-vector.hh (insert): Remove, replace by
[lilypond.git] / input / regression / prefatory-empty-spacing.ly
index 2c3fb678aa3d04d50a852549239290db0df690f9..782bd9871ecfa2dde0551b6946c7718c61b380ae 100644 (file)
@@ -1,13 +1,18 @@
+\version "2.7.13"
 
 \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 }
+
+{
+  a a a a \break
+  \mark A
+  a a a a
 }
 
-\score{ \notes {
-a a a a \break
-\mark A
-a a a a}}