lilypond-user
[Top][All Lists]
Advanced

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

Re: Drawing extenders for the full duration of a note


From: David Kastrup
Subject: Re: Drawing extenders for the full duration of a note
Date: Tue, 23 Oct 2018 20:35:21 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

David Kastrup <address@hidden> writes:

> You didn't bother specifying a \version statement, but the afterGrace
> optional argument syntax is 2.19.47, so it seems safe to use 2.19.22
> parser/location non-syntax.
>
> \version "2.19.47"
>
> extendedNote =
> #(define-music-function (note) (ly:music)
>   (make-relative (note) note
>   #{ \aftergrace 15/16 $note { \once \hideNotes $note } #}))

\afterGrace , of course.  Also if you use \single, you don't need { }
since \single \hideNotes $note is, well, a single music expression.

> At any rate, I was late in the discussion and have no clue what this is
> about, but it's quite possible that you want \single \hideNotes rather
> than \once \hideNotes here in order to definitely affect only that
> single note.

-- 
David Kastrup



reply via email to

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