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