]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-over-barline.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / beam-over-barline.ly
index 4bc4ae287b670f3be2e73ddc829b0a3374542190..12c092f83063bad1d21666bd9a608452fd689059 100644 (file)
@@ -1,8 +1,11 @@
-\version "1.7.6"
+
+\version "2.16.0"
 \header {
-texidoc = "explicit beams may cross barlines. "
+  texidoc = "Explicit beams may cross barlines. "
 }
-\score {
-\notes \context Voice { c2. [c8 c8 c8 c8] }
-}
-%% new-chords-done %%
\ No newline at end of file
+\layout { ragged-right= ##t }
+
+\relative c'' { c2.  c8[ c8 c8 c8] }
+
+
+