lilypond-user
[Top][All Lists]
Advanced

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

Re: \copyArticulations copies not only articulations


From: gilles . thibault
Subject: Re: \copyArticulations copies not only articulations
Date: Wed, 3 Oct 2012 21:52:10 +0200 (CEST)

%%%%%%%%%%%
\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



reply via email to

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