On 02/03/13 16:16, Evan Driscoll wrote:
Can I get a text spanner (e.g. for "rit.") below the staff? For example,
modify the following (adapted from the reference manual 1.8.1):

   \relative c' {
      \override TextSpanner #'(bound-details left text) = "rit."
      b''1\startTextSpan
      e,\stopTextSpan
   }


I'm using Lilypond 2.16.2.
\relative c' {
     \override TextSpanner #'(bound-details left text) = "rit."
     \override TextSpanner #'direction = #DOWN
     b''1\startTextSpan
     e,\stopTextSpan
}


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

Reply via email to