Re: simultaneous tempo-change events

2014-06-01 Thread Phil Holmes
"Knute Snortum" wrote in message news:calmejxqt5hnp+4wpqov2bamnapwkkw6i6ohc4fia1zcrjx6...@mail.gmail.com... The following will emit this spurious warning: Two simultaneous tempo-change events, junking this one % \version "2.18.2" showLastLength = R1 \relative c' { \tempo 4

Re: bug triplet line collides with fingering

2014-06-01 Thread James
ccing bug list On 02/06/14 02:37, MarcM wrote: > I thought this bug had been reported but apparently not. I just recompiled > the same file with LilyPond_2.19.7 and the triplet line still collides with > either the fingering or with the slur. > > \version "2.19.7" > \language "english" > { > \rel

simultaneous tempo-change events

2014-06-01 Thread Knute Snortum
The following will emit this spurious warning: Two simultaneous tempo-change events, junking this one % \version "2.18.2" showLastLength = R1 \relative c' { \tempo 4 = 80 c4 c c c \tempo 4 = 90 c4 c c c } -- Knute Snortum (via Gmail) _

Re: LSR snippet 903

2014-06-01 Thread Pierre Perol-Schneider
2014-05-31 23:46 GMT+02:00 Thomas Morley : > Why do you write 'ly:clef::print'? > Can't see any sense in it. Deleting it makes no difference. > My Dear Harm it is just by ignorance ! Actually that was probably the first scheme code I used yars ago and I simply copy/paste it since that time.