]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/system-start-heavy-bar.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / system-start-heavy-bar.ly
index 25b84c21aca68837ccaa11b13911d5ba32210874..51d566bde6757e782b05dd08fa165ee2c6ef7b1b 100644 (file)
@@ -1,7 +1,7 @@
 \header { texidoc = "A heavy-bar system start delimiter may be created by tuning the @code{SystemStartBar} grob."
        } 
 
-\version "2.12.0"
+\version "2.17.6"
 
 \paper {
   ragged-right = ##t
@@ -10,8 +10,8 @@
   \new StaffGroup
   \relative <<
     \set StaffGroup.systemStartDelimiter = #'SystemStartBar
-    \override StaffGroup.SystemStartBar #'thickness = #8
-    \override StaffGroup.SystemStartBar #'padding = #0.2
+    \override StaffGroup.SystemStartBar.thickness = #8
+    \override StaffGroup.SystemStartBar.padding = #0.2
     \new Staff { c1 }
     \new Staff { c1 }
   >>