lilypond-user
[Top][All Lists]
Advanced

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

Re: Mark-bar number-ChoirStaff and tempo-mf clashes


From: Mats Bengtsson
Subject: Re: Mark-bar number-ChoirStaff and tempo-mf clashes
Date: Mon, 29 Sep 2003 15:26:42 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030312

It's a common problem to have to fiddle with the vertical position
of different annotations in the music. I agree with you that it
would be great if LilyPond could handle more of these situations
automatically.
In general, the property 'padding' is you best friend in these
situations.

Ferenc Wagner wrote:
Hello,

I could probably overcome these clashes but thought to point
them out in case you do not know about them.  Why do not
these objects know about each other?

1. sopMusic = \notes { \tempo 4 = 96 cis''8^\mf ... }
   results in

Try something like
\property Staff.MetronomeMark \override #'padding = #2.0
(default is 0.8)

------------------------------------------------------------------------


2. later,  \break \mark "A" cis''4. results in


------------------------------------------------------------------------

Similarly,

\property Score.BarNumber \override #'padding = #1.5
\property Score.RehearsalMark \override #'padding = #3

should help the situation.

   Mats





reply via email to

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