]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/auto-beam-bar.ly
(setcolor): implement (re)setcolor with <g>
[lilypond.git] / input / regression / auto-beam-bar.ly
index 3e26e72c40ef8b19d38b7d756ad9dd2b998b9e89..deb6b236b7b6094cf4c3df448e8ad684b1ba65e0 100644 (file)
@@ -1,16 +1,16 @@
 
-\version "2.1.26"
+\version "2.4.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
 }
 }