]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-over-barline.ly
Graham's nitpicks on NR 1.8 "Text", round 2
[lilypond.git] / input / regression / beam-over-barline.ly
index bdf90443f01303e07b10f7e2f5a732d50b2fa076..dcb6c6969c8a3c2ebfad63ba932093a49845c304 100644 (file)
@@ -1,11 +1,11 @@
 
-\version "2.3.22"
+\version "2.11.51"
 \header {
-texidoc = "Explicit beams may cross barlines. "
+  texidoc = "Explicit beams may cross barlines. "
 }
-\score {
- \relative c'' { c2.  c8[ c8 c8 c8] }
+\layout { ragged-right= ##t }
+
+\relative c'' { c2.  c8[ c8 c8 c8] }
+
 
-    \layout { raggedright= ##t }
 
-}