I am not sure what you want to get. For a modern piece of music I have tried some different styles of accidentials that LP provides. In this example I used a part of Satie theme (as far as I remember?).

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\\version "2.16.2"

Noten = {

\relative c' {

\time 2/4

{

ais4 cis |

ges4 dis'4|

{gis,8 d'} c dis |

}

}

}

\new Staff {

\tempo "default"

%# (set-accidental-style 'default)

\accidentalStyle default

\Noten

}

\new Staff {

\tempo "modern"

%# (set-accidental-style 'modern)

\accidentalStyle modern

\Noten

}

\new Staff {

\tempo "dodecaphonic"

%# (set-accidental-style 'dodecaphonic)

\accidentalStyle dodecaphonic

\Noten

}

\new Staff {

\tempo "teaching"

%# (set-accidental-style 'teaching)

\accidentalStyle teaching

\Noten

}

%%%%%%%%%%%%%%%%%%%%%%%%%%%






On 06.12.2015 15:31, Simon Albrecht wrote:
Hello,

I would like to have a custom accidental style acting like manuscripts and first editions of Seb. Bach do:
– do not remember accidentals*
– unless a pitch is immediately repeated
– or with chromatic steps: an accidental should always be printed if the previous note has the same pitch, but a different alteration. I find the mechanism for defining accidental styles difficult (see <http://lists.gnu.org/archive/html/lilypond-user/2014-02/msg00250.html>); can anyone help with this? It might be a modification of 'forget.

Yours, Simon

* except of course those in the key signature

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

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

Reply via email to