From db963831475f58bc64d88bd527e408722ebe8954 Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Tue, 1 Dec 2015 20:22:56 +0100 Subject: [PATCH] Run scripts/auxiliar/makelsr.py --- Documentation/snippets/flute-slap-notation.ly | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/Documentation/snippets/flute-slap-notation.ly b/Documentation/snippets/flute-slap-notation.ly index cdbe9fa6c2..0f1627b324 100644 --- a/Documentation/snippets/flute-slap-notation.ly +++ b/Documentation/snippets/flute-slap-notation.ly @@ -1,9 +1,10 @@ -%% 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. +% DO NOT EDIT this file manually; it is automatically +% generated from Documentation/snippets/new +% Make any changes in Documentation/snippets/new/ +% and then run scripts/auxiliar/makelsr.py +% +% This file is in the public domain. +%% Note: this file works from version 2.19.22 \version "2.19.22" \header { @@ -21,11 +22,11 @@ glyph. slap = #(define-music-function (music) (ly:music?) #{ - \override NoteHead.stencil = + \temporary \override NoteHead.stencil = #(lambda (grob) (grob-interpret-markup grob (markup #:musicglyph "scripts.sforzato"))) - \override NoteHead.stem-attachment = + \temporary \override NoteHead.stem-attachment = #(lambda (grob) (let* ((thickness (ly:staff-symbol-line-thickness grob)) (stem (ly:grob-object grob 'stem)) @@ -34,7 +35,7 @@ slap = 0.5 0) (/ thickness 2))))) - $music + #music \revert NoteHead.stencil \revert NoteHead.stem-attachment #}) -- 2.39.2