]> git.donarmstrong.com Git - lilypond.git/blob - input/new/fine-tuning-pedal-brackets.ly
Merge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / new / fine-tuning-pedal-brackets.ly
1 \version "2.11.59"
2
3 \header {
4   lsrtags = "keyboards, tweaks-and-overrides"
5   texidoc = "The appearance of pedal brackets may be altered in
6 different ways, using the relevant properties as shown in the
7 following example."
8   doctitle = "Fine-tuning pedal brackets"
9 }
10
11 \paper { ragged-right = ##f }
12 \relative c'' {
13   c2\sostenutoOn c
14   c2\sostenutoOff c
15   \once \override Staff.PianoPedalBracket #'shorten-pair = #'(-7 . -2)
16   c2\sostenutoOn c
17   c2\sostenutoOff c
18   \once \override Staff.PianoPedalBracket #'edge-height = #'(0 . 3)
19   c2\sostenutoOn c
20   c2\sostenutoOff c
21 }