]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-over-barline.ly
stem-tremolo-style.ly: Minor doc improvement.
[lilypond.git] / input / regression / beam-over-barline.ly
index db0b1d6120d3509fa597ab7b31ec65d2c53c22b2..12c092f83063bad1d21666bd9a608452fd689059 100644 (file)
@@ -1,8 +1,11 @@
-\version "1.5.68"
+
+\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] }
+
+
+