bug-lilypond
[Top][All Lists]
Advanced

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

\addlyrics limitation


From: Mats Bengtsson
Subject: \addlyrics limitation
Date: Mon, 10 Oct 2005 12:22:41 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050511

Based on a question by Neil Killeen on lilypond-user, why doesn't the
following work?

\version "2.6.0"
sopLyric = \lyricmode {  One Two  Three }

<<
\context Voice { a b c }
\addlyrics  \sopLyric
>>

In other words, why do you need the curly braces around \sopLyric
in the following working example?

\version "2.6.3"
sopLyric = \lyricmode {  One Two  Three }

<<
\context Voice { a b c }
\addlyrics {  \sopLyric }
>>

  /Mats




reply via email to

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