Aaron Dalton wrote:

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:


You left out { " " } (a space).  Try:

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

I only tested this on 2.4.2 (without the \notes).

HTH,

Paul




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

Reply via email to