]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-over-barline.ly
Fixes broken glissando bug and adds a regtest for broken glissandos.
[lilypond.git] / input / regression / beam-over-barline.ly
index 4bc4ae287b670f3be2e73ddc829b0a3374542190..8a01631a987119ef36c1cd5c384748f830c9b133 100644 (file)
@@ -1,8 +1,11 @@
-\version "1.7.6"
+
+\version "2.12.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] }
+
+
+