]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/fine-tuning-pedal-brackets.ly
Local updates from LSR
[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.2"
8
9 \header {
10 %% Translation of GIT committish: 30339cb3706f6399c84607426988b25f79b4998c
11   texidocfr = "
12 Les crochets d'indication de pédale peuvent se modifier de différentes
13 manières.
14
15 "
16   doctitlefr = "Affinage des indications de pédale"
17
18   lsrtags = "keyboards, tweaks-and-overrides"
19
20   texidoc = "
21 The appearance of pedal brackets may be altered in different ways.
22
23 "
24   doctitle = "Fine-tuning pedal brackets"
25 } % begin verbatim
26
27
28 \paper { ragged-right = ##f }
29 \relative c'' {
30   c2\sostenutoOn c
31   c2\sostenutoOff c
32   \once \override Staff.PianoPedalBracket #'shorten-pair = #'(-7 . -2)
33   c2\sostenutoOn c
34   c2\sostenutoOff c
35   \once \override Staff.PianoPedalBracket #'edge-height = #'(0 . 3)
36   c2\sostenutoOn c
37   c2\sostenutoOff c
38 }