Re: Questions regarding tempo indications

2004-01-09 Thread Mats Bengtsson
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

Re: Questions regarding tempo indications

2004-01-09 Thread José Luis Cruz
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