]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/using-the-whiteout-property.ly
Imported Upstream version 2.18.0
[lilypond.git] / Documentation / snippets / using-the-whiteout-property.ly
index 70c0a834237ed643a5574034f1a7b53548f38b3b..2e9f1a32431d1c8614ea4cb84e9f71f4229702df 100644 (file)
@@ -4,7 +4,7 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.16.0"
+\version "2.17.6"
 
 \header {
   lsrtags = "editorial-annotations, expressive-marks"
@@ -30,10 +30,10 @@ is not masked.
 } % begin verbatim
 
 {
-  \override Score.StaffSymbol #'layer = #4
-  \override Staff.TimeSignature #'layer = #3
+  \override Score.StaffSymbol.layer = #4
+  \override Staff.TimeSignature.layer = #3
   b'2 b'~
-  \once \override Staff.TimeSignature #'whiteout = ##t
+  \once \override Staff.TimeSignature.whiteout = ##t
   \time 3/4
   b' r4
 }