]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-over-barline.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / beam-over-barline.ly
index 6be0ca34aa38e5a3bb68102c4abea53ad0fe0251..8a01631a987119ef36c1cd5c384748f830c9b133 100644 (file)
@@ -1,11 +1,11 @@
 
-\version "2.2.0"
+\version "2.12.0"
 \header {
-texidoc = "Explicit beams may cross barlines. "
+  texidoc = "Explicit beams may cross barlines. "
 }
-\score {
-\notes \relative c'' { c2.  c8[ c8 c8 c8] }
+\layout { ragged-right= ##t }
+
+\relative c'' { c2.  c8[ c8 c8 c8] }
+
 
-    \paper { raggedright= ##t }
 
-}