lilypond-user
[Top][All Lists]
Advanced

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

How do you align a TextSpanner with a RehearsalMark?


From: Stefano Troncaro
Subject: How do you align a TextSpanner with a RehearsalMark?
Date: Wed, 22 Mar 2017 00:17:32 -0300

Hello everyone. The question is in the subject, example code:

\version "2.19.53"

\layout {
  \context {
    \Score
    \override RehearsalMark.self-alignment-X = #LEFT
    \override TextSpanner.to-barline = ##t
  }
}

\score {
  \new Staff {
    \relative c' {
      \override TextSpanner.bound-details.left.text = \markup { \teeny { "align with" } }
      c \startTextSpan d e f |
      g \stopTextSpan \mark "This" a b c |
    }
  }
}


How can you make the TextSpanner and the RehearsalMark objects aligned, in a similar way to how \< aligns with \f.

reply via email to

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