]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/parenthesize.ly
a39a61ca797f0c6c6567ce9903dc4525dff00862
[lilypond.git] / input / regression / parenthesize.ly
1
2 \header {
3
4
5   texidoc = "The parenthesize function is a special tweak that
6   encloses objects in parentheses. The associated grob is
7   @code{Score.ParenthesesItem}." 
8 }
9
10
11 \paper {
12   ragged-right = ##t
13 }
14
15 \version "2.17.6"
16
17 \relative c' {
18   c2 -\parenthesize -.
19
20   \parenthesize \breathe
21
22   \override ParenthesesItem.padding = #0.1
23   <d \parenthesize fis a> 
24
25 }