lilypond-user
[Top][All Lists]
Advanced

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

Re: show key signature but also alterations


From: Frédéric
Subject: Re: show key signature but also alterations
Date: Thu, 21 May 2020 20:38:13 +0200

> > \key d\major
> > \set Staff.keyAlterations = #'()
> > \accidentalStyle dodecaphonic
>
> Obviously not \accidentalStyle dodecaphonic though.
> \accidentalStyle forget I think?

apparently, this doesn't work:
\version "2.19.0"
\language "english"
{
  \key d \major
  \set Staff.keyAlterations = #'()
  \accidentalStyle forget
  d' e' fs' g' a' b' cs'' d''
}

The effect of \set Staff.keyAlterations = #'() seems to be the same as
\key c \major, it removes the key signature.
I would like to write my own accidental style in scheme but I'm a bit
lost about where to start.

F



reply via email to

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