bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1471 in lilypond: accidentals after a clef change are not printed


From: lilypond
Subject: Issue 1471 in lilypond: accidentals after a clef change are not printed
Date: Tue, 11 Jan 2011 19:42:44 +0000

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

New issue 1471 by address@hidden: 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




reply via email to

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