6 When tieing notes with accidentals across a bar boundary, the
7 accidental must not be drawn on the note in the next bar. Unless the
8 tie crosses a line break, in which case the accidental is repeated if
9 it would be different from an untied note. The next note of the same
10 pitch in this next bar should always show the accidental (even if it's
11 natural). Slurring a accidentaled note to a natural one across bar
12 boundaries should be explicit.
14 Pitches can be verified by printing them with the @code{NoteNames} context.
18 thenotes
= \notes \relative cis' {
23 gis4 gis8 ~
gis g4 gis |
31 gis4 gis8 ~
gis g4 gis |
33 g4 gis8 ~
gis g4 gis |
38 % FIXME: check for accidentals at line break could look more cute
39 % maybe move to tie-break-accidental?
41 % Btw: I don't even know what the rule is for the second note in the
42 % next bar, if a reminder accidental was printed. These are really
43 % not very common cases. Technically, if it is not tied, it
44 % should get an accidental but it looks a bit silly and redundant.
47 g!) gis4 gis ~ |
\break
48 gis2 gis ~ |
gis g ~
\break
54 \context Staff
\thenotes
55 \context NoteNames
\thenotes