lilypond-user
[Top][All Lists]
Advanced

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

Re: Metronome Markings


From: Aaron Dalton
Subject: Re: Metronome Markings
Date: Sat, 27 Nov 2004 13:14:05 -0700
User-agent: Mozilla Thunderbird 0.8 (Windows/20040913)

Paul Scott wrote:
Aaron Dalton wrote:

upper = \notes \relative f'' {
    ***** f1
}

lower = \notes \relative f' {
    ***** f1
}

It's a bug.  It will work in most of the places you tried if you also add:

^\markup{ " " }

at the same place.

HTH,

Paul Scott


Thank you for the help, Paul, but I'm still not having any success. Where exactly should I put the ^\markup command in relation to the \tempo command? I have tried the following:

upper = \notes \relative f'' {
    \tempo^\markup f1
}

upper = \notes \relative f'' {
    \tempo f1^\markup
}

upper = \notes \relative f'' {
    f1^\markup{\tempo}
}

Cheers!
Aaron




reply via email to

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