%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.16.0"
\include "copyArticulations.ly"
{
  \copyArticulations
  % no articulation included but music has tied notes
  { c ~ c c ~ c }
  % ties (not slurs!) get copied here
  { a' a' a' b' }
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
