%%%%%%%%%%%
\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' }
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
2 solutions :
  1- change the pattern
      \copyArticulations
         { c ~ c c  c }
         { a' a' a' b' }
  2- use \notCopyArticulations (shortcut \notCA )
      \copyArticulations
         { c ~ c c ~ c }
         { a' a' \notCA a' b' }
 
If you write :
  \displayMusic { c' ~ c' }
you'll see that the TieEvent is wrapped into the 'articulations property.
 
--
Gilles

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to