Hi all!

When using *quoteDuring*, I would expect the third staff not to displayed at "normal" size, not as a *cueVoice*.

\version "2.17.22"

music = { e'1 c' }

\addQuote "quoted" { \music }

quoteA = { R1 \quoteDuring "quoted" { s1 } }

quoteB = { \quoteDuring "quoted" { s1 } R1 }

\score {
  << \new Staff { \music }
     \new Staff { \quoteA }
     \new Staff { \quoteB }
  >>
  \layout { }
}

Cheers,
Jean-Charles

<<attachment: quote.preview.png>>

_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to