Comment #17 on issue 409 by colingh...@gmail.com: Using whiteout and layer properties for ties avoiding collision with staff objects
http://code.google.com/p/lilypond/issues/detail?id=409
I've used branch staging to build 2.15.22 and the rhythms section of Notation. The documentation is fine (see image) but I think single octave quotes are required in order that the given sample code produces the desired clash between slur and time signature. See snippet below.
Please update the snippet. I've left it marked "Fixed" because I can't see an option on this web form for me to change it to "needs work"
Cheers, Colin H. \version "2.15.22" \score { \new Staff { \override Tie #'layer = #-2 \override Staff.TimeSignature #'layer = #-1 \override Staff.KeySignature #'layer = #-1 \override Staff.TimeSignature #'whiteout = ##t \override Staff.KeySignature #'whiteout = ##t b'2 b'~ \time 3/4 \key a \major b' r4 } } Attachments: Issue 406 verification 2011-12-14.png 29.0 KB _______________________________________________ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond