bug-lilypond
[Top][All Lists]
Advanced

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

Re: octave bug - note ges in key-cancellation


From: Markus Schneider
Subject: Re: octave bug - note ges in key-cancellation
Date: Mon, 4 Sep 2006 11:43:33 +0200

Hello all,

this might be of interest to some of you:

I use these variables right after the \key-command to place the naturals at
their correct positions for key-cancellations to C major:

desMajorKeyCancelTC =
  \set Staff.lastKeySignature =
    #`(
      ((0 . 4) . 2)
      ((1 . 1) . 2)
      ((0 . 5) . 2)
      ((1 . 2) . 2)
      ((0 . 6) . 2)
      )

gesMajorKeyCancelTC =
  \set Staff.lastKeySignature =
    #`(
      ((1 . 0) . 2)
      ((0 . 4) . 2)
      ((1 . 1) . 2)
      ((0 . 5) . 2)
      ((1 . 2) . 2)
      ((0 . 6) . 2)
      )

cesMajorKeyCancelTC =
  \set Staff.lastKeySignature =
    #`(
      ((0 . 3) . 2)
      ((1 . 0) . 2)
      ((0 . 4) . 2)
      ((1 . 1) . 2)
      ((0 . 5) . 2)
      ((1 . 2) . 2)
      ((0 . 6) . 2)
      )

These settings apply only for treble clef! Adjust accordingly for other
clefs.

Markus







reply via email to

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