lilypond-user
[Top][All Lists]
Advanced

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

key signature changes


From: James Fay
Subject: key signature changes
Date: Fri, 29 Oct 2004 12:42:08 -0400

In writing snippets to merge into latex for Music Theory assignments, the
following puts a different key signature in each measure.

What I'd like it NOT to do (which it currently does) is to cancel the
previous bar's key signature with naturals.


Jim Fay
Annapolis, MD


% key_sig_trebleA.ly    10-19-04

\version "2.2.5"


\score  {

        \notes {
                \clef treble
                
                \key g \major
                s1
                \key fis \minor
                s1
                \key d \minor
                s1
                \key des \major
                s1
                \key ces \major
                s1
                \key b \major
        }
                
}






reply via email to

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