%% Generated by lilypond-book
%% Options: [exampleindent=10.16\mm,indent=0\mm,line-width=160\mm]
\include "lilypond-book-preamble.ly"


% ****************************************************************
% Start cut-&-pastable-section
% ****************************************************************

#(ly:set-option 'eps-box-padding 3.000000)



\paper {
  indent = 0\mm
  line-width = 160\mm
  % offset the left padding, also add 1mm as lilypond creates cropped
  % images with a little space on the right
  line-width = #(- line-width (* mm  3.000000) (* mm 1))
}

\layout {
  
}




% ****************************************************************
% ly snippet:
% ****************************************************************
\sourcefilename "snippets/time-signature-in-parentheses---method-3.ly"
\sourcefileline 0
%% DO NOT EDIT this file manually; it was automatically
%% generated from the LilyPond Snippet Repository
%% (http://lsr.di.unimi.it).
%%
%% Make any changes in the LSR itself, or in
%% `Documentation/snippets/new/`, then run
%% `scripts/auxiliar/makelsr.pl`.
%%
%% This file is in the public domain.

\version "2.23.13"

\header {
%% Translation of GIT committish: a8a85e19654e46d725563e6deba44083ef137a2c
  texidocja = "
拍子記号を括弧で囲む他の方法です。
"
  doctitleja = "括弧に囲まれた拍子記号 - 方法 3"

%% Translation of GIT committish: a3fd5364fc4f247579da0ed2bfea887ab37285c6
  texidocfr = "
Autre manière de mettre la métrique entre parenthèses.
"

  doctitlefr = "Métrique entre parenthèses – méthode 3"

%% Translation of GIT committish: 8ffecf6be17c6ec2ff87cf31873121a8cce29b09
  texidoces = "
Otra forma de poner la indicación de compás entre paréntesis.

"
  doctitlees = "Indicación de compás entre paréntesis: método número 3"

%% Translation of GIT committish: 8ffecf6be17c6ec2ff87cf31873121a8cce29b09
  texidocca = "
Una altra forma de posar la indicació de comàs entre parèntesis.

"
  doctitleca = "Indicació de compàs entre parèntesis: mètode número 3"

  lsrtags = "rhythms, specific-notation, staff-notation, tweaks-and-overrides"

  texidoc = "
Another way to put the time signature in parenthesis
"

  doctitle = "Time signature in parentheses - method 3"
} % begin verbatim


\relative c'' {
  \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
}



% ****************************************************************
% end ly snippet
% ****************************************************************
