]> git.donarmstrong.com Git - lilypond.git/blob - input/new/fine-tuning-pedal-brackets.ly
Merge master into nested-bookparts
[lilypond.git] / input / new / fine-tuning-pedal-brackets.ly
1 \version "2.11.61"
2
3 \header {
4   lsrtags = "keyboards, tweaks-and-overrides"
5   texidoc = "The appearance of pedal brackets may be altered in
6 different ways."
7   doctitle = "Fine-tuning pedal brackets"
8 }
9
10 \paper { ragged-right = ##f }
11 \relative c'' {
12   c2\sostenutoOn c
13   c2\sostenutoOff c
14   \once \override Staff.PianoPedalBracket #'shorten-pair = #'(-7 . -2)
15   c2\sostenutoOn c
16   c2\sostenutoOff c
17   \once \override Staff.PianoPedalBracket #'edge-height = #'(0 . 3)
18   c2\sostenutoOn c
19   c2\sostenutoOff c
20 }