]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/fine-tuning-pedal-brackets.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / Documentation / snippets / fine-tuning-pedal-brackets.ly
1 %% DO NOT EDIT this file manually; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
4 %% and then run scripts/auxiliar/makelsr.py
5 %%
6 %% This file is in the public domain.
7 \version "2.14.0"
8
9 \header {
10   lsrtags = "keyboards, tweaks-and-overrides"
11
12   texidoc = "
13 The appearance of pedal brackets may be altered in different ways.
14
15 "
16   doctitle = "Fine-tuning pedal brackets"
17 } % begin verbatim
18
19 \paper { ragged-right = ##f }
20 \relative c'' {
21   c2\sostenutoOn c
22   c2\sostenutoOff c
23   \once \override Staff.PianoPedalBracket #'shorten-pair = #'(-7 . -2)
24   c2\sostenutoOn c
25   c2\sostenutoOff c
26   \once \override Staff.PianoPedalBracket #'edge-height = #'(0 . 3)
27   c2\sostenutoOn c
28   c2\sostenutoOff c
29 }