lilypond-user
[Top][All Lists]
Advanced

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

Re: Grace note immediately after key change


From: Jonathan Kulp
Subject: Re: Grace note immediately after key change
Date: Thu, 04 Jun 2009 19:47:25 -0500
User-agent: Thunderbird 2.0.0.21 (X11/20090409)

Nick Payne wrote:
With multiple voices, if I have a grace note in one voice immediately after
a key change, the output gets garbled unless I put dummy grace notes in the
other voices. Is this expected? With the following example, I get the

This is a known issue, mentioned just below the section on grace notes in the docs.

attached output, with the key signature doubled, the coda not over the
preceding barline, and the grace note positioned between the two key
signatures. If I add \grace s8 at the corresponding point in voiceOne, the
problem goes away. If I don't have the key change and coda at that point,
then no dummy grace note in the other voice is needed.

 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 \version "2.12.2"

 \new Staff <<
 \new Voice = "first"
{ \voiceOne
        \relative c' {
                \key e \minor
                r8 b'4 b b b8 |
                \mark \markup { \musicglyph #"scripts.coda" }
                \key e \major
                r8 <b gis>4 <b gis> <b gis> <b gis>8 |
        }
 }

 \new Voice = "second"
 {      
\voiceTwo \relative c' {
                \key e \minor
                e,1 |
                \key e \major
                \acciaccatura e8 <e e'>2. dis'4 |
        }
 }
 >>
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Nick Payne



--
Jonathan Kulp
http://www.jonathankulp.com




reply via email to

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