lilypond-user
[Top][All Lists]
Advanced

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

Grace notes taking musical time?


From: Andrew Bernard
Subject: Grace notes taking musical time?
Date: Sun, 3 Feb 2019 21:46:12 +1100

Adding the grace note in this bar cause ca bar check error and pushes it out. For as long as I have lived grace notes take no time. What am I missing? Must be working too hard!

Andrew

%====
\version "2.19.82"

treble = {
  \time 1/4

  aih'16^-^>_\sfz \tuplet 3/2 {
    f'([ d'')
    \grace gis8
    <gis f'>
  }

  \once \override TupletNumber.text = #tuplet-number::calc-denominator-text
  \once \hide TupletBracket
  \tuplet 3/2 { d''16 b''32] } |
  c''4
  \bar "."

}

\score {
  \new Staff {
    \treble
  }

  \layout {}
}

%====


reply via email to

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