Re: padding on two staffs; dynamic/downbow

2005-01-30 Thread Erik Sandberg
On Sunday 30 January 2005 10.11, Graham Percival wrote: > The dynamic on the upper staff touches the downbow of the lower staff. thanks, added as c-script-script.ly Erik ___ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/l

padding on two staffs; dynamic/downbow

2005-01-30 Thread Graham Percival
The dynamic on the upper staff touches the downbow of the lower staff. \version "2.4.2" \score { << \new Staff {c''4\f } \new Staff { b''8(\downbow a'') g'' e'' } >> } ___ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/li

Re: bug: whole note collision

2005-01-30 Thread Erik Sandberg
Thanks, added as c-whole-rest-polyphony. On Sunday 30 January 2005 11.01, Bertalan Fodor wrote: > Whole notes are collides with other notes in polyphonic situations. > > \version "2.4.2" > > \score { > \new Staff { > \relative c'' { > << { c1 c1 } \\ { c2 c2 b4 b4 b4 b4} >

Re: build problems (CVS)

2005-01-30 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > More on this: I have tracked it down to an empty glyph. When > processing the following markup: > > (# (1 1) > ((# ((# (layout props arg)> 6) (# > (# 0.6 (# musicglyph-markup (layout props glyph-name)> accidentals-2) (# line-markup (layout props args)> ((# str)>

Re: Flag-notehead collision

2005-01-30 Thread Erik Sandberg
Thanks, added as c-flag-notehead. On Saturday 29 January 2005 01.57, Yuval Harel wrote: > Hi, > > Here are flags invading the inside of half-notes: > > % flags.ly > \version "2.4.2" > > { > \clef bass > << {b8 r4.} \\ b2 >> > << {b16 r4..} \\ b2 >> > << {b32 r4...} \\ b2 >> > << {b64 r4} \\ b2

Re: build problems (CVS)

2005-01-30 Thread Michael Welsh Duggan
More on this: I have tracked it down to an empty glyph. When processing the following markup: (# (1 1) ((# ((# 6) (# (# 0.6 (# accidentals-2) (# ((# ) (# (# 0.6 (# accidentals-0))) The second argument is a line-markup with two arguments. he first is an empty string, which ends up bei

build problems (CVS)

2005-01-30 Thread Michael Welsh Duggan
Had a couple of problems building the current CVS today. The first: lillypond couldn't find its directories when generating embedded cff files. I made a patch, which may or may not be the correct way to fix this, but it works for me: The second is where lilypond fails building the documentation

Re: Lilypond does not set the output filename, but rather a basename (without prefix)

2005-01-30 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > > On 28-Jan-05, at 12:38 PM, Han-Wen Nienhuys wrote: > > lilypond-latex is deprecated. This just reminds me that I should junk > > it. > > ok. > > > the messages in lilypond --help comes from lily/main.cc > > Wow! I've just committed something that changes lily/main

bug: whole note collision

2005-01-30 Thread Bertalan Fodor
Whole notes are collides with other notes in polyphonic situations. \version "2.4.2" \score { \new Staff { \relative c'' { << { c1 c1 } \\ { c2 c2 b4 b4 b4 b4} >> } } } ___ bug-lilypond mailing list bug-lilypond@gnu.o