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



      


_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to