]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/drawing-circles-around-note-heads.ly
Merge branch 'translation' into staging
[lilypond.git] / Documentation / snippets / drawing-circles-around-note-heads.ly
index f118b9518ba8ceae3c637499e9a22d8008563e59..44cfe8c7a1f2f02f64942f28a19ca8df7fb58aa2 100644 (file)
@@ -1,7 +1,10 @@
-%% Do not edit this file; it is automatically
+%% DO NOT EDIT this file manually; it is automatically
 %% generated from LSR http://lsr.dsi.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.12.2"
+\version "2.17.6"
 
 \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