]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/changing-properties-for-individual-grobs.ly
Update snippets from today's LSR with changed makelsr.py
[lilypond.git] / Documentation / snippets / changing-properties-for-individual-grobs.ly
index d73d4d5309bd534f486dff6daffccdbce51b8277..6b137b585edffb5b2c5ed8188f0976043182911b 100644 (file)
@@ -4,10 +4,10 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.12.2"
+\version "2.14.2"
 
 \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)