summaryrefslogtreecommitdiff
path: root/input/regression/newaddlyrics-music-identifiers.ly
Commit message (Expand)AuthorAgeFilesLines
* Allow music identifiers in \addlyrics (no need for braces any more)...In particular, so far the following did not work: \new Staff { \m \addlyrics \l } Instead, one had to use braces around \m and \l: \new Staff { {\m} \addlyrics {\l} } This patch extends the parser to allow music identifiers, so that no braces are needed any more. Reinhold Kainhofer2010-11-221-0/+14