Jean-Charles Malahieude <lilyfan <at> orange.fr> writes:

> I've got a problem when combining \include \tag and \quoteDuring :

> where should I put the addQuote statement? 

Where you have it is fine.

You have tagged segments in sequence, and all the tagged segments go into
\addQuote, creating 5 bars of music, from which the violin quotes bar 3.

You could filter the sequence from which you quote,
  \addQuote "Soprano" { \keepWithTag #'Part \sopran }
but I am usually happier if I write my optional notation in parallel
  <<\tag #'Full { s1*2 }
    \tag #'Part { R1^"bar" \quoteDuring "Soprano" { s1 } } >>
more in -user


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

Reply via email to