accidentals after mid-measure break

2020-01-03 Thread Malte Meyn
Hi list, I think that accidentals should be repeated after a break in every case. LilyPond does this with tied notes over a bar line but not with tied or even separate notes within a measure: \version "2.21.0" \relative { \partial 2 c'2 d e fis \bar "" \break fis g1 fis2~ \bar "" \break

Re: accidentals after mid-measure break

2020-01-03 Thread Peter Toye
As a performer, I think it's definitely very confusing. The slightly amended version below would leave me wondering what note I was meant to be playing for the second crotchet (quarter-note). \version "2.21.0" \relative { \partial 2 c'2 d e fis \bar "" \break fis g1 fis2~ \bar "" \break

Re: accidentals after mid-measure break

2020-01-03 Thread David Kastrup
Malte Meyn writes: > Hi list, > > I think that accidentals should be repeated after a break in every > case. LilyPond does this with tied notes over a bar line but not with > tied or even separate notes within a measure: > > \version "2.21.0" > \relative { > \partial 2 c'2 d e fis \bar "" \brea