X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fchanging-properties-for-individual-grobs.ly;h=7005946043b7c65d236a4dbe4e8a9f4ce56a4a79;hb=927f136ada377317b5ed58acf71aaf5d0b91fc84;hp=ead69c26346708e090a8dee91c16919447202ab0;hpb=2940cdd12c135ef94e4c95ac815e76014eef9c79;p=lilypond.git diff --git a/Documentation/snippets/changing-properties-for-individual-grobs.ly b/Documentation/snippets/changing-properties-for-individual-grobs.ly index ead69c2634..7005946043 100644 --- a/Documentation/snippets/changing-properties-for-individual-grobs.ly +++ b/Documentation/snippets/changing-properties-for-individual-grobs.ly @@ -4,10 +4,10 @@ %% and then run scripts/auxiliar/makelsr.py %% %% This file is in the public domain. -\version "2.14.0" +\version "2.16.0" \header { - lsrtags = "tweaks-and-overrides" + lsrtags = "really-cool, scheme-language, tweaks-and-overrides" texidoc = " The @code{\\applyOutput} command allows the tuning of any layout @@ -18,6 +18,7 @@ arguments. doctitle = "Changing properties for individual grobs" } % begin verbatim + #(define (mc-squared grob grob-origin context) (let ((sp (ly:grob-property grob 'staff-position))) (if (grob::has-interface grob 'note-head-interface)