X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fchanging-a-single-notes-size-in-a-chord.ly;h=c9b51f780ee28e90cdac1d779b84e34f9b93e242;hb=5b1f3adfe5e3561eaa0f9440e0697054084b7107;hp=b6c54df689f48a89bc543e4262c2cd959bf971a2;hpb=129ef378c53f80d45f40af27ba80ad0fb5e0a53c;p=lilypond.git diff --git a/Documentation/snippets/changing-a-single-notes-size-in-a-chord.ly b/Documentation/snippets/changing-a-single-notes-size-in-a-chord.ly index b6c54df689..c9b51f780e 100644 --- a/Documentation/snippets/changing-a-single-notes-size-in-a-chord.ly +++ b/Documentation/snippets/changing-a-single-notes-size-in-a-chord.ly @@ -4,23 +4,10 @@ %% and then run scripts/auxiliar/makelsr.py %% %% This file is in the public domain. -\version "2.12.2" +\version "2.16.0" \header { - lsrtags = "simultaneous-notes, editorial-annotations, tweaks-and-overrides" - -%% Translation of GIT committish: fa19277d20f8ab0397c560eb0e7b814bd804ecec - texidoces = " -Se pueden modificar notas individuales de un acorde con la instrucción -@code{\\tweak}, alterando la propiedad @code{font-size}. - -Dentro de un acorde (entre ángulos simples @code{< >}), antes de la -nota que queremos alterar, situamos la instrucción @code{\\tweak} -seguida por @code{#'font-size} y definimos el tamaño adecuado como -@code{#-2} (una cabeza pequeña). - -" - doctitlees = "Modificar el tamaño de una nota suelta de un acorde" + lsrtags = "editorial-annotations, really-simple, simultaneous-notes, specific-notation, tweaks-and-overrides" texidoc = " Individual note heads in a chord can be modified with the @@ -39,7 +26,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 } } -