]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grob-indirect-tweak.ly
c53bc4b14361bfe7ac2075895372a5fe6221c927
[lilypond.git] / input / regression / grob-indirect-tweak.ly
1 \header
2 {
3
4   texidoc = "With the full form of the @code{\\tweak} function,
5 individual grobs that are indirectly caused by events may be tuned."
6
7 }
8
9 \version "2.16.0"
10 \paper {
11   ragged-right = ##t
12 }
13
14 \relative c''
15 {
16   <
17     \tweak Accidental #'color #red   cis4
18     \tweak Accidental #'color #green es
19     g
20   >4
21 }