lilypond-user
[Top][All Lists]
Advanced

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

Re: Metronome Markings


From: Paul Scott
Subject: Re: Metronome Markings
Date: Sat, 27 Nov 2004 13:27:55 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.7.3) Gecko/20041007 Debian/1.7.3-5

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






reply via email to

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