]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/fine-tuning-pedal-brackets.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[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.17.6"
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
20 \paper { ragged-right = ##f }
21 \relative c'' {
22   c2\sostenutoOn c
23   c2\sostenutoOff c
24   \once \override Staff.PianoPedalBracket.shorten-pair = #'(-7 . -2)
25   c2\sostenutoOn c
26   c2\sostenutoOff c
27   \once \override Staff.PianoPedalBracket.edge-height = #'(0 . 3)
28   c2\sostenutoOn c
29   c2\sostenutoOff c
30 }