]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/using-the--tweak-command-to-tweak-individual-grobs.ly
9a218f15013a986c7a5f3f2d478568edc32377c7
[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 http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
3 \version "2.13.1"
4
5 \header {
6   lsrtags = "tweaks-and-overrides"
7
8   texidoc = "
9 With the @code{\\tweak} command, every grob can be tuned directly. 
10 Here are some examples of available tweaks.
11
12 "
13   doctitle = "Using the \\tweak command to tweak individual grobs"
14 } % begin verbatim
15
16 \relative c' {
17   \time 2/4
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 #2 a
24   >2
25 }
26