summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Morris <paulwmorris@gmail.com>2015-11-10 16:22:44 -0500
committerJames Lowe <pkx166h@gmail.com>2015-11-11 13:51:14 +0000
commita54dfa20322759eaa466c502ff858b39388399ee (patch)
tree174a40c08445a529b13ce2715f105ba0219d0aea
parent6c9b2025b984b80306003356eb23fb417be05a73 (diff)
Issue 4504/3 run scripts/auxiliar/update-with-convert-ly.sh
-rw-r--r--Documentation/snippets/blanking-staff-lines-using-the--whiteout-command.ly8
-rw-r--r--Documentation/snippets/new/using-the-whiteout-property.ly4
-rw-r--r--Documentation/snippets/using-the-whiteout-property.ly4
-rw-r--r--input/regression/markup-syntax.ly4
-rw-r--r--input/regression/whiteout-lower-layers.ly4
-rw-r--r--input/regression/whiteout.ly4
6 files changed, 14 insertions, 14 deletions
diff --git a/Documentation/snippets/blanking-staff-lines-using-the--whiteout-command.ly b/Documentation/snippets/blanking-staff-lines-using-the--whiteout-command.ly
index e45a731d09..c7379c3b29 100644
--- a/Documentation/snippets/blanking-staff-lines-using-the--whiteout-command.ly
+++ b/Documentation/snippets/blanking-staff-lines-using-the--whiteout-command.ly
@@ -4,18 +4,18 @@
%% and then run scripts/auxiliar/makelsr.py
%%
%% This file is in the public domain.
-\version "2.19.22"
+\version "2.19.32"
\header {
lsrtags = "editorial-annotations, really-cool, text"
texidoc = "
-The @code{\\whiteout-box} command underlays a markup with a white box.
+The @code{\\whiteout} command underlays a markup with a white box.
Since staff lines are in a lower layer than most other grobs, this
white box will not overlap any other grob.
"
- doctitle = "Blanking staff lines using the \\whiteout-box command"
+ doctitle = "Blanking staff lines using the \\whiteout command"
} % begin verbatim
\layout {
@@ -24,5 +24,5 @@ white box will not overlap any other grob.
\relative c' {
\override TextScript.extra-offset = #'(2 . 4)
- c2-\markup { \whiteout-box \pad-markup #0.5 "middle C" } c
+ c2-\markup { \whiteout \pad-markup #0.5 "middle C" } c
}
diff --git a/Documentation/snippets/new/using-the-whiteout-property.ly b/Documentation/snippets/new/using-the-whiteout-property.ly
index 8289bab8b8..2c28c13893 100644
--- a/Documentation/snippets/new/using-the-whiteout-property.ly
+++ b/Documentation/snippets/new/using-the-whiteout-property.ly
@@ -1,4 +1,4 @@
-\version "2.19.22"
+\version "2.19.32"
\header {
lsrtags = "editorial-annotations, expressive-marks"
@@ -27,7 +27,7 @@ is not masked.
\override Score.StaffSymbol.layer = #4
\override Staff.TimeSignature.layer = #3
b'2 b'~
- \once \override Staff.TimeSignature.whiteout-box = ##t
+ \once \override Staff.TimeSignature.whiteout = ##t
\time 3/4
b' r4
}
diff --git a/Documentation/snippets/using-the-whiteout-property.ly b/Documentation/snippets/using-the-whiteout-property.ly
index 1e520ddfe1..f5210b7ed7 100644
--- a/Documentation/snippets/using-the-whiteout-property.ly
+++ b/Documentation/snippets/using-the-whiteout-property.ly
@@ -5,7 +5,7 @@
%
% This file is in the public domain.
%% Note: this file works from version 2.19.22
-\version "2.19.22"
+\version "2.19.32"
\header {
lsrtags = "editorial-annotations, expressive-marks"
@@ -35,7 +35,7 @@ is not masked.
\override Score.StaffSymbol.layer = #4
\override Staff.TimeSignature.layer = #3
b'2 b'~
- \once \override Staff.TimeSignature.whiteout-box = ##t
+ \once \override Staff.TimeSignature.whiteout = ##t
\time 3/4
b' r4
}
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
}