Left: | ||
Right: |
OLD | NEW |
---|---|
(Empty) | |
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.15.39" | |
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 } | |
OLD | NEW |