]> git.donarmstrong.com Git - lilypond.git/commitdiff
Issue 4504/3 run scripts/auxiliar/update-with-convert-ly.sh
authorPaul Morris <paulwmorris@gmail.com>
Tue, 10 Nov 2015 21:22:44 +0000 (16:22 -0500)
committerJames Lowe <pkx166h@gmail.com>
Wed, 11 Nov 2015 13:51:14 +0000 (13:51 +0000)
Documentation/snippets/blanking-staff-lines-using-the--whiteout-command.ly
Documentation/snippets/new/using-the-whiteout-property.ly
Documentation/snippets/using-the-whiteout-property.ly
input/regression/markup-syntax.ly
input/regression/whiteout-lower-layers.ly
input/regression/whiteout.ly

index e45a731d09e68a976266a828411ade0885fc5a8f..c7379c3b297c010fafe9b18e5bb1728dd2d21a71 100644 (file)
@@ -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
 }
index 8289bab8b89779ca72e22431d265c88d55daedd5..2c28c13893647a465974089c0381d51740cc355c 100644 (file)
@@ -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
 }
index 1e520ddfe12a0cb4f01c6bd474cdc0501b160614..f5210b7ed76d86a8f4971127101421df2728ced1 100644 (file)
@@ -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
 }
index 484b9a5afe27252a8f46148f71b76d2cf2f31780..489c21fc4f29b94d2158aad29dc007fe9a9eb929 100644 (file)
@@ -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
index c6a70d50a36fa54c6a2c575514df0107e962b73d..1284cee54b002e988ffa7107a2201883b5c4a940 100644 (file)
@@ -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
index b141aa077eaf8eb7bcc58ce84858c9ae1679b035..1813c8beec44925e10d11dd1b16563e9d9354265 100644 (file)
@@ -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
 }