bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1811 in lilypond: Revise warning re cueDuring font size


From: lilypond
Subject: Issue 1811 in lilypond: Revise warning re cueDuring font size
Date: Tue, 09 Aug 2011 13:17:58 +0000

Status: Accepted
Owner: ----
Labels: Type-Documentation Priority-High

New issue 1811 by address@hidden: Revise warning re cueDuring font size
http://code.google.com/p/lilypond/issues/detail?id=1811

Reported by Paul Scott:
This is the first time I have used \cueDuring in 2.15.x.
In the following example the note size doesn't return to normal > after
the cue and the rests during the cue appear to be cue sized.

\version "2.15.8"

notesA = \relative c'' { a4 b c d e f g f e d c b }
\addQuote partA \notesA

notesB = \relative c'' { \cueDuring partA #UP { R1*2 } a4 b c d }

\score{
  \new StaffGroup <<
    \new Staff \notesA
    \new Staff \notesB
  >>
}
*******
Comment by Trevor:
There are many situations where contexts must
be created explicitly to avoid incorrect behaviour.
When this is not obvious they should be noted as
Warnings in the Notation Reference.  In the case of
\cueDuring the warning is given, but only as normal
text at the bottom of the first example of \cueDuring.
I think this should be elevated to a Warning.





reply via email to

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