]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-over-barline.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / beam-over-barline.ly
index ebc44eba680d2e2326a1ea3b20cc5e4a32fe4f7b..12c092f83063bad1d21666bd9a608452fd689059 100644 (file)
@@ -1,11 +1,11 @@
-#(ly:set-option 'old-relative)
-\version "1.9.0"
+
+\version "2.16.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 }
 
-}