]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/time-signature-in-parentheses.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / time-signature-in-parentheses.ly
index 72e01f4a81c4483c1f9b81bb81f1a33bed74cef9..257034d9599675551e7bd4a5d142a1ecda9c392d 100644 (file)
@@ -4,10 +4,10 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.2"
+\version "2.17.6"
 
 \header {
-  lsrtags = "staff-notation, specific-notation, tweaks-and-overrides"
+  lsrtags = "specific-notation, staff-notation, tweaks-and-overrides"
 
   texidoc = "
 The time signature can be enclosed within parentheses.
@@ -18,7 +18,7 @@ The time signature can be enclosed within parentheses.
 
 
 \relative c'' {
-  \override Staff.TimeSignature #'stencil = #(lambda (grob)
+  \override Staff.TimeSignature.stencil = #(lambda (grob)
     (bracketify-stencil (ly:time-signature::print grob) Y 0.1 0.2 0.1))
   \time 2/4
   a4 b8 c