lilypond-user
[Top][All Lists]
Advanced

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

Re: Rolled Chord


From: Noeck
Subject: Re: Rolled Chord
Date: Tue, 28 Jan 2014 21:00:44 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

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



reply via email to

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