lilypond-user
[Top][All Lists]
Advanced

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

Re: Moving text on multibar rest


From: Mats Bengtsson
Subject: Re: Moving text on multibar rest
Date: Thu, 18 May 2006 09:47:17 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050511




\once \override TextScript #'extra-offset = #'( -5.0 . 0.0 )
R1*8^\markup { "Verse 1" }

Any ideas why these didn't work, and how can I do it?


extra-offset should have worked.

The simple reason that it doesn't work is that textual indications attached
to multi-measure rests are controled by the MultiMeasureRestText, not by
the TextScript object. So, simply replace TextScript by MultiMeasureRestText
in your code.

  /Mats




reply via email to

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