]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/prefatory-empty-spacing.ly
Doc-es: format a title in Usage.
[lilypond.git] / input / regression / prefatory-empty-spacing.ly
index 3723161e7713921e9f8104878240fb381d27db7e..4ef61ebc02389548e6fc64031638b3bb3c212e7f 100644 (file)
@@ -1,17 +1,18 @@
-\version "2.1.28"
+\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."
-    
+  
 }
 
 }
 
-\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
+}