LSR: Local update.
[lilypond/mpolesky.git] / Documentation / snippets / adding-parentheses-around-an-expressive-mark-or-chordal-note.ly
blob28832a9eeecab869a2956c8f5800b048bfef6c89
1 %% Do not edit this file; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% This file is in the public domain.
4 \version "2.13.10"
6 \header {
7 lsrtags = "expressive-marks"
9 %% Translation of GIT committish: 341940d3830b59f93a80131471d622c2818afddb
10 texidoces = "
11 La función @code{\\parenthesize} es un truco especial que encierra
12 objetos entre paréntesis. El grob asociado es @code{ParenthesesItem}.
15 doctitlees = "Encerrar entre paréntesis una marca expresiva o una nota de un acorde"
17 texidoc = "
18 The @code{\\parenthesize} function is a special tweak that encloses
19 objects in parentheses. The associated grob is @code{ParenthesesItem}.
23 doctitle = "Adding parentheses around an expressive mark or chordal note"
24 } % begin verbatim
26 \relative c' {
27 c2-\parenthesize ->
28 \override ParenthesesItem #'padding = #0.1
29 \override ParenthesesItem #'font-size = #-4
30 <d \parenthesize f a>2