]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/other/using-the--tweak-command-to-tweak-individual-grobs.ly
Merge branch 'master' of ssh+git://hanwen@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 \paper {
10   ragged-right = ##t
11 }
12
13 {
14   \set fingeringOrientations = #'(right)
15   <
16     \tweak #'font-size #3  c
17     \tweak #'color #red  d-\tweak #'font-size #8 -4
18     \tweak #'style #'cross  g
19     \tweak #'duration-log #1  a
20   >4
21 }