]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/fine-tuning-pedal-brackets.ly
Merge branch 'master' of /home/jcharles/GIT/Lily/. into translation
[lilypond.git] / Documentation / snippets / fine-tuning-pedal-brackets.ly
index 9d173cfd61df1ded3732e8715e200a5fe35751b9..9363e057777733c72a91f99b7461108eda4f875c 100644 (file)
@@ -4,18 +4,10 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.2"
+\version "2.17.11"
 
 \header {
-  lsrtags = "tweaks-and-overrides, keyboards"
-
-%% Translation of GIT committish: 30339cb3706f6399c84607426988b25f79b4998c
-  texidocfr = "
-Les crochets d'indication de pédale peuvent se modifier de différentes
-manières.
-
-"
-  doctitlefr = "Affinage des indications de pédale"
+  lsrtags = "keyboards, tweaks-and-overrides"
 
   texidoc = "
 The appearance of pedal brackets may be altered in different ways.
@@ -29,10 +21,10 @@ The appearance of pedal brackets may be altered in different ways.
 \relative c'' {
   c2\sostenutoOn c
   c2\sostenutoOff c
-  \once \override Staff.PianoPedalBracket #'shorten-pair = #'(-7 . -2)
+  \once \override Staff.PianoPedalBracket.shorten-pair = #'(-7 . -2)
   c2\sostenutoOn c
   c2\sostenutoOff c
-  \once \override Staff.PianoPedalBracket #'edge-height = #'(0 . 3)
+  \once \override Staff.PianoPedalBracket.edge-height = #'(0 . 3)
   c2\sostenutoOn c
   c2\sostenutoOff c
 }