Carl Youngblood wrote:
How can I make the quarter note for the tempo indication smaller? I'm
not sure what object property to modify.
I don't think you can change the size of the note without changing
the size of the letters using a single property setting. If you want
to make the full indicati
http://lilypond.org/doc/v2.1/input/regression/out-www/collated-files.html#markup-note.ly
You must use a markup (or \mark\markup if you want the text be over a
bar), e.g.:
c4^\markup {\note #2 #0 #1"= 84-92"}
The only thing is that it's only text. Tempo will not change.
greetings,
José Luis
How can I make the quarter note for the tempo indication smaller? I'm
not sure what object property to modify. Also, I want to provide a
tempo range, such as \tempo 4 = 84-92, but it croaks when I try to add
stuff after the first number. Is there a way to do this?
Thanks,
Carl Youngblood
sm