Patrick or Cynthia Karl writes:
> So I guess I don't understand the subject interplay. Consider the
> following minimal example:
>
> \version "2.18.0"
>
> A = \relative g' {
> c c c c
> \tag #'up { c' c c c }
> \tag #'down { c, c c c }
> c c c c
> }
>
> \score {
> \keepWithTag #'up \
So I guess I don't understand the subject interplay. Consider the following
minimal example:
\version "2.18.0"
A = \relative g' {
c c c c
\tag #'up { c' c c c }
\tag #'down { c, c c c }
c c c c
}
\score {
\keepWithTag #'up \A
}
Based on the description on p477 of the 2.18.0 Notati