]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/using-the--tweak-command-to-tweak-individual-grobs.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / using-the--tweak-command-to-tweak-individual-grobs.ly
index 8a3841a893b7557f8971e4876a92c747022682ce..43540003dc6d610b2b41d4d4934f001312e460c7 100644 (file)
@@ -1,19 +1,23 @@
-%% 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.4"
+\version "2.16.0"
 
 \header {
-  lsrtags = "tweaks-and-overrides"
+  lsrtags = "really-simple, tweaks-and-overrides"
 
   texidoc = "
-With the @code{\\tweak} command, every grob can be tuned directly. 
+With the @code{\\tweak} command, every grob can be tuned directly.
 Here are some examples of available tweaks.
 
 "
   doctitle = "Using the \\tweak command to tweak individual grobs"
 } % begin verbatim
 
+
 \relative c' {
   \time 2/4
   \set fingeringOrientations = #'(right)
@@ -24,4 +28,3 @@ Here are some examples of available tweaks.
     \tweak #'duration-log #2 a
   >2
 }
-