]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/adding-parentheses-around-an-expressive-mark.ly
Merge branch 'master' of /home/lilycvs/git/lily/
[lilypond.git] / input / lsr / adding-parentheses-around-an-expressive-mark.ly
1 %% Do not edit this file; it is auto-generated from LSR!
2 %% Tags: expressive-marks
3 \version "2.11.35"
4
5 \header { texidoc = "
6 The parenthesize function is a special tweak that encloses objects in
7 parentheses. The associated grob is Score.ParenthesesItem.
8 " }
9
10 \relative {
11   c4 -\parenthesize -.
12
13   \override ParenthesesItem #'padding = #0.1
14   <d \parenthesize fis a> 
15
16 }
17