]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/changing-properties-for-individual-grobs.ly
Issue 4507/5: Update snippet changing-properties-for-individual-grobs.ly
[lilypond.git] / Documentation / snippets / changing-properties-for-individual-grobs.ly
index 8e53a1ede81077284bbb157a0970b24daf048af0..b9aefd1fc923a3b95fb3ea9d0477f463d7028552 100644 (file)
@@ -1,10 +1,13 @@
-%% Do not edit this file; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
+%% DO NOT EDIT this file manually; it is automatically
+%% generated from LSR http://lsr.di.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.31"
+\version "2.19.24"
 
 \header {
-  lsrtags = "tweaks-and-overrides"
+  lsrtags = "really-cool, scheme-language, tweaks-and-overrides"
 
   texidoc = "
 The @code{\\applyOutput} command allows the tuning of any layout
@@ -30,6 +33,6 @@ arguments.
 
 \relative c' {
   <d f g b>2
-  \applyOutput #'Voice #mc-squared
+  \applyOutput Voice #mc-squared
   <d f g b>2
 }