]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/fine-tuning-pedal-brackets.ly
Imported Upstream version 2.14.2
[lilypond.git] / Documentation / snippets / fine-tuning-pedal-brackets.ly
diff --git a/Documentation/snippets/fine-tuning-pedal-brackets.ly b/Documentation/snippets/fine-tuning-pedal-brackets.ly
new file mode 100644 (file)
index 0000000..4a01275
--- /dev/null
@@ -0,0 +1,29 @@
+%% DO NOT EDIT this file manually; it is automatically
+%% generated from LSR http://lsr.dsi.unimi.it
+%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
+%% and then run scripts/auxiliar/makelsr.py
+%%
+%% This file is in the public domain.
+\version "2.14.0"
+
+\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
+}