]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/fine-tuning-pedal-brackets.ly
Rename files in ly/
[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 \version "2.11.61"
4
5 \header {
6   lsrtags = "keyboards, tweaks-and-overrides"
7   texidoc = "The appearance of pedal brackets may be altered in
8 different ways, using the relevant properties as shown in the
9 following example."
10   doctitle = "Fine-tuning pedal brackets"
11 } % begin verbatim
12
13 \paper { ragged-right = ##f }
14 \relative c'' {
15   c2\sostenutoOn c
16   c2\sostenutoOff c
17   \once \override Staff.PianoPedalBracket #'shorten-pair = #'(-7 . -2)
18   c2\sostenutoOn c
19   c2\sostenutoOff c
20   \once \override Staff.PianoPedalBracket #'edge-height = #'(0 . 3)
21   c2\sostenutoOn c
22   c2\sostenutoOff c
23 }