]> 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 a5ca7e829866ed4ed00919d78176428e300151cf..51d566bde6757e782b05dd08fa165ee2c6ef7b1b 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.7.18"
+\version "2.17.6"
 
 \paper {
-  raggedright = ##t
+  ragged-right = ##t
 }
 <<
   \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 }
   >>