LSR: Update.
[lilypond/mpolesky.git] / Documentation / snippets / time-signature-in-parentheses.ly
blob8de3da9e41bc46ec0e6ee0202996802ea9f3bfe1
1 %% Do not edit this file; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% This file is in the public domain.
4 \version "2.13.29"
6 \header {
7 lsrtags = "staff-notation, tweaks-and-overrides"
9 texidoc = "
10 The time signature can be enclosed within parentheses.
13 doctitle = "Time signature in parentheses"
14 } % begin verbatim
16 \relative c'' {
17 \override Staff.TimeSignature #'stencil = #(lambda (grob)
18 (bracketify-stencil (ly:time-signature::print grob) Y 0.1 0.2 0.1))
19 \time 2/4
20 a4 b8 c