]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-quarter.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / beam-quarter.ly
index ebe7f88b9cf2cdca9ed0743ffb4ddfaa58e77153..807e6c0a9d6dce7f58b2ba9fdf83bb691f815e9f 100644 (file)
@@ -1,12 +1,12 @@
-\version "1.7.6"
+
+\version "2.11.51"
 \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!
 }
-%% new-chords-done %%
\ No newline at end of file