On Sat, 13 Apr 2019 at 13:06, Thomas Morley <thomasmorle...@gmail.com> wrote:
> Am Sa., 13. Apr. 2019 um 12:20 Uhr schrieb Gianmaria Lari > <gianmarial...@gmail.com>: > > > > Harm, if I understood corretly the code: > > > > \version "2.18.2" > > \tagGroup #'(testOne testTwo) > > > > music = { > > \tag #'testOne a > > \tag #'testTwo b > > } > > \keepWithTag #'testOne {\music~\music} > > > > > > is converted to: > > > > \keepWithTag #'testOne { > > > > \tag #'testOne a > > \tag #'testTwo b > > ~ > > \tag #'testOne a > > \tag #'testTwo b > > > > } > > > > > > But then why lilypond removes the tie? Shouldn't just remove the > expression following testTwo that is "b" ? > > Some steps back. > (1) How are Ties done in LilyPond? > For note-events a TieEvent is added to the note's articulations-property, > see: > \void \displayMusic b4~ I tried your examples and now I understood perfectly how does it works. Everything is very clear now. Thanks a lot, g.
_______________________________________________ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user