lilypond-user
[Top][All Lists]
Advanced

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

Re: right aligning text


From: Gilles Sadowski
Subject: Re: right aligning text
Date: Sun, 30 Apr 2006 12:41:55 +0200
User-agent: Mutt/1.5.11+cvs20060126

Hi.

> Why doesn't this code right align the text on the bar line?
> 
> \version "2.8.1"
> 
> \relative c'' {
>  a1 c f g^\markup{ \right-align{ "D.S. al Coda" } }
>  f
> }
> 

Where do you tell it should? [As expected, the text is right-aligned
with respect to the note it is attached to.]

Try this one:

%-----
\version "2.6.3"

\relative c'' {
  a1 c f g
  \override Score.RehearsalMark #'break-visibility = #begin-of-line-invisible
  \once \override Score.RehearsalMark #'self-alignment-X = #RIGHT
  \mark \markup { \small "D.S. al Coda" }
  f
}
%-----


Best,
Gilles




reply via email to

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