repo.or.cz
/
lilypond
/
patrick.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Changes the spanner-placement property of FootnoteSpanner to ly:dir
[lilypond/patrick.git]
/
input
/
regression
/
parenthesize.ly
blob
22a5068cda667e42b8d74a55070735eec46066e2
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.12.0"
16
17
\relative
c
' {
18
c
4
-
\parenthesize
-
.
19
20
\override
ParenthesesItem
#'
padding
= #
0.1
21
<
d
\parenthesize
fis a
>
22
23
}