lilypond-user
[Top][All Lists]
Advanced

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

2.15.8 change in \cueDuring behavior?


From: Paul Scott
Subject: 2.15.8 change in \cueDuring behavior?
Date: Sun, 7 Aug 2011 13:18:04 -0700
User-agent: Mutt/1.5.21 (2010-09-15)

Hi, 

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.
My example seems to match the documentation.  Did I miss something?

TIA,

Paul


\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
  >> 
}





reply via email to

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