lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 3737 in lilypond: Problem with key change whil


From: lilypond
Subject: Re: [Lilypond-auto] Issue 3737 in lilypond: Problem with key change while changing Staff
Date: Sat, 21 Dec 2013 05:45:27 +0000


Comment #1 on issue 3737 by address@hidden: Problem with key change while changing Staff
http://code.google.com/p/lilypond/issues/detail?id=3737

Workaround:
  \once\override Score.BarLine #'transparent = ##t
  \once\override Score.SpanBar #'transparent = ##t
  \bar"|"
just before the key change.

Key changes almost always have a bar line, but this bug would also affect a clef change as well. It seems we need a clef (or key-sig) in each of the staves to see the bug
  \new PianoStaff <<
    \new Staff = "right" {s2 \clef bass s2 }
    \new Staff = "left"  {s2 \clef bass s2}
    \context Staff = "right" { d'4 d' \change Staff="left" g g} >>




--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

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