]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grob-tweak.ly
Fix 2241: Proper copyright/header/tagline handling with multiple bookparts
[lilypond.git] / input / regression / grob-tweak.ly
1 \header
2 {
3
4   texidoc = "With the @code{\\tweak} function, individual grobs that
5   are directly caused by events may be tuned directly."
6
7 }
8
9 \version "2.14.0"
10 \paper {
11   ragged-right = ##t
12 }
13
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 }