lilypond-user
[Top][All Lists]
Advanced

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

Programming question


From: Jay Vara
Subject: Programming question
Date: Sun, 23 Nov 2014 20:21:44 +0000

Given that NoteNames are really a type of lyrics, is it possible to have a function that just takes music and returns a text string that is a lyric.

For example:

music  = \relative c' { c4 d e f g a b c }

notenameLyric = \NoteNameToLyric \music

would make

notenameLyric = "c d e f g a b c"

so that we can write

\newLyric \lyricmode \notenameLyric

I understand that such a function would probably map the music and extract the 'text from it and concatenate it to get the result. Not yet successful in getting it to work.



reply via email to

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