]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/prefatory-empty-spacing.ly
Merge branch 'master' into lilypond/translation
[lilypond.git] / input / regression / prefatory-empty-spacing.ly
index f07ae5a24846308e3a5ad1ecdf694709b9e5c4ee..3e4d2c91152a8babfc5306c7f4257f74c5ee47d5 100644 (file)
@@ -1,17 +1,18 @@
-\version "1.9.8"
+\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
+}