bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bug for slur and (not) restored accidental


From: Rutger Hofman
Subject: Bug for slur and (not) restored accidental
Date: Fri, 27 Jan 2012 15:48:17 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111108 Thunderbird/3.1.16

% 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'!) |
    }
}



reply via email to

[Prev in Thread] Current Thread [Next in Thread]