]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/other/using-the--tweak-command-to-tweak-individual-grobs.ly
Merge branch 'master' of git+ssh://git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / lsr / other / using-the--tweak-command-to-tweak-individual-grobs.ly
1 %%  Do not edit this file; it is auto-generated from LSR!
2 \version "2.11.23"
3
4 \header { texidoc = "
5 With the @code{\tweak} command, you can tune every grob directly. Here
6 are some examples of available tweaks.
7
8
9 " }
10
11 \paper {
12   ragged-right = ##t
13 }
14
15 {
16   \set fingeringOrientations = #'(right)
17   <
18     \tweak #'font-size #3  c
19     \tweak #'color #red  d-\tweak #'font-size #8 -4
20     \tweak #'style #'cross  g
21     \tweak #'duration-log #1  a
22   >4
23 }