lilypond-devel
[Top][All Lists]
Advanced

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

adding hideKeySignature to lilypond commands


From: Graham Percival
Subject: adding hideKeySignature to lilypond commands
Date: Wed, 03 Aug 2005 20:08:15 -0700

To make lilypond bagpipe stuff easier, I propose that we include these
commands in ly/property-init.ly
Any objections?  Should they go in a different file instead?


hideKeySignature = {
  \override Score.KeySignature #'print-function = ##f
  \set Score.extraNatural = ##f
  #(set-accidental-style 'forget)
}
showKeySignature = {
\override Score.KeySignature #'print-function = #'Key_signature_interface::print
  \set Score.extraNatural = ##f
  #(set-accidental-style 'forget)
}





reply via email to

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