]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/adding-parentheses-around-an-expressive-mark-or-chordal-note.ly
lilypond-book robustness: ensure EOL at the end of @verbatim
[lilypond.git] / input / lsr / adding-parentheses-around-an-expressive-mark-or-chordal-note.ly
1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
3 \version "2.13.1"
4
5 \header {
6   lsrtags = "expressive-marks"
7
8 %% Translation of GIT committish: dff50e8e1d3134657a6b6203b9c93826dc4cef65
9   texidoces = "
10 La función @code{\\parenthesize} es un truco especial que encierra
11 objetos entre paréntesis.  El grob asociado es
12 @code{Score.ParenthesesItem}.
13
14 "
15   doctitlees = "Encerrar entre paréntesis una marca expresiva o una nota de un acorde"
16
17   texidoc = "
18 The @code{\\parenthesize} function is a special tweak that encloses
19 objects in parentheses.  The associated grob is
20 @code{Score.ParenthesesItem}. 
21
22 "
23   doctitle = "Adding parentheses around an expressive mark or chordal note"
24 } % begin verbatim
25
26 \relative c' {
27   c2-\parenthesize ->
28   \override ParenthesesItem #'padding = #0.1
29   \override ParenthesesItem #'font-size = #-4
30   <d \parenthesize f a>2 
31 }
32
33