lilypond-user
[Top][All Lists]
Advanced

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

Re: Change the duration of a chord defined as a variable


From: paolo prete
Subject: Re: Change the duration of a chord defined as a variable
Date: Tue, 6 Mar 2018 13:21:59 +0100



2018-03-06 13:15 GMT+01:00 David Kastrup <address@hidden>:

Have you even tried what happens with articulations?

Yes, I tried with:


%%%%%%%%%%%%%%%
chord = <f' a'>\mp

newChord =
{
  <$@(ly:music-property chord 'elements) >8 $@(ly:music-property chord 'articulations ) 
}

#(display (ly:music-property chord 'articulations))

 \newChord
}
 


... but it doesn't show articulations  (I tried to display them with "#display(...)"  too and the list is empty). I don't understand how to pick them


reply via email to

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