bug-lilypond
[Top][All Lists]
Advanced

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

Starting Grace Notes error: bug?


From: Javier Ruiz
Subject: Starting Grace Notes error: bug?
Date: Sun, 10 Apr 2011 01:59:26 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

> I'm not top posting.
%{
Starting a piece with grace notes on one staff, or the beginning of a 
\repeat volta block, will cause undesired formatting (adds extra clef,
extra set of time signagures, key is offset)
plus .midi timing errors.
Adding parallel silent grace note(s) of same duration to the another staff 
works to correct the PDF output, but won't resolve the midi timing errors.
-Javier Ruiz
%}
\version "2.13.33"
General = {\key g \major \time 3/4}
\score{ 
  \new PianoStaff <<
            \new Staff = "upper"
                 \relative c'{
                         \General
                         \clef treble
                         \grace {fis16[ a]} a2.}
            \new Staff = "lower"
                \relative c{
                        \General
                        \clef bass
                        %\grace s8  %uncomment line to fix PDF but not MIDI
                                <d fis a>2.}
 >>
  \layout {}
  \midi {}
}
%EOF




reply via email to

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