]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-over-barline.ly
* input/regression/markup-syntax.ly: remove \score.
[lilypond.git] / input / regression / beam-over-barline.ly
index 6be0ca34aa38e5a3bb68102c4abea53ad0fe0251..0c87143a107f857b9f2a55d362d5d6fc179236c8 100644 (file)
@@ -1,11 +1,11 @@
 
-\version "2.2.0"
+\version "2.4.0"
 \header {
 texidoc = "Explicit beams may cross barlines. "
 }
 \score {
-\notes \relative c'' { c2.  c8[ c8 c8 c8] }
+ \relative c'' { c2.  c8[ c8 c8 c8] }
 
-    \paper { raggedright= ##t }
+    \layout { raggedright= ##t }
 
 }