Helga Kruse wrote:
... avoiding the clash with the last e note?

A fairly reliable method would be to reference the whole markup to this last note instead of the rest following it.
... so that they have the same base line ... ?
There is a \vcenter but there seem to be no \vbottom; but \general-align #Y #DOWN will do this for you.
dsac = \markup \halign #-1.4 % left edge a bit to the right of anchor
   \line {
\large "Dal " \general-align #Y #DOWN \tiny \musicglyph #"scripts.segno" \large " Al " \general-align #Y #DOWN \tiny \musicglyph #"scripts.coda"
   }
... << { c'16 c c c c c c c } \\ { e,8 e e_\dsac r }
  >>
 ...
Cheers, Robin

_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to