]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/adding-parentheses-around-an-expressive-mark-or-chordal-note.ly
LSR: Update.
[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.49"
4
5 \header {
6   lsrtags = "expressive-marks"
7
8   texidoc = "
9 The @code{\\parenthesize} function is a special tweak that encloses
10 objects in parentheses.  The associated grob is
11 @code{Score.ParenthesesItem}. 
12
13 "
14   doctitle = "Adding parentheses around an expressive mark or chordal note"
15 } % begin verbatim
16 \relative c' {
17   c2-\parenthesize ->
18   \override ParenthesesItem #'padding = #0.1
19   \override ParenthesesItem #'font-size = #-4
20   <d \parenthesize fis a>2 
21 }
22