]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/auto-beam-bar.ly
* configure.in (reloc_b): bump fontforge requirement to 20050624.
[lilypond.git] / input / regression / auto-beam-bar.ly
index 7569239afdd38a9b91ae86ec3e123ff35eef33d1..d6565864c7ca520349830fa9031c0238b69a574d 100644 (file)
@@ -1,16 +1,16 @@
 
-\version "2.1.7"
+\version "2.6.0"
 
 \header{
 texidoc="No auto beams will be put over (manual) repeat bars."
 }
 
 \score {
-    \notes {
+     {
         \time 3/4
         a'4 b' c''8 \bar ":|:" d''8
     }
-    \paper{
+    \layout{
    raggedright = ##t
 }
 }