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


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to