Start pictograms branch.
[lilypond/mpolesky.git] / Documentation / snippets / time-signature-in-parentheses.ly
blob140448af495144cb7b242ba49aefaca83f62f9f3
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.31"
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