]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/fine-tuning-pedal-brackets.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / lsr / fine-tuning-pedal-brackets.ly
diff --git a/input/lsr/fine-tuning-pedal-brackets.ly b/input/lsr/fine-tuning-pedal-brackets.ly
deleted file mode 100644 (file)
index 150d4ca..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-%% 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.12.3"
-
-\header {
-  lsrtags = "keyboards, tweaks-and-overrides"
-
-  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'' {
-  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
-}