]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/property-init.ly
''
[lilypond.git] / ly / property-init.ly
index dca3b4930d7abeaedbabfa594a4f29327e69ba19..a49e7e1f394d45ee4cb64dd5380de6e6354ee73a 100644 (file)
@@ -220,3 +220,10 @@ forgetAccidentals = {
 % set it to turnOff. Example: \property Staff.VoltaBracket = \turnOff
 
 turnOff = #'()
+
+% For drawing vertical chord brackets with \arpeggio
+% This is a shorthand for the value of the molecule-callback property 
+% of either Staff.Arpeggio or PianoStaff.Arpeggio, depending whether 
+% cross-staff brackets are desired. 
+
+arpeggioBracket = #(lambda (grob) (Arpeggio::brew_chord_bracket grob))