lilypond-user
[Top][All Lists]
Advanced

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

Re: Needed: Much more space for initial markups


From: Mats Bengtsson
Subject: Re: Needed: Much more space for initial markups
Date: Mon, 02 May 2005 10:43:54 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.7) Gecko/20050414

   Actually Mats Bengtsson adviced me to scan the mailing list for
"padding" and gave the entry point to the documentation "Common
Tweaks".
   Great documentation, I mean it, excellent language and many
practical examples, but not much concrete help for this: when I
tried for example \override MetronomeMark #'padding = #'3.0 or
#'padding = #3 nothing happened.

http://lilypond.org/doc/v2.5/Documentation/user/out-www/lilypond/Common-tweaks.html#Common-tweaks

   I cannot stop thinking: Is this a LilyBug or a DonaldBug? :-)

It's actually the latter. What you missed here is that MetronomeMark
objects are not handled at the Voice level but at the Score level, so
it doesn't help to change the property in the current context (which
is the Voice context). Try
\override Score.MetronomeMark #'padding = #'3.0

Even though both the sections "Constructing a tweak" and "Determining
the grob property" mention the fact that you have to find out the
relevant context, the manual doesn't really mention why this is
necessary.

I will add an extra example in "Common Tweaks" that illustrates the
need to specify the context explicitly.

   /Mats





reply via email to

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