lilypond-user
[Top][All Lists]
Advanced

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

Re: Problem wit grace notes


From: Jonathan Kulp
Subject: Re: Problem wit grace notes
Date: Sun, 22 Feb 2009 08:01:31 -0600
User-agent: Thunderbird 2.0.0.19 (X11/20090105)

Zbyněk Burget wrote:
Hi again,

I find one more problem. This time with grace notes at the beginning of score, where is multiple staves. If one of staves begins with grace note {\grace, \appoggiatura, \acciaccatura), instrument name on first line is not printed and key, time and clef signs are printed unreasonably. If more simultaneous StaffGoups are defined, missing instrument names (and unreasonably engraved key, time and clef signs) are at all staves in staff group, in which is staff with grace note.

Example:

\score {
  <<
    \new Staff {
      \set Staff.instrumentName = #"Instrument 1"
      \set Staff.shortInstrumentName = #"I1"
      \key d \major
      \time 2/2
      \relative c' {
    d4 e fis gis
    a1
      }
    }
    \new Staff {
      \set Staff.instrumentName = #"Instrument 2"
      \set Staff.shortInstrumentName = #"I2"
      \key d \major
      \time 2/2
      \relative c' {
    \grace c8 d4 d d d \break
    d1
      }
    }
  >>
  \layout {}
}


This looks like the problem addressed in Notation Reference 1.2.6 under "Known issues and warnings":

"Grace note synchronization can also lead to surprises. Staff notation, such as key signatures, bar lines, etc., are also synchronized. Take care when you mix staves with grace notes and staves without, for example..."

http://lilypond.org/doc/v2.12/Documentation/user/lilypond/Special-rhythmic-concerns#Special-rhythmic-concerns

Jon

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




reply via email to

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