Re: whiteout outline thickness

2016-07-13 Thread Simon Albrecht

On 13.07.2016 18:26, tisimst wrote:
On Wed, Jul 13, 2016 at 10:12 AM, Gilberto Agostinho [via Lilypond] 
<[hidden email] > wrote:


Hi Abraham,

tisimst wrote
That's what

\override Staff.Clef.whiteout = 3

means. Change that value (in units of staff-line-thickness) to
change the
thickness of the white.

Derp, that was quite easy (and obvious). I was used to set the
whiteout property of a grob to either true or false, and I
absolutely didn't see that. Thanks a lot!


You are very welcome. 'whiteout accepts ##t and ##f, but also numbers 
in this case.


To elaborate: In Guile Scheme, only the atom #f is a false value. 
Everything else is considered a true value, including numbers. (see 
, 
third paragraph)


Best, Simon

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: whiteout outline thickness

2016-07-13 Thread tisimst
On Wed, Jul 13, 2016 at 10:12 AM, Gilberto Agostinho [via Lilypond] <
ml-node+s1069038n192663...@n5.nabble.com> wrote:

> Hi Abraham,
>
> tisimst wrote
> That's what
>
> \override Staff.Clef.whiteout = 3
>
> means. Change that value (in units of staff-line-thickness) to change the
> thickness of the white.
>
> Derp, that was quite easy (and obvious). I was used to set the whiteout
> property of a grob to either true or false, and I absolutely didn't see
> that. Thanks a lot!
>

You are very welcome. 'whiteout accepts ##t and ##f, but also numbers in
this case.

--
Abraham Lee




--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/whiteout-outline-thickness-tp192661p192664.html
Sent from the User mailing list archive at Nabble.com.___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: whiteout outline thickness

2016-07-13 Thread Gilberto Agostinho
Hi Abraham,


tisimst wrote
> That's what
> 
> \override Staff.Clef.whiteout = 3
> 
> means. Change that value (in units of staff-line-thickness) to change the
> thickness of the white.

Derp, that was quite easy (and obvious). I was used to set the whiteout
property of a grob to either true or false, and I absolutely didn't see
that. Thanks a lot!

Cheers,
Gilberto




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

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: whiteout outline thickness

2016-07-13 Thread tisimst
On Wed, Jul 13, 2016 at 10:02 AM, Gilberto Agostinho [via Lilypond] <
ml-node+s1069038n19266...@n5.nabble.com> wrote:

> ...
> \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?
>

That's what

\override Staff.Clef.whiteout = 3

means. Change that value (in units of staff-line-thickness) to change the
thickness of the white.

--
Abraham Lee




--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/whiteout-outline-thickness-tp192661p192662.html
Sent from the User mailing list archive at Nabble.com.___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


whiteout outline thickness

2016-07-13 Thread Gilberto Agostinho
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.

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user