]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/adding-parentheses-around-an-expressive-mark-or-chordal-note.ly
Merge master into nested-bookparts
[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.11.62"
4
5 \header {
6   lsrtags = "expressive-marks"
7
8   texidoces = "
9 La función @code{\\parenthesize} es un truco especial que encierra
10 objetos entre paréntesis.  El grob asociado es
11 @code{Score.ParenthesesItem}.
12
13 "
14   doctitlees = "Encerrar entre paréntesis una marca expresiva o una nota de un acorde"
15
16   texidoc = "
17 The @code{\\parenthesize} function is a special tweak that encloses
18 objects in parentheses.  The associated grob is
19 @code{Score.ParenthesesItem}. 
20
21 "
22   doctitle = "Adding parentheses around an expressive mark or chordal note"
23 } % begin verbatim
24 \relative c' {
25   c2-\parenthesize ->
26   \override ParenthesesItem #'padding = #0.1
27   \override ParenthesesItem #'font-size = #-4
28   <d \parenthesize fis a>2 
29 }
30