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