]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/parenthesize.ly
* lily/relocate.cc (prefix_relocation): allow "current"
[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
12
13 \paper {
14   ragged-right = ##t
15   }
16 \version "2.7.32"
17
18 \relative {
19   c4 -\parenthesize -.
20
21   <d \parenthesize fis a> 
22
23 }