]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/blanking-staff-lines-using-the--whiteout-command.ly
Add '-dcrop' option to ps and svg backends
[lilypond.git] / Documentation / snippets / blanking-staff-lines-using-the--whiteout-command.ly
index ca6a16b75f5ec95ef6ca7c705fdeb8bc20ce7e13..6e49f9e5ec90e29810e6bf640ba2fe2b998302fc 100644 (file)
@@ -1,13 +1,13 @@
 %% DO NOT EDIT this file manually; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
+%% generated from LSR http://lsr.di.unimi.it
 %% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.2"
+\version "2.18.0"
 
 \header {
-  lsrtags = "really-cool, text, editorial-annotations"
+  lsrtags = "editorial-annotations, really-cool, text"
 
   texidoc = "
 The @code{\\whiteout} command underlays a markup with a white box.
@@ -18,9 +18,11 @@ white box will not overlap any other grob.
   doctitle = "Blanking staff lines using the \\whiteout command"
 } % begin verbatim
 
+\layout {
+  ragged-right = ##f
+}
 
-\layout { ragged-right = ##f }
 \relative c' {
-  \override TextScript #'extra-offset = #'(2 . 4)
+  \override TextScript.extra-offset = #'(2 . 4)
   c2-\markup { \whiteout \pad-markup #0.5 "middle C" } c
 }