]> 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 0c87143a107f857b9f2a55d362d5d6fc179236c8..893f3f8b64207e862740c710d107d585af177e11 100644 (file)
@@ -1,11 +1,11 @@
 
-\version "2.4.0"
+\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] }
+
 
-    \layout { raggedright= ##t }
 
-}