bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Issue 409 in lilypond: Using whiteout and layer properties for ties


From: lilypond
Subject: Re: Issue 409 in lilypond: Using whiteout and layer properties for ties avoiding collision with staff objects
Date: Thu, 15 Dec 2011 00:22:45 +0000


Comment #17 on issue 409 by address@hidden: 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]