Joram,

Thank you for the table. Speaking only for myself, it does answer many 
questions.

Mark

-----Original Message-----
From: Noeck [mailto:noeck.marb...@gmx.de] 
Sent: Tuesday, January 28, 2014 11:08 AM
To: Mark Stephen Mrotek; lilypond-user@gnu.org
Subject: Re: Rolled Chord

Hi,

here is a little table how to change the defaults. You need to know if it is a 
context property or an object property and if you want to apply it for globally 
(layout), for a score (layout), for a specific context (with), at a point in 
time of the music (music) or for a single object (tweak).

in block        setting context properties
                setting graphical object properties
-----------------------------------------------------------------------
\layout         \context { \Context \set prop = #val }
                \context { \Context \override Grob.prop = #val }

  or            \set Context.prop = #val
                \override Context.Grob.prop = #val

\with           \set prop = #val        
                \override Grob.prop = #val

music           \set Context.prop = #val
                \override Context.Grob.prop = #val

tweak           (not for context properties)
                -\tweak #prop #val

Context = Voice, Staff, …
Grob = NoteHead, Clef, …
prop = color, X-offset, transparent, …
val = red, 1.0, #t, #f, …

Cheers,
Joram


PS: Is something useful like this table in the docs somewhere?


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

Reply via email to