bug-lilypond
[Top][All Lists]
Advanced

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

Re: Multi-measure rests and text markup


From: John Williams
Subject: Re: Multi-measure rests and text markup
Date: Thu, 10 Apr 2003 16:23:31 -0600 (MDT)

Checked out CVS today...

On Wed, 9 Apr 2003, Han-Wen Nienhuys wrote:
> address@hidden writes:
> > % Markup replaces number of measures.  feature or bug?
> > R1*20^\markup { \roman "Begin" }

This one still seems to be the same.

> > % Only numbers exist in default font.  Documented, but a trap for newbies.
> > R1_\markup { "a1b2c3" }
> >
> > % Only the first script is displayed.  Cannot get text both above and 
> > beneath.
> > R1*10_\markup { \roman "Tacet" }^"10"
> > R1*10^"10"_\markup { \roman "Tacet" }
>
> These problems are fixed in current CVS.

Those two are fixed.  Many, many thanks!


Here's a new version.  I left out the spacing problem with < R1*30 s >,
since it takes so many notes to demonstrate.


\score {
\notes {
\property Score.skipBars = ##t
\clef bass
\key f \minor
\time 4/4

% Markup replaces number of measures.  feature or bug?
R1*20_\markup { \roman "Begin" }
R1*20^\markup { \roman "Begin" }

% Workaround for above
R1*20^\markup { \number "10" }_"Tacet"

% Markup collides with bottom line of staff;
% looks like it is aligned with bottom of rest.
R1_"a1b2c3"
R1*2_"a1b2c3"
R1*3_\markup { \roman "a1b2c3" }
R1*4_"a1b2c3"  % this one looks OK

% Text is always centered.  Is there any way to left-justify?
% (self-alignment-X doesn't seem to help)
\property Staff.TextScript \override #'self-alignment-X = #-1
R1*10^\markup{ \roman \column << "I" >> }
% Actually lines are left-justified to each other, but are centered as a unit.
R1*11^\markup{ \roman \column << "I" "zzz" >> }

}
}






reply via email to

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