]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-over-barline.ly
Issue 3892/1: Allow output defs as scheme expressions in toplevel, book, bookpart.
[lilypond.git] / input / regression / beam-over-barline.ly
index 1504143f68795fb22c7db7bdfa62a992f1f01325..12c092f83063bad1d21666bd9a608452fd689059 100644 (file)
@@ -1,11 +1,11 @@
 
-\version "2.3.17"
+\version "2.16.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 }
 
-}