]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/define-context-properties.scm
* ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set
[lilypond.git] / scm / define-context-properties.scm
index dcb7a6fcaf65bdff86ebeb5b87ddaa4e042e475a..499fc6b4b90c4eb306a5c1868973f4a5e18e2bdc 100644 (file)
@@ -99,6 +99,10 @@ when finding a barcheck.")
 
      (barNumberVisibility ,procedure? "Procedure that takes an int and
 returns whether the corresponding bar number should be printed")
+     (bassStaffProperties list? "Alist of property settings to apply
+for the down staff of PianoStaff. Used by @code{\\autochange}")
+     (trebleStaffProperties list? "Alist of property settings to apply
+for the up staff of PianoStaff. Used by @code{\\autochange}")
      (bassFigureFormatFunction ,procedure? "Procedure that is called
 to produce the formatting for a @code{BassFigure} grob. It takes a
 list of @code{BassFigureEvent}s, a context, and the grob to format.")