bug-lilypond
[Top][All Lists]
Advanced

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

Re: rest + text mark = too long measure


From: Graham Percival
Subject: Re: rest + text mark = too long measure
Date: Wed, 24 Oct 2007 00:20:52 -0700
User-agent: Icedove 1.5.0.12 (X11/20070607)

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
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond




reply via email to

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