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