Re: predicate for \lyricmode

2018-03-20 Thread Jan-Peter Voigt
es: > >> 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 } >> \te

Re: predicate for \lyricmode

2018-03-20 Thread Urs Liska
Am 20.03.2018 um 17:35 schrieb David Kastrup: Urs Liska <li...@openlilylib.org> 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 } \

Re: predicate for \lyricmode

2018-03-20 Thread David Kastrup
Urs Liska <li...@openlilylib.org> 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 }

predicate for \lyricmode

2018-03-20 Thread Urs Liska
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 predi