diff options
author | Paul Morris <paulwmorris@gmail.com> | 2015-11-10 16:22:44 -0500 |
---|---|---|
committer | James Lowe <pkx166h@gmail.com> | 2015-11-11 13:51:14 +0000 |
commit | a54dfa20322759eaa466c502ff858b39388399ee (patch) | |
tree | 174a40c08445a529b13ce2715f105ba0219d0aea /input | |
parent | 6c9b2025b984b80306003356eb23fb417be05a73 (diff) |
Issue 4504/3 run scripts/auxiliar/update-with-convert-ly.sh
Diffstat (limited to 'input')
-rw-r--r-- | input/regression/markup-syntax.ly | 4 | ||||
-rw-r--r-- | input/regression/whiteout-lower-layers.ly | 4 | ||||
-rw-r--r-- | input/regression/whiteout.ly | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/input/regression/markup-syntax.ly b/input/regression/markup-syntax.ly index 484b9a5afe..489c21fc4f 100644 --- a/input/regression/markup-syntax.ly +++ b/input/regression/markup-syntax.ly @@ -1,4 +1,4 @@ -\version "2.19.22" +\version "2.19.32" \header { texidoc = "Demo of markup texts, using LilyPond syntax." @@ -41,7 +41,7 @@ \super "2" " " \raise #3.0 \whiteout white-out - \raise #3.0 \whiteout-box white-out-box + \raise #3.0 \whiteout white-out-box \circle \dynamic p \with-color #green Green \dynamic sfzp diff --git a/input/regression/whiteout-lower-layers.ly b/input/regression/whiteout-lower-layers.ly index c6a70d50a3..1284cee54b 100644 --- a/input/regression/whiteout-lower-layers.ly +++ b/input/regression/whiteout-lower-layers.ly @@ -1,4 +1,4 @@ -\version "2.19.22" +\version "2.19.32" \header { texidoc = "If the 'whiteout property of a grob is set to a number or #t, or if the 'whiteout-box @@ -25,7 +25,7 @@ TimeSignature whites out the Tie but not the StaffSymbol. \override Staff.StaffSymbol.layer = #4 \once \override Tie.layer = #2 b'2.~ - \once \override Staff.TimeSignature.whiteout-box = ##t + \once \override Staff.TimeSignature.whiteout = ##t \once \override Staff.TimeSignature.layer = #3 \time 5/4 b4 diff --git a/input/regression/whiteout.ly b/input/regression/whiteout.ly index b141aa077e..1813c8beec 100644 --- a/input/regression/whiteout.ly +++ b/input/regression/whiteout.ly @@ -5,7 +5,7 @@ markup that approximates the outline of the markup. The whiteout-box command underlays a rounded white box under a markup. " } -\version "2.19.22" +\version "2.19.32" \paper { @@ -16,5 +16,5 @@ command underlays a rounded white box under a markup. " \override TextScript.layer = #'2 \override TextScript.extra-offset = #'(2 . 4) c''4-\markup { \whiteout foo } c - c4-\markup { \whiteout-box \pad-markup #0.5 foo } c + c4-\markup { \whiteout \pad-markup #0.5 foo } c } |