Re: How to remove tags from music returned by \keepWithTag ?

2015-03-10 Thread Keith OHara
Jim Long umpquanet.com> writes: > > On Tue, Mar 10, 2015 at 10:49:05AM +0100, Thomas Morley wrote: > > > > Something in > > http://lsr.di.unimi.it/LSR/Item?id=871 > > which matches your needs? > > (didn't test myself) > \taggedRep looks especially interesting. I often use the > 'extractMusic'

Re: How to remove tags from music returned by \keepWithTag ?

2015-03-10 Thread Jim Long
On Tue, Mar 10, 2015 at 10:49:05AM +0100, Thomas Morley wrote: > > Something in > http://lsr.di.unimi.it/LSR/Item?id=871 > which matches your needs? > (didn't test myself) > > Cheers, > Harm Thank you, Harm! That looks very promising. I must train myself to remember the snippet repository wh

Re - How to remove tags from music returned by \keepWithTag ?

2015-03-10 Thread Peter Gentry
Jim Why do you want to remove tags? I must be missing something - AFAIA tags are not engraved. regards Peter Gentry ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: How to remove tags from music returned by \keepWithTag ?

2015-03-10 Thread Thomas Morley
2015-03-10 6:55 GMT+01:00 Jim Long : > If I: > > music = \relative c'' { > \tag #'a { a a a a } > \tag #'b { b b b b } > } > > and then: > > musicA = \keepWithTag #'a \music > > \keepWithTag gives me the equivalent of: > > musicA = \relative c'' { \tag #'a { a a a a } } > > What I want is: > >

How to remove tags from music returned by \keepWithTag ?

2015-03-09 Thread Jim Long
If I: music = \relative c'' { \tag #'a { a a a a } \tag #'b { b b b b } } and then: musicA = \keepWithTag #'a \music \keepWithTag gives me the equivalent of: musicA = \relative c'' { \tag #'a { a a a a } } What I want is: musicA = \relative c'' { a a a a } In other words, I'd like to fi