]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/adding-parentheses-around-an-expressive-mark.ly
Merge branch 'dev/mf2pt1-build' of git://git.sv.gnu.org/lilypond
[lilypond.git] / input / lsr / adding-parentheses-around-an-expressive-mark.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 %% Tags: expressive-marks
4 \version "2.11.35"
5
6 \header { texidoc = "
7 The parenthesize function is a special tweak that encloses objects in
8 parentheses. The associated grob is Score.ParenthesesItem.
9 " }
10 % begin verbatim
11 \relative {
12   c4 -\parenthesize -.
13
14   \override ParenthesesItem #'padding = #0.1
15   <d \parenthesize fis a> 
16
17 }
18