bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1191 in lilypond: Repeating accidentals after \cueDuring


From: lilypond
Subject: Issue 1191 in lilypond: Repeating accidentals after \cueDuring
Date: Sun, 18 Jul 2010 05:27:28 +0000

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

New issue 1191 by pnorcks: Repeating accidentals after \cueDuring
http://code.google.com/p/lilypond/issues/detail?id=1191

Original report:
http://lists.gnu.org/archive/html/bug-lilypond/2010-07/msg00102.html

Accidentals from cued parts are carried over into the main voice, but they should not. That is, the accidental(s) should be repeated. See the snippet below.

%% BEGIN %%

\version "2.13.28"

partScoreQuotation = \relative c'' { c8 d e fis }

\addQuote Quotation \partScoreQuotation

\new Staff \relative c'' <<
  \new Voice {
    \cueDuring #"Quotation" #UP {
      r2
    }
    %% The sharp for the fis should be visible
    c4 fis
  }


\new Staff \relative c'' <<
  \new Voice {
    \cueDuring #"Quotation" #UP {
      r2
    }
    %% Correct
    c4 fis!
  }


%% END %%


Attachments:
        cue-during.png  1.8 KB




reply via email to

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