X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fdrawing-circles-around-note-heads.ly;h=b178fa7f01b970d9e31c55a37eb48728338bd10c;hb=8cce5dd067a8a2bab508f5abebc3955db8837bbf;hp=5125f5a4111d780332e4acacf7a11ce85801d6bc;hpb=c833f8a341b81466e084ed031362eadeb4a815aa;p=lilypond.git diff --git a/Documentation/snippets/drawing-circles-around-note-heads.ly b/Documentation/snippets/drawing-circles-around-note-heads.ly index 5125f5a411..b178fa7f01 100644 --- a/Documentation/snippets/drawing-circles-around-note-heads.ly +++ b/Documentation/snippets/drawing-circles-around-note-heads.ly @@ -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.14.2" +\version "2.18.0" \header { lsrtags = "editorial-annotations" @@ -17,7 +17,7 @@ Here is how to circle a note. } % begin verbatim circle = -\once \override NoteHead #'stencil = #(lambda (grob) +\once \override NoteHead.stencil = #(lambda (grob) (let* ((note (ly:note-head::print grob)) (combo-stencil (ly:stencil-add note @@ -26,4 +26,4 @@ circle = (ly:stencil-extent note X) (ly:stencil-extent note Y)))) -{ \circle c' } +{ \circle c'' }