]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/prefatory-empty-spacing.ly
Loglevels: Add ly:input-warning, ly:music-warning Scheme functions
[lilypond.git] / input / regression / prefatory-empty-spacing.ly
index 84022701e2ca2e1c1c42ad75a2ffc7f86979e564..3e4d2c91152a8babfc5306c7f4257f74c5ee47d5 100644 (file)
@@ -1,17 +1,18 @@
-\version "2.2.0"
+\version "2.14.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."
-    
+  
 }
 
 }
 
-\paper { raggedright= ##t }
+\layout { ragged-right= ##t }
 
 
-\score{ \notes {
-a a a a \break
-\mark A
-a a a a}}
+{
+  a a a a \break
+  \mark A
+  a a a a
+}