Hi, Lilypond Experts. I have a problem combining an acciaccatura at the start of a bar with global settings for special bar lines.
The following code places the acciaccatura before the double bar and creates another spurious bar before both of them: \version "2.16.1" global = { s1 \bar "||" s1 } music = { R1 \appoggiatura c''8 c''1 } \score { \new Staff << \global \music >> } If one puts the double bar into the \music explicitly (rather than in \global), it works perfectly fine, but I rather need to use global settings for this large orchestral piece, of which this is just a short excerpt from one stave. Could you suggest either what I may be doing wrong or what way there might be to work around it. Many thanks as always, Alex Voice
_______________________________________________ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user