]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-over-barline.ly
Update documentation targets
[lilypond.git] / input / regression / beam-over-barline.ly
index b45835fe9cd41c74ab26834c369c35e4f57b4a60..8a01631a987119ef36c1cd5c384748f830c9b133 100644 (file)
@@ -1,11 +1,11 @@
 
-\version "2.1.36"
+\version "2.12.0"
 \header {
-texidoc = "Explicit beams may cross barlines. "
+  texidoc = "Explicit beams may cross barlines. "
 }
-\score {
-\notes \relative c'' { c2.  c8[ c8 c8 c8] }
+\layout { ragged-right= ##t }
+
+\relative c'' { c2.  c8[ c8 c8 c8] }
+
 
-    \paper { raggedright= ##t }
 
-}