Great. Is there also way to add the articulations of chord to newChord ?

2018-03-06 12:46 GMT+01:00 David Kastrup <d...@gnu.org>:

> paolo prete <paoloprete...@gmail.com> writes:
>
> > Hi David,
> > in the snippet below, is it possible to set a new duration of \newChord
> in
> > the variable definition?
> > Thanks
> >
> > chord = <f' a'>4
> > newChord = #(make-event-chord (ly:music-property chord 'elements))
> >
> > {
> >  \newChord
> > }
>
> Well, the lazy way would be
>
> {
>   <$@(ly:music-property chord 'elements) >8
> }
>
> --
> David Kastrup
>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to