Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Low

New issue 1471 by jameseli...@googlemail.com: accidentals after a clef change are not printed
http://code.google.com/p/lilypond/issues/detail?id=1471

Accidentals after a clef change are not printed and should be.
\version "2.12.3"  % 2.13.43 behaves the same
\relative c' {
  \key d \major
  \clef bass
  c4
  \clef treble
  c4
  \clef bass
  cis2  } % the sharp symbol is missing from the output

%  Workarounds: #(set-accidental-style 'piano)
%  or inspect the output near clef changes
%  and force accidentals, cis!2, when required

Attachments:
        clef change.png  3.7 KB


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

Reply via email to