lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Extend Whiteout property


From: foxfanfare
Subject: Extend Whiteout property
Date: Thu, 6 Sep 2018 08:18:50 -0700 (MST)

Hi all,

I wonder if it is possible to extend in the X-direction the whiteout
property on a grob?

For instance, I find in this exemple ( snippet
<http://lilypond.org/doc/v2.19/Documentation/snippets/expressive-marks#expressive-marks-using-the-whiteout-property>
 
), that the slurs are too close to the TimeSignature.

I know I can make a markup-box for a note, like
  -\markup {
      \with-dimensions #'(0 . 0) #'(0 . 0)
      \with-color #white
      \filled-box #'(-0.5 . 2) #'(7 . 8) #0 }

but I would prefer to use the original whiteout property of the
TimeSignature and only extend its width... 

I found that  snippet
<http://lilypond.org/doc/v2.19/Documentation/snippets/tweaks-and-overrides#tweaks-and-overrides-drawing-boxes-around-grobs>
  
also useful. So I can draw around the TimeSignature but cannot find how to
fill this box whith white colour...



--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html



reply via email to

[Prev in Thread] Current Thread [Next in Thread]