lilypond-user
[Top][All Lists]
Advanced

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

Re: starting music with an acciaccatura


From: Phil Holmes
Subject: Re: starting music with an acciaccatura
Date: Fri, 8 Oct 2010 18:02:12 +0100

----- Original Message ----- From: "Orm Finnendahl" <address@hidden>
To: <address@hidden>
Sent: Friday, October 08, 2010 5:17 PM
Subject: starting music with an acciaccatura


Hi all,

starting a score with an \acciaccatura gives unintended results in
the following example on my machine:

\version "2.13.23"

\score {
 \new PianoStaff { <<
   \new Staff  { \clef G \acciaccatura { c'16[ c'16] } c'16-> r8. }
   \new Staff  { \clef bass c4 }
 >> }
 \layout {}
}

As the acciaccatura seems to be "before" the first beat, the \clef
command for the bottom staff is processed *after* the acciaccatura,
resulting in the bottom system being initialized with a G clef.

The following workaround works here, but that I find that rather
awkward:

\version "2.13.23"

\score {
 \new PianoStaff { <<
   \new Staff  { \clef G \acciaccatura { c'16[ c'16] } c'16-> r8. }
   \new Staff  { \clef bass \grace { s16 s16 } c4 }
 >> }
 \layout {}
}

Are there any better (cleaner) ways to do it?

Yours,
Orm


This appears to be exactly the workaround fully documented in the Notation Reference, 1.2.6 Special rhythmic concerns, Grace notes, Known issues and warnings, and so it would seem to be the best way to do this.

--
Phil Holmes





reply via email to

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