Re: Interplay between keepWithTag and relative music

2014-03-02 Thread David Kastrup
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 \

Interplay between keepWithTag and relative music

2014-03-02 Thread Patrick or Cynthia Karl
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