Updates:
Labels: -Type-Defect -Priority-Low Type-Ugly
Comment #4 on issue 695 by pkx1...@gmail.com: slurs may take too much
vertical extent
http://code.google.com/p/lilypond/issues/detail?id=695
Taken from a message on user with a workaround in this specific case that
may help others who run into this (at least until this issue
gets 'resolved').
--snip--
\version "2.15.21"
#(ly:set-option 'debug-skylines #t)
\relative c'' {
\override DynamicLineSpanner #'avoid-slur = #'ignore
\override DynamicTextSpanner #'avoid-slur = #'ignore
\override DynamicText #'avoid-slur = #'ignore
a\p f g e f d a g
a'(\p f g e f d a g)
}
(see attached)
Workaround suggested by Xavier S:
\once \override Slur #'Y-extent = #'(0 . 0)
is a workaround that was suggested and works quite well in this case.
http://lists.gnu.org/archive/html/bug-lilypond/2011-03/msg00501.html
--snip--
Attachments:
download.png 13.0 KB
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond