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