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: David Kastrup
Subject: Re: Change the duration of a chord defined as a variable
Date: Tue, 06 Mar 2018 13:32:11 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

paolo prete <address@hidden> writes:

> 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

Take a look at the PDF.  They are there.  And I'd suggest using

\displayMusic

on music expressions you want to see analyzed.  "display" is unreadable
in contrast.

-- 
David Kastrup



reply via email to

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