]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-over-barline.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / beam-over-barline.ly
index 1504143f68795fb22c7db7bdfa62a992f1f01325..893f3f8b64207e862740c710d107d585af177e11 100644 (file)
@@ -1,11 +1,11 @@
 
-\version "2.3.17"
+\version "2.14.0"
 \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] }
+
 
-    \paper { raggedright= ##t }
 
-}