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 _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
