Re: NR 3.3.2: \tagGroup

2015-12-02 Thread David Kastrup
Federico Bruni writes: > Ok, I got it: > > \version "2.19.31" > > music = \relative c'' { > \tagGroup #'(A B C) > \tag #'A { a4 a a a } > \tag #'B { b4 b b b } > \tag #'C { c4 c c c } > \tag #'D { d4 d d d } > } > > \new Staff { > \keepWithTag #'A > \music > } > > will print #'A and #'D bu

Re: NR 3.3.2: \tagGroup

2015-12-02 Thread Federico Bruni
Il giorno mer 2 dic 2015 alle 16:45, Federico Bruni ha scritto: In the following example commenting/uncommenting \tagGroup does not change any behaviour. What I'm missing? \version "2.19.31" music = \relative c'' { %\tagGroup #'(A B C D) \tag #'A { a4 a a a } \tag #'B { b4 b b b } \ta

NR 3.3.2: \tagGroup

2015-12-02 Thread Federico Bruni
Hi all If you scroll down to \tagGroup here: http://lilypond.org/doc/v2.19/Documentation/notation/different-editions-from-one-source#using-tags you find: % \tagGroup #'(violinI violinII viola cello) declares the respective tags as belonging t