Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 Kainhofer | 2010-11-22 | 1 | -0/+14 |