]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/drawing-circles-around-various-objects.ly
Web-ja: update introduction
[lilypond.git] / Documentation / snippets / drawing-circles-around-various-objects.ly
index 773804c6564997baca103089afa97775ba728706..a86e85f2374e1845702b04950f7a19df5e980269 100644 (file)
@@ -1,13 +1,13 @@
 %% 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.0"
+\version "2.18.0"
 
 \header {
-  lsrtags = "editorial-annotations, tweaks-and-overrides"
+  lsrtags = "editorial-annotations, scheme-language, tweaks-and-overrides"
 
   texidoc = "
 The @code{\\circle} markup command draws circles around various
@@ -31,7 +31,7 @@ strategies for rehearsal marks and measure numbers.
       \circle \finger 2
     }
   }
-  \override Score.BarNumber #'break-visibility = #all-visible
-  \override Score.BarNumber #'stencil =
+  \override Score.BarNumber.break-visibility = #all-visible
+  \override Score.BarNumber.stencil =
     #(make-stencil-circler 0.1 0.25 ly:text-interface::print)
 }