]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/skyline-horizontal-padding.ly
Imported Upstream version 2.18.0
[lilypond.git] / input / regression / skyline-horizontal-padding.ly
index 4862ab71dd8d9ca83e2e0647e2c08905d4345581..a7c0131c84a8c4fcbd450fcba2aebd1615d6b8dc 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.17.30"
 
 \header {
   texidoc = "
@@ -12,7 +12,7 @@ interleaved with the high notes from the next system.
 \book {
   \score {
     {
-      \override Staff.TimeSignature #'stencil =  ##f
+      \omit Staff.TimeSignature
       \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 = #1.5
+       \override System.skyline-horizontal-padding = #3.0
       }
     }
   }