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


_______________________________________________ lilypond-user mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to