% If a slur spans a bar, and after the bar a note has an accidental
% as-per key, and the note before the bar is the same but natural-ed,
% an accidental should be printed for the note after the bar.
%
% The first line in the example should be identical to the second line.
% This is irrespective of accidentalStyle.

\version "2.14.0"

\score {
    \new Staff {
        \key g \major
        \time 2/4

        f'2( |
        fis') | \break
        f'2( |
        fis'!) |
    }
}

_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to