lilypond-user
[Top][All Lists]
Advanced

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

Re: SacredHarpHeads: possible solution to major/minor problem


From: Mark Polesky
Subject: Re: SacredHarpHeads: possible solution to major/minor problem
Date: Thu, 18 Jun 2009 20:44:23 -0700 (PDT)

Are accidentals *ever* printed next to the notes in Sacred Harp?
If not, then all you need to do is this:

\version "2.13.1"

suppressAllAccidentals = 
\set Staff.autoAccidentals =
  #`(Staff ,(lambda (context pitch barnum position) '(#f . #f)))

\relative {
  \key d \minor
  \suppressAllAccidentals
  \sacredHarpHeads
  d e f g a b c d
}

If it's a hard and fast rule that there are never accidentals
except in the key-signature, I might propose that the
indiscriminate suppression of all accidentals be incorporated
into the \sacredHarpHeads command.

If accidentals are printed next to notes *some* of the time,
then it gets trickier. Let me know.

- Mark



      




reply via email to

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