]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-over-barline.ly
Issue 5064 Let analysis brackets support text
[lilypond.git] / input / regression / beam-over-barline.ly
index 4bc4ae287b670f3be2e73ddc829b0a3374542190..f2fec5c7c2abec6fb27e8e3639f3c0676b7b1de3 100644 (file)
@@ -1,8 +1,11 @@
-\version "1.7.6"
+
+\version "2.19.21"
 \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''2.  c8[ c8 c8 c8] }
+
+
+