X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Ffine-tuning-pedal-brackets.ly;fp=Documentation%2Fsnippets%2Ffine-tuning-pedal-brackets.ly;h=b9cdf44f71750fde290969b73b07892672c6ecee;hb=0ac07f31e0f95fc18e5916ce756b9c746af7cc58;hp=547d1e8037f01b93a826a669f7b22e2587e8c256;hpb=2f1263e2ccdddcac2eb9f7d8ce2ed92867d3d160;p=lilypond.git diff --git a/Documentation/snippets/fine-tuning-pedal-brackets.ly b/Documentation/snippets/fine-tuning-pedal-brackets.ly index 547d1e8037..b9cdf44f71 100644 --- a/Documentation/snippets/fine-tuning-pedal-brackets.ly +++ b/Documentation/snippets/fine-tuning-pedal-brackets.ly @@ -4,7 +4,7 @@ %% and then run scripts/auxiliar/makelsr.py %% %% This file is in the public domain. -\version "2.16.0" +\version "2.17.6" \header { lsrtags = "keyboards, tweaks-and-overrides" @@ -21,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 }