lilypond-devel
[Top][All Lists]
Advanced

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

[PATCH] Allow music identifiers in \addlyrics (no need for braces any mo


From: Reinhold Kainhofer
Subject: [PATCH] Allow music identifiers in \addlyrics (no need for braces any more)
Date: Fri, 29 Oct 2010 16:32:15 +0200
User-agent: KMail/1.13.5 (Linux/2.6.35-22-generic; KDE/4.5.2; i686; ; )

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, too,
so that no braces are needed any more.

http://codereview.appspot.com/2740044

Okay to push?

Cheers,
Reinhold
-- 
------------------------------------------------------------------
Reinhold Kainhofer, address@hidden, http://reinhold.kainhofer.com/
 * Financial & Actuarial Math., Vienna Univ. of Technology, Austria
 * http://www.fam.tuwien.ac.at/, DVR: 0005886
 * LilyPond, Music typesetting, http://www.lilypond.org



reply via email to

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