lilypond-user
[Top][All Lists]
Advanced

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

Scheme: change duration of NoteEvent


From: Павел
Subject: Scheme: change duration of NoteEvent
Date: Sun, 9 Aug 2020 13:30:50 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0

I want to write simple function that will be change duration of note. But I stuck on the first step: I can't "extract" (or "see") the duration property:

\version "2.20.0"
mynote = c'
\displayMusic \mynote
#(display-scheme-music
    (ly:music-property mynote 'duration))




reply via email to

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