Dear Gilles,
thank You for Your link.
It seems to bee a great thing, which can make work much easier!


>> music = \relative c' {
> >>  \times 2/3 {c8 d e } \times 4/5 {c16 a g f e }
> >> }
> >> slurs = {
> >>  \tripletquintupletslur #2 #5 % the slur lasts 2 triplet and 5
> >> quintuplet notes
> >> }
> >> \new Staff { \context Voice << { \music} {\slurs }>>}
> >>  %%%%%%%%%%
> >
> > You can attach slur to invisible rests and "melt" them together later:
> >
>
> You can also try this snippet
>
> http://lsr.dsi.unimi.it/LSR/Item?id=769
>
>
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
>
> \include "copyArticulations.ly"
>
> music = \relative c' {
>   \times 2/3 {c8 d e } \times 4/5 {c16 a g f e } g2
> }
>
> pattern = { c c( c c c c c) c }
>
>
> \copyArticulations \pattern \music
>
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
>
> Gilles
>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to