]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/changing-a-single-notes-size-in-a-chord.ly
Doc: run makelsr locally
[lilypond.git] / Documentation / snippets / changing-a-single-notes-size-in-a-chord.ly
index 0c2bb9ddf3586570dc963ba6d862ab7d00a818fe..065155b93da66ed114074463bcc25208b69f41c4 100644 (file)
@@ -1,12 +1,15 @@
-%% 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.14.2"
 
 \header {
-  lsrtags = "simultaneous-notes, editorial-annotations, tweaks-and-overrides"
+  lsrtags = "specific-notation, editorial-annotations, simultaneous-notes, tweaks-and-overrides, really-simple"
 
-%% Translation of GIT committish: 00ef2ac3dd16e21c9ffdffaa4d6d043a3f1a76e6
+%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa
   texidoces = "
 Se pueden modificar notas individuales de un acorde con la instrucción
 @code{\\tweak}, alterando la propiedad @code{font-size}.
@@ -36,6 +39,7 @@ note head).
   doctitle = "Changing a single note's size in a chord"
 } % begin verbatim
 
+
 \relative c' {
   <\tweak #'font-size #+2 c e g c \tweak #'font-size #-2 e>1^\markup { A tiny e }_\markup { A big c }
 }