Once simple workaround is
\score{
\relative g' \new Voice {
\once \override TextScript #'font-size = #2
<< s1^"This is a text mark." R1>> | g4 g g g | g g g g |
}
}
(The \new Voice is only needed since you start the piece with a <<...>> ).
/Mats
Graham Percival wrote:
IIRC, there's a property that lets you do this. I couldn't find it
within one minute, but perhaps you could if you did around a bit more.
(I also remember something very similar to this on the -devel list
recently -- within that past week, I think)
Something like \fatText for \mark ?
Cheers,
- Graham
Zoltan Selyem wrote:
Hi all,
This might be connected with
http://code.google.com/p/lilypond/issues/detail?id=417
but my problem now is not that the rest is not centered (it is
in 2.11.34), but that the measure becomes too long.
%% When there is a whole measure rest under a text mark
%% the measure extends further than the end of the text mark.
\version "2.11.34"
\paper{ ragged-right=##t }
\score{
\relative g' {
\override Score.RehearsalMark #'self-alignment-X = #LEFT
\override Score.RehearsalMark #'break-align-symbols =
#'(time-signature)
\mark "This is a text mark."
R1 | g4 g g g | g g g g |
}
}
\score{
\relative g' {
R1 | g4 g g g | g g g g |
}
}
\score{
\relative g' {
\override Score.RehearsalMark #'self-alignment-X = #LEFT
\override Score.RehearsalMark #'break-align-symbols =
#'(time-signature)
\mark "This is a text mark."
g1 | g4 g g g | g g g g |
}
}
------------------------------------------------------------------------
------------------------------------------------------------------------
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond
--
=============================================
Mats Bengtsson
Signal Processing
Signals, Sensors and Systems
Royal Institute of Technology
SE-100 44 STOCKHOLM
Sweden
Phone: (+46) 8 790 8463
Fax: (+46) 8 790 7260
Email: [EMAIL PROTECTED]
WWW: http://www.s3.kth.se/~mabe
=============================================
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond