Comment #20 on issue 163 by hanw...@gmail.com: huge (ugly) slur (both phrasing and normal)
http://code.google.com/p/lilypond/issues/detail?id=163

Mike,

maybe you can dig into the different examples a bit more? I think there are multiple independent issues.

\paper {
  ragged-right = ##f
  debug-slur-scoring = ##t
}

\relative c'' { r2 \times 2/3 { r2 bes4 ( } \times 2/3 { a4 aes a } \times 2/3 { aes a ) r4 } }
% versus
\relative c'' { \time 6/4 r2. r2 bes4 ( a4 aes a aes a ) r4 }

this one should not have such a large curve to begin with; looks as if there is something wrong with the curve generated.

For the .ly from that started this issue, can you look at the score when the edges move farther away (which should flatten the slur), and see if there is somethign obviously wrong with the current scoring? #'inspect-quants is your friend.


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to