X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fadding-parentheses-around-an-expressive-mark-or-chordal-note.ly;h=05b4e9ba0770a68a6ba6af814923cad9e996d9f6;hb=01df8ad908c92687d0c352e5ad5f067e52809423;hp=fc9f278f95639b1df9437fc539cbc8246cc2717b;hpb=2bf520787e5668f22dcf0d5ab3faf74693376d6a;p=lilypond.git diff --git a/Documentation/snippets/adding-parentheses-around-an-expressive-mark-or-chordal-note.ly b/Documentation/snippets/adding-parentheses-around-an-expressive-mark-or-chordal-note.ly index fc9f278f95..05b4e9ba07 100644 --- a/Documentation/snippets/adding-parentheses-around-an-expressive-mark-or-chordal-note.ly +++ b/Documentation/snippets/adding-parentheses-around-an-expressive-mark-or-chordal-note.ly @@ -1,18 +1,13 @@ -%% 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.12.2" +\version "2.17.6" \header { - lsrtags = "expressive-marks" - -%% Translation of GIT committish: fa19277d20f8ab0397c560eb0e7b814bd804ecec - texidoces = " -La función @code{\\parenthesize} es un truco especial que encierra -objetos entre paréntesis. El grob asociado es @code{ParenthesesItem}. - -" - doctitlees = "Encerrar entre paréntesis una marca expresiva o una nota de un acorde" + lsrtags = "expressive-marks, workaround" texidoc = " The @code{\\parenthesize} function is a special tweak that encloses @@ -23,10 +18,10 @@ objects in parentheses. The associated grob is @code{ParenthesesItem}. doctitle = "Adding parentheses around an expressive mark or chordal note" } % begin verbatim + \relative c' { c2-\parenthesize -> - \override ParenthesesItem #'padding = #0.1 - \override ParenthesesItem #'font-size = #-4 + \override ParenthesesItem.padding = #0.1 + \override ParenthesesItem.font-size = #-4 2 } -