]> 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 6066e1b52be26a7817e42c4518d53736117a767c..a86e85f2374e1845702b04950f7a19df5e980269 100644 (file)
@@ -1,10 +1,13 @@
-%% 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.10"
+\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
@@ -22,12 +25,13 @@ strategies for rehearsal marks and measure numbers.
     #(lambda (mark context)
              (make-circle-markup (format-mark-numbers mark context)))
   \mark \default
+
   c2 d^\markup {
     \override #'(thickness . 3) {
       \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)
 }