]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/fine-tuning-pedal-brackets.ly
Merge remote-tracking branch 'origin/master' into translation
[lilypond.git] / Documentation / snippets / fine-tuning-pedal-brackets.ly
index f7dd5d275d172ca61022edadd0ca22e39b6d462c..e10d8702582b70c335de83eb3b3e9107680f7cba 100644 (file)
@@ -1,7 +1,10 @@
-%% Do not edit this file; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
+%% DO NOT EDIT this file manually; it is automatically
+%% generated from LSR http://lsr.di.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.13.20"
+\version "2.18.0"
 
 \header {
   lsrtags = "keyboards, tweaks-and-overrides"
@@ -17,10 +20,10 @@ The appearance of pedal brackets may be altered in different ways.
 \relative c'' {
   c2\sostenutoOn c
   c2\sostenutoOff c
-  \once \override Staff.PianoPedalBracket #'shorten-pair = #'(-7 . -2)
+  \once \override Staff.PianoPedalBracket.shorten-pair = #'(-7 . -2)
   c2\sostenutoOn c
   c2\sostenutoOff c
-  \once \override Staff.PianoPedalBracket #'edge-height = #'(0 . 3)
+  \once \override Staff.PianoPedalBracket.edge-height = #'(0 . 3)
   c2\sostenutoOn c
   c2\sostenutoOff c
 }