]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/skyline-horizontal-padding.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / skyline-horizontal-padding.ly
index 488109b278c10613cb157a2b26673afa400c7307..c3be573d7ca2d49c5d1b36b56e0d18ecaf766281 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.17.6"
 
 \header {
   texidoc = "
@@ -12,7 +12,7 @@ interleaved with the high notes from the next system.
 \book {
   \score {
     {
-      \override Staff.TimeSignature #'stencil =  ##f
+      \override Staff.TimeSignature.stencil =  ##f
       \repeat unfold 3 { <c'''-1 e'''-3 g'''-5> c' <c,-1 e,-3 g,-5> c' \break}
     }
     \layout {
@@ -20,7 +20,7 @@ interleaved with the high notes from the next system.
       ragged-right = ##t
       \context {
         \Score
-       \override System #'skyline-horizontal-padding = #3.0
+       \override System.skyline-horizontal-padding = #3.0
       }
     }
   }