]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/prefatory-empty-spacing.ly
Fix memleak: temporary skyline objects for systems were never deleted
[lilypond.git] / input / regression / prefatory-empty-spacing.ly
index bacb8eace70641f66f11ef9b242db6587027989b..3e4d2c91152a8babfc5306c7f4257f74c5ee47d5 100644 (file)
@@ -1,15 +1,18 @@
-\version "1.7.6"
+\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 { ragged-right= ##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}}
-%% new-chords-done %%