lilypond-user
[Top][All Lists]
Advanced

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

Re: missing \tempo mark (minimal example attached)


From: nothingwavering
Subject: Re: missing \tempo mark (minimal example attached)
Date: Sun, 9 Dec 2012 09:55:35 -0700

Thank you for the help!  I found an easy workaround.  

I put an empty script on the spacer after the tempo change.

This gives:

\version "2.16.0"

<<
        \new Staff {
                c'1
                \tempo 4 = 42
                s1 -""
        }
>>


That works as expected.  Maybe this will help someone else.


On Dec 8, 2012, at 3:35 PM, Eluze <address@hidden> wrote:

> nothingwavering wrote
>> 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?
> 
> see
> https://code.google.com/p/lilypond/issues/detail?id=1865&q=%5Ctempo&colspec=ID%20Type%20Status%20Stars%20Owner%20Patch%20Needs%20Summary
>  
> 
> where you can also find several hints how the \tempo is printed.
> 
> Eluze
> 
> 
> 
> --
> View this message in context: 
> http://lilypond.1069038.n5.nabble.com/missing-tempo-mark-minimal-example-attached-tp137357p137365.html
> Sent from the User mailing list archive at Nabble.com.
> 
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/lilypond-user




reply via email to

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