X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Ffine-tuning-pedal-brackets.ly;h=cc9d16c3d3b3b0c35f729cd86c588f73a415c470;hb=8afeb58bbf76f23d21565f98bfdeb5526a196cf3;hp=a7662d40a47abc5c0f216b4bc3c3e0f2cbf2206d;hpb=63e3a34b22756a1ebc6543e08dc4fb9b20ac1ac4;p=lilypond.git diff --git a/input/lsr/fine-tuning-pedal-brackets.ly b/input/lsr/fine-tuning-pedal-brackets.ly index a7662d40a4..cc9d16c3d3 100644 --- a/input/lsr/fine-tuning-pedal-brackets.ly +++ b/input/lsr/fine-tuning-pedal-brackets.ly @@ -1,21 +1,23 @@ -%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it +%% Do not edit this file; it is auto-generated from input/new %% This file is in the public domain. -\version "2.11.52" +\version "2.12.0" \header { lsrtags = "keyboards, tweaks-and-overrides" - - texidoc = " -For fine-tuning the appearance of a pedal bracket, the properties -@code{edge-width}, @code{edge-height}, and @code{shorten-pair} of -@code{PianoPedalBracket} objects can be modified. For example, the -bracket may be extended to the right edge of the note head: - -" + texidoc = "The appearance of pedal brackets may be altered in +different ways." doctitle = "Fine-tuning pedal brackets" } % begin verbatim + + +\paper { ragged-right = ##f } \relative c'' { - \override Staff.PianoPedalBracket #'shorten-pair = #'(0 . -1.0) - c4\sostenutoOn d e c, - f4 g a2\sostenutoOff + c2\sostenutoOn c + c2\sostenutoOff c + \once \override Staff.PianoPedalBracket #'shorten-pair = #'(-7 . -2) + c2\sostenutoOn c + c2\sostenutoOff c + \once \override Staff.PianoPedalBracket #'edge-height = #'(0 . 3) + c2\sostenutoOn c + c2\sostenutoOff c }