]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-quarter.ly
Merge commit 'origin' into includes
[lilypond.git] / input / regression / beam-quarter.ly
index 5f5873f3e269860f9de0b645467b39237caa1cb7..ac1d57819d9daedacf59e06f2f01332fd7a3f1ec 100644 (file)
@@ -1,11 +1,12 @@
-\version "1.5.68"
+
+\version "2.12.0"
 \header
 {
-    texidoc= "Quarter notes may be beamed: the beam is halted momentarily."
+  texidoc= "Quarter notes may be beamed: the beam is halted momentarily."
 }
 
-\score {\notes \relative c'' {
-       [c8 c4 c8] % should warn here!
-}
-\paper { linewidth = -1.0 } 
+\layout { ragged-right = ##t }
+
+\relative c'' {
+  c8[ c4 c8] % should warn here!
 }