%% 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/compound-time-signatures.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 = "
20 世紀の変拍子 (例えば \"5/8\") は、よく@c
2 つ以上の拍子記号を合わせた複合拍子として演奏されます
(\"3/8 + 2/8\" などのように)。

LilyPond は、このような音楽を読みやすく、また演奏しやすくすることができます。@c
明示的に複合拍子を表示し、自動連桁の振る舞いをそれに合わせて変更することが@c
できます。
"
  doctitleja = "複合拍子"

%% Translation of GIT committish: a3fd5364fc4f247579da0ed2bfea887ab37285c6
  texidocfr = "
Des métriques telles que « 5/8 » peuvent s'interpréter sous une forme
décomposée -- « 3/8 + 2/8 » par exemple -- qui combine plusieurs
métriques.

LilyPond est capable de rendre ce type de notation, plus facile à lire
et à interpréter, en imprimant cette métrique composite et en adaptant
les règles de ligature automatique en conséquence.
"

  doctitlefr = "Métrique décomposée"

%% Translation of GIT committish: 8ffecf6be17c6ec2ff87cf31873121a8cce29b09
  doctitlees = "Indicaciones de compases compuestos"
  texidoces = "
Las indicaciones de compás poco frecuentes como \"5/8\" se pueden
ejecutar como compases compuestos (p.ej. \"3/8 + 2/8\"), que combinan
dos o más metros diferentes. LilyPond puede hacer la música de este
tipo fácil de leer e interpretar, imprimiendo explícitamente las
indicaciones de compás compuesto y adaptando el comportamiento
automático de las barras (también se pueden añadir indicaciones
gráficas de la agrupación de compases; véase el fragmento de código
apropiado en la base de datos).

"

%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
texidocde = "
Ungerade Taktarten werden (wie etwa \"5/8\") werden oft als zusammengesetzte
Taktarten interpretiert (bspw. \"3/8 + 2/8\"), in welchen zwei oder mehr
Teiltakte unterschieden werden.  LilyPond kann derartige Noten produzieren,
indem entsprechende Taktarten gesetzt werden und die automatische
Bebalkung angepasst wird.

"
  doctitlede = "Zusammengesetzte Taktarten"



%% Translation of GIT committish: 8ffecf6be17c6ec2ff87cf31873121a8cce29b09
  doctitleca = "Indicacions de compassos compostos"
  texidocca = "
Les indicacions de compàs poc freqüents com \"5/8\" es poden executar
com a compassos compostos (per exemple \"3/8 + 2/8\"), que combinen
dos o més metres diferents.  El LilyPond pot fer la música d'aquest
tipus fàcil de llegir e interpretar, imprimint explícitament les
indicacions de compàs compost i adaptant el comportament automàtic de
les barres (també es poden afegir indicacions gràfiques de l'agrupació
de compassos; vegeu el fragment de codi apropiat en la base de dades).

"

  lsrtags = "rhythms"

  texidoc = "
Odd 20th century time signatures (such as @qq{5/8}) can often be played
as compound time signatures (e.g. @qq{3/8 + 2/8}), which combine two or
more inequal metrics.

LilyPond can make such music quite easy to read and play, by explicitly
printing the compound time signatures and adapting the automatic
beaming behavior.
"

  doctitle = "Compound time signatures"
} % begin verbatim


\relative c' {
  \compoundMeter #'((2 8) (3 8))
  c8 d e fis gis
  c8 fis, gis e d
  c8 d e4 gis8
}



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