%% Generated by lilypond-book
%% Options: [exampleindent=10.16\mm,indent=0\mm,line-width=160\mm,paper-height=845.047\pt,paper-width=597.508\pt,papersize='(cons (* 597.508 pt) (* 845.047 pt))]
\include "lilypond-book-preamble.ly"


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

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



\paper {
  #(set-paper-size '(cons (* 597.508 pt) (* 845.047 pt)))
  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/complex-time-signatures.ly"
\sourcefileline 0
%% DO NOT EDIT this file manually; it was automatically
%% generated from `Documentation/snippets/new/`.
%%
%% Make any changes in `Documentation/snippets/new/`,
%% then run `scripts/auxiliar/makelsr.pl --new`.
%%
%% This file is in the public domain.
%%
%% Note: this file needs at least LilyPond version 2.25.33.

\version "2.25.33"

\header {
%% Translation of GIT committish: fafad7372f36503c8b698069950fbb42a6388b90
  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 inégales.

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"

  categories = "Rhythms"

  texidoc = "
Odd time signatures (such as @qq{5/8}) can often be played as complex 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 time signatures and adapting the automatic beaming behavior.
"

  doctitle = "Complex time signatures"
} % begin verbatim


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



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