bug-lilypond
[Top][All Lists]
Advanced

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

Re: key sig fouls slur


From: David Bobroff
Subject: Re: key sig fouls slur
Date: Thu, 29 Nov 2007 14:29:29 +0000
User-agent: Thunderbird 2.0.0.9 (Windows/20071031)

Graham Percival wrote:
There's a couple of "ugly slur" issues in the tracker. If you want me to add another, please submit a minimal example.

I don't realistically expect anybody to start fiddling with the slur code for at least half a year, though.

Cheers,
- Graham

Ok, this is about as minimal as it gets:

Bug description: When key signature is present (uncommented) the slur flattens out. Commenting out the key fixes the ugly slur.

%%%%% Begin LilyPond %%%%%

\version "2.11.35"

\score {
        \relative c' {
                %\key f \major
                \time 2/4
                f'2(
                bes4 f)
        }
}
\layout {
        ragged-right = ##t
}

%%%%% End LilyPond %%%%%




reply via email to

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