bug-lilypond
[Top][All Lists]
Advanced

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

Re: \quoteDuring at the beginning


From: Reinhold Kainhofer
Subject: Re: \quoteDuring at the beginning
Date: Mon, 14 Jun 2010 11:38:35 +0200
User-agent: KMail/1.13.3 (Linux/2.6.32-22-generic; KDE/4.4.4; i686; ; )

Am Montag, 14. Juni 2010, um 10:54:27 schrieb Christian Hitz:
> \quoteDuring does not quote when used at the beginning of a piece.
> 
> Result: No Notes are quoted.
> Expected Result: Quoting the beginning of the quoted voice.

You need to create the voice explicitly, as implicit voice generation does not 
work with things like quotes (or tempo marks inside triplets):

\new Voice {
  \relative c'' {
    \quoteDuring #"part" { s4 }
  }
}


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]