]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/new/fine-tuning-pedal-brackets.ly
LSR: Update.
[lilypond.git] / input / new / fine-tuning-pedal-brackets.ly
diff --git a/input/new/fine-tuning-pedal-brackets.ly b/input/new/fine-tuning-pedal-brackets.ly
deleted file mode 100644 (file)
index e3a2344..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-\version "2.12.0"
-
-\header {
-  lsrtags = "keyboards, tweaks-and-overrides"
-  texidoc = "The appearance of pedal brackets may be altered in
-different ways."
-  doctitle = "Fine-tuning pedal brackets"
-}
-
-\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
-}