]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/drawing-circles-around-various-objects.ly
LSR updates
[lilypond.git] / Documentation / snippets / drawing-circles-around-various-objects.ly
index 33ed0d92aaf74a0606b0419c48c1c4476672bdb4..c1536c85b6082b0513953140c3191ec68e95b6a9 100644 (file)
@@ -4,7 +4,7 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.2"
+\version "2.17.20"
 
 \header {
   lsrtags = "editorial-annotations, scheme-language, tweaks-and-overrides"
@@ -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)
 }