Status: Accepted Owner: ---- Labels: Type-Defect Priority-Medium
New issue 1625 by philehol...@googlemail.com: Slurs over rests have wrong direction
http://code.google.com/p/lilypond/issues/detail?id=1625 Reported by MusFelix: When a slur connects two notes that have a rest in between, the slur is placed up, even if it would otherwise be down. Needless to say, this looks bad, and one has to manually adjust it every time it occurs. Thus: \version "2.13.51" \include "english.ly" \relative c { \clef bass c8( r c) r c( c c) r % What it should look like: \slurDown c8( r c) r c( c c) r } Attachments: Felix.png 3.2 KB _______________________________________________ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond