> >   A = \relative c' {
> >         \addquote "Ai" { c4 d e f } | g1 | }
> >   B = \relative c' {
> >         \tag #'score { R1 }
> >          \tag #'part { << R1^"voice a"     \\
> >                           \quote "Ai" 1 >> } |
> >         c4 d e f |
> >       }
> >
> >   \score {
> >     \context Staff = "B" { \applymusic  #(remove-tag 'score) \B }
> >   }
> >
> > but this doesn't work, unfortunately.  \addquote should be
> > embeddable into a music expression, and it should be transparent
> > to the surrounding music.  Can you add this?
>
> \quote "A" takes exactly that part of of the \addquoted music that
> is running at the time; ie. if \quote is is put after the 1st
> measure, you also get the 2nd measure of A.
>
> In other words: I am missing your point.

\addquote can't be used within \score {...} -- only there it really
makes sense!


    Werner


_______________________________________________
lilypond-devel mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to