Re: A question about grace notes

2020-07-18 Thread David Kastrup
Andrew Bernard writes: > I have used this construct successfully for a long time to put grace > notes before the barline: > > %-- > \version "2.21.3" > { > \time 2/4 > c'4 c' > \grace { > \bar "" > c'8 _~ > \bar "|" > } | > c'4 c' | > } > > %-

A question about grace notes

2020-07-18 Thread Andrew Bernard
I have used this construct successfully for a long time to put grace notes before the barline: %-- \version "2.21.3" { \time 2/4 c'4 c' \grace { \bar "" c'8 _~ \bar "|" } | c'4 c' | } %-- In 2.21.3 this no longer appears to wo