lilypond-user
[Top][All Lists]
Advanced

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

Extra naturals in accidental-style teaching?


From: Ariel Barton
Subject: Extra naturals in accidental-style teaching?
Date: Thu, 3 Apr 2014 08:08:08 -0500

Hello,

I am trying to use the accidental style "teaching" to make my music a little easier to use. The problem is, "teaching" produces a whole lot of superfluous natural signs that aren't really helpful; they just clutter up the page. (They don't seem to follow any particular rules, either; they seem to be distributed at random.) Can you tell me how to get rid of them (while keeping the courtesy sharps and flats)?

Thank you,
Ariel Barton

(Here is an example: note that the first song is in C major with no accidentals and I still have a lot of random natural signs.)

\version "2.18.2"
\language "english"
\layout {
    \context {
        \Staff
        #(set-accidental-style 'teaching)
         }
}
\relative c'{   
        \key c \major \time 2/4           
        e8 g g g | g a g f | e g g g | g a g f | e g d f | e g d f |
        e4 d | c2 |
        }
\relative c' {
            \key e \minor \partial 4           
            b4 | g' g fs fs | g8 g4. e2 | b4 b4 ds8 ds4.   | e2. b4 |
                g' g fs fs | g8 g4. e2 | b4 b4 ds8 ds4.    | e1 |
                e8 e4.~ e2 | a4 a2.    | b4. (as8) b4. as8 | b4 b8(a?) g (e4.) |
                g4 e2 (g4) | e8(d) b2. | b4 b4 ds8 ds4.    | e2.
        }


reply via email to

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