On 19.04.2016 15:02, Phil Holmes wrote:
"Gilberto Agostinho" <address@hidden> wrote in message
news:address@hidden
Hello bug squad,
When using the accidental style dodecaphonic-no-repeat, the accidental
of repeated notes aren't restated unless there is a bar line in between
them. The problem I found is that when using a mid bar break (by using
the command \bar "" \break in the middle of a bar), the accidental is
not restated between repeated notes that happen to be around the break.
See:
\version "2.19.37"
\relative c' {
\accidentalStyle dodecaphonic-no-repeat
cis d e cis | \break
cis d e cis |
}
\relative c' {
\accidentalStyle dodecaphonic-no-repeat
\time 8/4
cis d e cis \bar "" \break
cis d e cis |
}
Producing: http://s17.postimg.org/f6s6k96zz/accidental.jpg
Best,
Gilberto
That seems perfectly correct. There is no bar line in your second
example, so why should the accidental be restated?
Perhaps because it demands really much from the performer to remember
accidentals across line breaks, in such complicated music as will likely
use the dodecaphonic-no-repeat accidental style.
Making this rather an enhancement request.
Best, Simon