lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re:substitution for numerator


From: Stefan Thomas
Subject: Re:substitution for numerator
Date: Thu, 22 Sep 2011 15:37:32 +0200

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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]