lilypond-user
[Top][All Lists]
Advanced

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

whiteout outline thickness


From: Gilberto Agostinho
Subject: whiteout outline thickness
Date: Wed, 13 Jul 2016 09:02:32 -0700 (MST)

Hello all,

I would like to ask how can I change the thickness of the whiteout shape
around a glyph when the whiteout style is set to outline. The the
documentation ( http://lilypond.org/doc/v2.19/Documentation/changes/ ) gives
the following examples:

\markup {
  \combine
    \filled-box #'(-1 . 15) #'(-3 . 4) #1
    \override #'(thickness . 3)
    \whiteout whiteout-box
}
\markup {
  \combine
    \filled-box #'(-1 . 24) #'(-3 . 4) #1
    \override #'(style . rounded-box)
    \override #'(thickness . 3)
    \whiteout whiteout-rounded-box
}
\markup {
  \combine
    \filled-box #'(-1 . 18) #'(-3 . 4) #1
    \override #'(style . outline)
    \override #'(thickness . 3)
    \whiteout whiteout-outline
}
\relative {
  \override Staff.Clef.whiteout-style = #'outline
  \override Staff.Clef.whiteout = 3
  g'1
}

Producing: http://lilypond.org/doc/v2.19/Documentation/a5/lily-9433be3e.png

Now, the change of thickness is exemplified for the first three cases (all
of them involving \markup syntax), but for the last case (clef whiteout) how
can I change the thickness, is it possible at all?

Thanks!
Gilberto



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/whiteout-outline-thickness-tp192661.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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