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: Tue, 30 Oct 2007 12:51:59 -0700
User-agent: Icedove 1.5.0.12 (X11/20070607)

Yeah, I think this is still 417. The initial report seems to be cleared up, but the first comment points out this bug.

Cheers,
 - Graham

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


_______________________________________________
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]