X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Flsr%2Fchanging-a-single-notes-size-in-a-chord.ly;h=699b90bf785c2ca100d146df167a25061f734422;hb=8b649b5ed48e87329185796af4aa10352a08ca4b;hp=be02f5b57f2df880cb684fb256bd23f2e8afdd9b;hpb=63e3a34b22756a1ebc6543e08dc4fb9b20ac1ac4;p=lilypond.git diff --git a/input/lsr/changing-a-single-notes-size-in-a-chord.ly b/input/lsr/changing-a-single-notes-size-in-a-chord.ly index be02f5b57f..699b90bf78 100644 --- a/input/lsr/changing-a-single-notes-size-in-a-chord.ly +++ b/input/lsr/changing-a-single-notes-size-in-a-chord.ly @@ -1,18 +1,18 @@ %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it %% This file is in the public domain. -\version "2.11.52" +\version "2.12.3" \header { lsrtags = "simultaneous-notes, editorial-annotations, tweaks-and-overrides" texidoces = " Se pueden modificar notas individuales de un acorde con la -instrucción @code{\tweak}, alterando la propiedad +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 +@code{\\tweak} seguida por @code{#'font-size} y definimos el tamaño adecuado como @code{#-2} (una cabeza pequeña). " @@ -34,7 +34,8 @@ notehead). " doctitle = "Changing a single note's size in a chord" } % begin verbatim -\layout { ragged-right = ##t } + \relative { <\tweak #'font-size #+2 c e g c \tweak #'font-size #-2 e>1^\markup { A tiny e }_\markup { A big c } } +