]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/changing-properties-for-individual-grobs.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / changing-properties-for-individual-grobs.ly
index e4f94e200569e5b8d4bb59a08e1612e6d9174061..7005946043b7c65d236a4dbe4e8a9f4ce56a4a79 100644 (file)
@@ -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.16"
+\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
@@ -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)