]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/drawing-circles-around-note-heads.ly
Makelsr.py run
[lilypond.git] / Documentation / snippets / drawing-circles-around-note-heads.ly
index c56b4f6e5bbcb8e1d7cc492e898c3fcd4f0902f0..b178fa7f01b970d9e31c55a37eb48728338bd10c 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.39"
+\version "2.18.0"
 
 \header {
   lsrtags = "editorial-annotations"
@@ -14,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
@@ -23,4 +26,4 @@ circle =
             (ly:stencil-extent note X)
             (ly:stencil-extent note Y))))
 
-{ \circle c' }
+{ \circle c'' }