]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-quarter.ly
* configure.in (reloc_b): bump fontforge requirement to 20050624.
[lilypond.git] / input / regression / beam-quarter.ly
index ebe7f88b9cf2cdca9ed0743ffb4ddfaa58e77153..b7a2a240fca789152f8b09bac4d88e8ddd6a16ae 100644 (file)
@@ -1,12 +1,11 @@
-\version "1.7.6"
+
+\version "2.6.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 { raggedright = ##t }
+\relative c'' {
+  c8[ c4 c8] % should warn here!
 }
-%% new-chords-done %%
\ No newline at end of file