lilypond-user
[Top][All Lists]
Advanced

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

missing \tempo mark (minimal example attached)


From: nothingwavering
Subject: missing \tempo mark (minimal example attached)
Date: Sat, 8 Dec 2012 13:45:24 -0700

My tempo mark is not showing up.  Here is a minimal example:

\version "2.16.0"

<<
    \new Staff { 
        c'1
            \tempo 4 = 42 
        s1
    }
    \new Lyrics \lyricmode {
        \skip 1 \skip 4
        "^ should have tempo here"1
    }
>>


However, if I take out the \skip 4, so that the lyric happens at exactly the 
same time as the \tempo mark, lo and behold the tempo mark DOES appear.  Is 
this a bug in Lilypond, or is there some principal about about tempo marks that 
I have been missing?




reply via email to

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