lilypond-user
[Top][All Lists]
Advanced

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

predicate for \lyricmode


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

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?

Urs




reply via email to

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