lilypond-user
[Top][All Lists]
Advanced

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

quoteDuring at the beginning of voice doesn't work


From: jakob lund
Subject: quoteDuring at the beginning of voice doesn't work
Date: Sat, 1 Jan 2011 21:57:10 +0100

In the example below, the quoted note doesn't get printed
if the (otherwise useless) line marked %workaround% is
removed. Is this a (known?) bug, or am I making a mistake


Jakob

-----------------------------------------

\version "2.13.44"

altoPart = { c''4 }

\addQuote alto \altoPart
tenorPart = {
  s1*0                                  % workaround %
  \quoteDuring #"alto" { s4 }
  a'
}

{
  \tenorPart
}



reply via email to

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