Joram,

Noted and thank you again.

Mark

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

Hi Mark,

glad that I could help. The table has some mistakes:
- no \set in \with and \context
- no # for first tweak argument
You might find more.

It should read:


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

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

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

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

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

Cheers,
Joram


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

Reply via email to