]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/fine-tuning-pedal-brackets.ly
9fe1d8204a088dd39ed4b23d3b27b6833d6e5bcc
[lilypond.git] / input / lsr / fine-tuning-pedal-brackets.ly
1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
3 \version "2.11.57"
4
5 \header {
6   lsrtags = "keyboards, tweaks-and-overrides"
7
8   texidoc = "
9 For fine-tuning the appearance of a pedal bracket, the properties
10 @code{edge-width}, @code{edge-height}, and @code{shorten-pair} of
11 @code{PianoPedalBracket} objects can be modified.  For example, the
12 bracket may be extended to the right edge of the note head: 
13
14 "
15   doctitle = "Fine-tuning pedal brackets"
16 } % begin verbatim
17 \relative c'' {
18   \override Staff.PianoPedalBracket #'shorten-pair = #'(0 . -1.0)
19   c4\sostenutoOn d e c,
20   f4 g a2\sostenutoOff
21 }