bug-lilypond
[Top][All Lists]
Advanced

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

Sideeffect of avoiding grace note bug (lily 1.7.13)


From: Alexandre Beneteau
Subject: Sideeffect of avoiding grace note bug (lily 1.7.13)
Date: Thu, 06 Mar 2003 08:53:49 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3a) Gecko/20021212

Hello,

Needing to avoid grace note bug mentionned in the documentation (http://lilypond.org/development/Documentation/user/out-www/lilypond/Grace-notes.html#Grace%20notes), I use \grace {s8} getting the sideeffects you can see (little snippet and png attached)... (bar 3 in the upper Staff is empty when 'R' is requested=

You may know the problem, so excuse this message if you already do...

(This is a real problem, since it occurs in *real* music :-)) (Orchestration of Debussy's "Poissons d'or")

Thanks,

        Alex.
\include "italiano.ly"

\header { tagline = "" }

\score {
  \notes \relative do' {
    \context StaffGroup=bois <
    \context Staff = hautbois {
    \time 3/4 R2.*2 \time 2/4 \grace {s8} R2*2
    }
    \context Staff = clarinette {
    \time 3/4 R2.*2 \time 2/4 \grace {do8} do4 do do2
    }
    >
  }
}

PNG image


reply via email to

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