Changing properties for individual grobs: 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 1: | Line 1: | ||
The <code>\applyOutput</code> command allows the tuning of any layout object, in any context. It requires a Scheme function with three arguments. | The <code>\applyOutput</code> command allows the tuning of any layout object, in any context. It requires a Scheme function with three arguments. | ||
<lilypond version="2.24 | <lilypond version="2.24"> | ||
#(define (mc-squared grob grob-origin context) | #(define (mc-squared grob grob-origin context) | ||
(let ((sp (ly:grob-property grob 'staff-position))) | (let ((sp (ly:grob-property grob 'staff-position))) | ||