]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-over-barline.ly
* lily/parser.yy: Wrap non-post-events in EventChords before
[lilypond.git] / input / regression / beam-over-barline.ly
index d8c3a5347b905c73f02bdbc51258d27f4f0ebddb..ad3954c5165dbbcbb77cba0027dbc71e2600f1ba 100644 (file)
@@ -1,8 +1,11 @@
-\version "1.7.16"
+
+\version "2.7.39"
 \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] }
+
+
+