Le vendredi 15 février 2013 11:38:08 Kieren MacMillan a écrit :
> Hi Stefan,
> 
> > is there a way to connect several notes with ties with just one command?
> 
> I think the Completion_heads_engraver does this for you.
> http://lilypond.org/doc/v2.17/Documentation/internals/completion_005fheads_0

1-
If you have several times the same rhythms and ties, you can perhaps use the 
function \changePitch described here :
  http://lsr.dsi.unimi.it/LSR/Item?id=654
[ There is a doc here :
  http://gillesth.free.fr/Lilypond/changePitch/   ]

%%%%%%%%%
  patI = \samePitch { c8~ c4. ~ c2~ c8 }
  \relative {
      c4. 
      \cPI d 
      e
  }


2-
If you have several times the same number of ties but with different rhythms, 
you can use rather \copyArticulations
  snippet :  http://lsr.dsi.unimi.it/LSR/Item?id=769
  download link : http://gillesth.free.fr/Lilypond/copyArticulations/ 

%%%%%%%%%%%%%%
artiI  = { c~ c~ c~ c}
\relative {
   c4. \cAI { d8  d4.  |
   d2 d8 } e4. 
}

But perhaps this one is not very quicker, here.

-- 
Gilles

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to