lilypond-user
[Top][All Lists]
Advanced

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

Re: LilyJAZZ font for markups


From: Andrew Bernard
Subject: Re: LilyJAZZ font for markups
Date: Fri, 8 Jul 2016 21:18:36 +1000

Hello JM,

Why are you not using text spanners for your ritardando?

For example:


\relative {
  \override TextSpanner.font-name = "LilyJazz Text"
  \override TextSpanner.bound-details.left.text = "rit."
  b'1\startTextSpan
  e,\stopTextSpan
}

This is detailed in the NR Section 1.8.1.

To set the font globally for the text spanner just out the font name
and size overrides and so on in the layout context section.

Andrew



reply via email to

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