Re: \tempo indication not printed

2011-09-05 Thread Dmytro O. Redchuk
On Mon 05 Sep 2011, 10:02 Reinhold Kainhofer wrote: > Am Monday, 5. September 2011, 09:41:58 schrieb Dmytro O. Redchuk: > > On Thu 01 Sep 2011, 16:06 Reinhold Kainhofer wrote: > > > BTW, this is a really minimal example: > > > \version "2.15.9" > > > > > > { > > > > > > s1 > > > \tempo "Waldo

Re: \tempo indication not printed

2011-09-05 Thread Reinhold Kainhofer
Am Monday, 5. September 2011, 09:41:58 schrieb Dmytro O. Redchuk: > On Thu 01 Sep 2011, 16:06 Reinhold Kainhofer wrote: > > BTW, this is a really minimal example: > > \version "2.15.9" > > > > { > > > > s1 > > \tempo "Waldo" > > s1 > > > > } > > Neil mentioned issue 1276. What do you thin

Re: \tempo indication not printed

2011-09-05 Thread Dmytro O. Redchuk
On Thu 01 Sep 2011, 16:06 Reinhold Kainhofer wrote: > BTW, this is a really minimal example: > \version "2.15.9" > > { > s1 > \tempo "Waldo" > s1 > } > > The issue is that the moment after the \tempo command does not have any grobs > where the tempo could be attached to. As soon as you cha

Re: \tempo indication not printed

2011-09-01 Thread Valentin Villenave
On Thu, Sep 1, 2011 at 4:06 PM, Reinhold Kainhofer wrote: > The issue is that the moment after the \tempo command does not have any grobs > where the tempo could be attached to. As soon as you change the s1 to a note > or rest, or if you have clef/key/timesig change at the same moment as the > \te

Re: \tempo indication not printed

2011-09-01 Thread Reinhold Kainhofer
Am Donnerstag, 1. September 2011, 14:26:02 schrieb Neil Puttock: > On 1 September 2011 13:06, Valentin Villenave > > Unless *anyone* can explain what's going on therebelow, that is. > > I think this is to do with the way barlines are treated by the > engraver. We have a special case for full-ba

Re: \tempo indication not printed

2011-09-01 Thread Valentin Villenave
On Thu, Sep 1, 2011 at 2:28 PM, Neil Puttock wrote: > See also issue 1276. Indeed. I did remember having seen such a thing, but all I could find was #1205 and #1150. Weird, though. Thanks! Valentin. ___ bug-lilypond mailing list bug-lilypond@gnu.org

Re: \tempo indication not printed

2011-09-01 Thread Neil Puttock
On 1 September 2011 13:06, Valentin Villenave wrote: > Dear all, > > let's make it official: I am going insane. Not yet. ;) > Unless *anyone* can explain what's going on therebelow, that is. I think this is to do with the way barlines are treated by the engraver. We have a special case for ful

Re: \tempo indication not printed

2011-09-01 Thread Francisco Vila
2011/9/1 Valentin Villenave : > Dear all, > > let's make it official: I am going insane. > > Unless *anyone* can explain what's going on therebelow, that is. > > \version "2.15.9" > > { >  \time 3/4 s2. >  \time 2/4 s2 \tempo "Walda" >  \time 6/4 s1. \tempo "Waldi" >  \time 4/4 s1 \tempo "Waldo" >

\tempo indication not printed

2011-09-01 Thread Valentin Villenave
Dear all, let's make it official: I am going insane. Unless *anyone* can explain what's going on therebelow, that is. \version "2.15.9" { \time 3/4 s2. \time 2/4 s2 \tempo "Walda" \time 6/4 s1. \tempo "Waldi" \time 4/4 s1 \tempo "Waldo" s1 \time 2/4 s2_"Where's Waldo?" } Cheers, Va