lilypond-user
[Top][All Lists]
Advanced

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

1.7.13 - 'Rehearsal size' font for \markup?


From: Han-Wen Nienhuys
Subject: 1.7.13 - 'Rehearsal size' font for \markup?
Date: Thu, 6 Mar 2003 21:20:29 +0100

address@hidden writes:
> address@hidden writes:
> > SuSE 8.0, Lilypond 1.7.13 ...
> > 
> > When I want a 'normal' rehearsal mark, I use \mark "xyz" ... works well.
> > 
> > When I want 2 or more marks stacked (eg: segno, rehearsal number) ...
> > per recent suggestion I use
> > 
> > \mark \markup { \column < { \huge "31" } { \musicglyph #"scripts- segno"
> > } > }
> > 
> > How do I request the 'rehearsal mark - sized' font?  I've tried huge,
> > huge/bold, etc.  (If it's not easy, no great rush - but nothing is quite
> > the same as the full rehearsal <g>).
> 
> You can check either the internals manual or scm/grob-description.scm
> to see the settings for the rehearsal mark. I believe it is plain
> roman by default.

correction. See ly/params-init.ly,

        (mark-number . ((font-family . number) (font-relative-size . 1)))
        (mark-letter . ((font-family . roman)
                        (font-series . bold)
                        (font-shape . upright)
                        (font-relative-size . 2)))


--
Han-Wen Nienhuys   |   address@hidden   |   http://www.cs.uu.nl/~hanwen 




reply via email to

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