bug-lilypond
[Top][All Lists]
Advanced

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

Re: key sig fouls slur


From: Graham Percival
Subject: Re: key sig fouls slur
Date: Thu, 29 Nov 2007 17:14:47 -0800
User-agent: Thunderbird 2.0.0.6 (X11/20071022)

Ok, entered as
http://code.google.com/p/lilypond/issues/detail?id=515

Cheers,
-Graham

David Bobroff wrote:
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]