Index: Documentation/snippets/time-signature-in-parentheses---method-3.ly |
diff --git a/Documentation/snippets/time-signature-in-parentheses---method-3.ly b/Documentation/snippets/time-signature-in-parentheses---method-3.ly |
index f7acbae1f183a1847f0ffe94f509a1d45e77d49c..5eebaacc095b7eb687dc1da3a415c1d656040409 100644 |
--- a/Documentation/snippets/time-signature-in-parentheses---method-3.ly |
+++ b/Documentation/snippets/time-signature-in-parentheses---method-3.ly |
@@ -4,7 +4,7 @@ |
%% and then run scripts/auxiliar/makelsr.py |
%% |
%% This file is in the public domain. |
-\version "2.16.0" |
+\version "2.17.6" |
\header { |
lsrtags = "specific-notation, staff-notation, tweaks-and-overrides" |
@@ -18,7 +18,7 @@ Another way to put the time signature in parenthesis |
\relative c'' { |
- \override Staff.TimeSignature #'stencil = #(lambda (grob) |
+ \override Staff.TimeSignature.stencil = #(lambda (grob) |
(parenthesize-stencil (ly:time-signature::print grob) 0.1 0.4 0.4 0.1 )) |
\time 2/4 |
a4 b8 c |