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

New issue 1762 by [email protected]: mutual cues fail
http://code.google.com/p/lilypond/issues/detail?id=1762

\version "2.15.2"

\header { texidoc = "
Mutual inclusion of cues should work.

Here is a counterexample: The notes in the second bar should be typeset in
normal size, not in cue size.

Note that a long time ago this has worked, somewhere before 2.9.0.
" }


foo = \relative c' {
  f8 g a b c2 |
  \cueDuring #"qbar" #UP { R1 } |
}
\addQuote "qfoo" { \foo }

bar = \relative c'' {
  \cueDuring "qfoo" #DOWN { R1 } |
  c8 b a g f2 |
}
\addQuote "qbar" { \bar }


\new Staff \bar


Attachments:
        mutual-cues.png  7.6 KB


_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to