lilypond-user
[Top][All Lists]
Advanced

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

Re: substitution for numerator


From: Gilles
Subject: Re: substitution for numerator
Date: Tue, 20 Sep 2011 23:26:35 +0200
User-agent: Opera Mail/11.51 (Win32)


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]