X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fchanging-properties-for-individual-grobs.ly;h=f13e5b00cd9bbcd2f48db9d1b8159f848bda1c96;hb=0d13da15da86d830bc2ae00da6cfc38b99653d6d;hp=fa615a01ad42468c588376c824a77508bfc7c9ee;hpb=37a1acdcb64020041d724e42e3e41b921e655709;p=lilypond.git diff --git a/Documentation/snippets/changing-properties-for-individual-grobs.ly b/Documentation/snippets/changing-properties-for-individual-grobs.ly index fa615a01ad..f13e5b00cd 100644 --- a/Documentation/snippets/changing-properties-for-individual-grobs.ly +++ b/Documentation/snippets/changing-properties-for-individual-grobs.ly @@ -1,10 +1,13 @@ -%% Do not edit this file; it is automatically +%% DO NOT EDIT this file manually; it is automatically %% generated from LSR http://lsr.dsi.unimi.it +%% Make any changes in LSR itself, or in Documentation/snippets/new/ , +%% and then run scripts/auxiliar/makelsr.py +%% %% This file is in the public domain. -\version "2.13.10" +\version "2.14.2" \header { - lsrtags = "tweaks-and-overrides" + lsrtags = "really-cool, tweaks-and-overrides, scheme-language" texidoc = " The @code{\\applyOutput} command allows the tuning of any layout @@ -15,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)