]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/fine-tuning-pedal-brackets.ly
Doc-es: pre-merge update of texidoc committishes.
[lilypond.git] / input / lsr / fine-tuning-pedal-brackets.ly
1 %% Do not edit this file; it is auto-generated from input/new
2 %% This file is in the public domain.
3 %% Note: this file works from version 2.12.0
4 \version "2.12.0"
5
6 \header {
7   lsrtags = "keyboards, tweaks-and-overrides"
8   texidoc = "The appearance of pedal brackets may be altered in
9 different ways."
10   doctitle = "Fine-tuning pedal brackets"
11 } % begin verbatim
12
13
14 \paper { ragged-right = ##f }
15 \relative c'' {
16   c2\sostenutoOn c
17   c2\sostenutoOff c
18   \once \override Staff.PianoPedalBracket #'shorten-pair = #'(-7 . -2)
19   c2\sostenutoOn c
20   c2\sostenutoOff c
21   \once \override Staff.PianoPedalBracket #'edge-height = #'(0 . 3)
22   c2\sostenutoOn c
23   c2\sostenutoOff c
24 }