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 {}
}

%====
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to