]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/time-signature-in-parentheses.ly
Issue 3422: Changing EventChord to NoteEvent in scheme-tutorial.itely
[lilypond.git] / Documentation / snippets / time-signature-in-parentheses.ly
index 292d69bd5a899dc64f63c220107954a53ee98e0f..cf91f8d33fe8f5b17db6bab158c8b15e2e40f112 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 = "specific-notation, staff-notation, tweaks-and-overrides"
@@ -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