]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/fine-tuning-pedal-brackets.ly
lilypond-book robustness: ensure EOL at the end of @verbatim
[lilypond.git] / input / lsr / fine-tuning-pedal-brackets.ly
index aa89cafdd7506e0dacf670c25513e2b2f351c5dc..71ee9a7134eb4135469c5650307abf89d55b0a35 100644 (file)
@@ -1,21 +1,25 @@
 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.11.55"
+\version "2.13.1"
 
 \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: 
+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
 }