]> 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 7ef2b4ea9f55becaf43a102af141a6cdc48ea2ab..44cfe8c7a1f2f02f64942f28a19ca8df7fb58aa2 100644 (file)
@@ -4,16 +4,9 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.2"
+\version "2.17.6"
 
 \header {
-%% Translation of GIT committish: 30339cb3706f6399c84607426988b25f79b4998c
-  texidocfr = "
-Voici comment entourer d'un cercle une note :
-
-"
-  doctitlefr = "Encerclement de notes"
-
   lsrtags = "editorial-annotations"
 
   texidoc = "
@@ -24,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