lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 2745 in lilypond: clef change confuses manual


From: lilypond
Subject: Re: [Lilypond-auto] Issue 2745 in lilypond: clef change confuses manual key signature
Date: Thu, 29 Jan 2015 23:10:27 +0000


Comment #37 on issue 2745 by address@hidden: clef change confuses manual key signature
https://code.google.com/p/lilypond/issues/detail?id=2745

Just for the record, in case this issue ever gets resurrected: there is a case for octave-specific key signatures in early renaissance music. Specifically, where the music entails a mixture of "soft" and "hard" hexachords (whence, incidentally, the names b-mol and b-dur derive, as do our modern signs for flat and natural). [Apel: The notation of polyphonic music, 900-1600. Available at https://archive.org/stream/notationofpolyph00apel#page/460/mode/2up where the discussion is indexed under "partial signature")

As a concrete example, I've transcribed parts of the Carver Choirbook (Scotland, early sixteenth century), using
    % altus
    \clef "treble"
    \set Staff.keySignature = #`(((-1 . 6) . ,NATURAL)
                                 (( 0 . 6) . ,FLAT))
    % ...
    % bassus
    \clef "bass"
    \set Staff.keySignature = #`(((-2 . 6) . ,FLAT)
                                 ((-1 . 6) . ,NATURAL))
and lilypond (2.19.5) seems to behave perfectly. (Haven't needed to transpose though).
-- Graham King

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

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