]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/auto-beam-bar.ly
*** empty log message ***
[lilypond.git] / input / regression / auto-beam-bar.ly
index 7b25d9aca86f2c90f7004fc93b17e3b5d113eb04..eca3453f98ac11c0132a265b9c165980ebc1f92f 100644 (file)
@@ -1,16 +1,16 @@
 
-\version "2.1.36"
+\version "2.3.22"
 
 \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
 }
 }