lilypond-user
[Top][All Lists]
Advanced

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

Re: offset not working


From: Mats Bengtsson
Subject: Re: offset not working
Date: Mon, 22 Aug 2005 17:12:03 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050511

Read "9.2 The \override command" in the manual with all subsections
to learn how to find the relevant information.

   /Mats

Hans de Rijck wrote:
Kris and Mats,

thanks for your answers, I think I understand now.

Mats, is there a list somewhere of objects that can be overridden? In the
manual some (but I'm sure not all) are mentioned but only in examples. It
certainly would be helpfull to have such a list (eg. Staff.TimeSignature,
Score.skipBars, TextScript, Score.BarNumber).

thanks,

Hans.


----- Original Message -----
From: "Mats Bengtsson" <address@hidden>
To: "Kris Shaffer" <address@hidden>
Cc: <address@hidden>
Sent: Monday, August 22, 2005 9:32 AM
Subject: Re: offset not working



I don't think you understood Han-Wen's answer. Everything will work
fine if you do
\override MultiMeasureRestText #'extra-offset = #'(0 . 2.0)
or (preferably)
\override MultiMeasureRestText #'padding = #2.0

As you can read in section 8.2.1, texts attached to multi
measure rests are handled by MultiMeasureRestText layout
objects in contrast to texts attached to normal notes, which
are handled by TextScript layout objects.

The comment on using a skip note are only relevant if you want
to place something at the beginning of the bar instead of in
the middle (which is where the multimeasure rest is placed).

   /Mats

Kris Shaffer wrote:

Since the manual (section 8.2.1, page 173) mentions the need to use

   s1*0^\markup {whatever }
   R1*4

instead of

   R1*4^\markup

to control markup alignment on a multirest, I figured it was not an
unknown bug.  But it sounds like something I should submit, though, so
I'll send it.  Sorry about any confusion.





reply via email to

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