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 %%%%%


_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to