bug-lilypond
[Top][All Lists]
Advanced

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

\tag can't follow \lyricsto


From: Roman Stawski
Subject: \tag can't follow \lyricsto
Date: Mon, 14 Jul 2008 15:45:32 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

> I'm not top posting.

The \tag command provokes a syntax error if it immediately follows a \lyricsto
command. A work-around is to insert an empty expression {} between the two.

\version "2.11.49"
\paper{ ragged-right=##t }
<<
  \new Voice = "dirge" { c''1 }
  \lyricsto "dirge" \new Lyrics { Whoops }
  % {}    % <-- \tag provokes syntax error if this line is commented out
  \tag #'harmony { a'1 }
>>





reply via email to

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