lilypond-user
[Top][All Lists]
Advanced

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

Re: Syllable count


From: Thomas Morley
Subject: Re: Syllable count
Date: Mon, 19 Feb 2018 23:04:57 +0100

2018-02-19 22:38 GMT+01:00 John Schlomann <address@hidden>:
> Dear LilyPond experts,
>
>
>
> Given a definition of some lyrics, such as
>
>
>
>   lyr = \lyricmode { Here some lyr -- ics }
>
>
>
> Is there any way to get a count of the syllables, in this case 4?
>
>
>
> Thank you,
>
> John



#(display-scheme-music (length (ly:music-property lyr 'elements)))

HTH,
  Harm



reply via email to

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