Displaying all grob properties and their actual values: Difference between revisions
Import snippet from LSR |
m Replace version="2.24.0" with version="2.24" now that the LilyWiki extension supports auto-selecting the latest release in a stable series |
||
| Line 89: | Line 89: | ||
for this coding: <code> \new ChordNames \chordmode { \grobPropertiesInfo #'ChordName c1:m7 } </code> | for this coding: <code> \new ChordNames \chordmode { \grobPropertiesInfo #'ChordName c1:m7 } </code> | ||
<lilypond version="2.24 | <lilypond version="2.24"> | ||
#(define (supported-properties iface) | #(define (supported-properties iface) | ||
(let ((iface-info (hashq-get-handle (ly:all-grob-interfaces) iface))) | (let ((iface-info (hashq-get-handle (ly:all-grob-interfaces) iface))) | ||