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