]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-over-barline.ly
Merge branch 'translation' into staging
[lilypond.git] / input / regression / beam-over-barline.ly
index a72c851622aafdadcb3a27e5680f5eaaaf3a945d..893f3f8b64207e862740c710d107d585af177e11 100644 (file)
@@ -1,8 +1,11 @@
-\version "1.7.16"
+
+\version "2.14.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] }
+
+
+