]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/overriding-articulations-of-destinct-type.ly
Issue 5097: reach HorizontalBracketText through directed tweak
[lilypond.git] / Documentation / snippets / overriding-articulations-of-destinct-type.ly
index e13154f9a02c59ba34641341bdc62f99f923e833..98bcefa5ddca281a8adb745190c51cf380743d27 100644 (file)
@@ -1,10 +1,10 @@
 %% DO NOT EDIT this file manually; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
+%% 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.17.25"
+\version "2.19.22"
 
 \header {
   lsrtags = "scheme-language, tweaks-and-overrides"
@@ -37,7 +37,7 @@ With 2.16.2 it is possible to put the proposed function,
             tweaks)))))
 
 customScripts =
-#(define-music-function (parser location settings)(list?)
+#(define-music-function (settings)(list?)
 #{
   \override Script.before-line-breaking =
     #(custom-script-tweaks settings)