]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/system-start-heavy-bar.ly
Imported Upstream version 2.18.0
[lilypond.git] / input / regression / system-start-heavy-bar.ly
index cded6cb3721ed77be4a10638303568a8eee3d576..d79dcd3b0f6651fff9cb360a9a7462aa1ae5cc7d 100644 (file)
@@ -1,17 +1,17 @@
 \header { texidoc = "A heavy-bar system start delimiter may be created by tuning the @code{SystemStartBar} grob."
        } 
 
-\version "2.16.0"
+\version "2.17.15"
 
 \paper {
   ragged-right = ##t
 }
 <<
   \new StaffGroup
-  \relative <<
+  \relative c' <<
     \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 }
   >>