]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/fine-tuning-pedal-brackets.ly
Merge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / Documentation / snippets / fine-tuning-pedal-brackets.ly
1 %% Do not edit this file; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% This file is in the public domain.
4 \version "2.13.16"
5
6 \header {
7   lsrtags = "keyboards, tweaks-and-overrides"
8
9   texidoc = "
10 The appearance of pedal brackets may be altered in different ways.
11
12 "
13   doctitle = "Fine-tuning pedal brackets"
14 } % begin verbatim
15
16 \paper { ragged-right = ##f }
17 \relative c'' {
18   c2\sostenutoOn c
19   c2\sostenutoOff c
20   \once \override Staff.PianoPedalBracket #'shorten-pair = #'(-7 . -2)
21   c2\sostenutoOn c
22   c2\sostenutoOff c
23   \once \override Staff.PianoPedalBracket #'edge-height = #'(0 . 3)
24   c2\sostenutoOn c
25   c2\sostenutoOff c
26 }