lilypond-user
[Top][All Lists]
Advanced

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

Re: predicate for \lyricmode


From: Urs Liska
Subject: Re: predicate for \lyricmode
Date: Tue, 20 Mar 2018 17:40:58 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0



Am 20.03.2018 um 17:35 schrieb David Kastrup:
Urs Liska <address@hidden> writes:

Hi all,

is there a LilyPond predicate for a \lyricmode expression?

\version "2.19.80"

test =
#(define-void-function (text)(ly:music?)
    (display text))

text = \lyricmode { a b c }
\test \text

does work, so ly:music? accepts the lyricmode expression. But is there
a narrower predicate I can use to expect lyrics to be arguments for a
function?
No.  It's just an ordinary music expression containing different
elements conveniently entered with \lyricmode .

Thank you.



reply via email to

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