lilypond-user
[Top][All Lists]
Advanced

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

Re: 'bach accidental style


From: BB
Subject: Re: 'bach accidental style
Date: Sun, 6 Dec 2015 15:59:10 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:38.0) Gecko/20100101 Thunderbird/38.4.0

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
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user


reply via email to

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