bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1762 in lilypond: mutual cues fail


From: lilypond
Subject: Issue 1762 in lilypond: mutual cues fail
Date: Thu, 14 Jul 2011 12:33:22 +0000

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

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




reply via email to

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