%% 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/heavily-customized-polymetric-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: f11513f36c131dab18338d6a3a729e24a927150d
  texidocja = "
多拍子を示す記号は必ずしも必要というわけではありませんが、この楽譜では@c
拍を示すために使用しています (これは実際のバルカン音楽のテンプレートに@c
なっています!)
"
  doctitleja = "多拍子記号を大きくカスタマイズする"

%% Translation of GIT committish: fafad7372f36503c8b698069950fbb42a6388b90
  texidocfr = "
Bien que la métrique complexe ne soit pas l'élément primordial de cet
exemple, elle permet d'indiquer la pulsation de cette pièce qui, par
ailleurs, constitue le canevas d'une chanson traditionnelle des
Balkans.
"

  doctitlefr = "Indication personnalisée d'une polymétrie complexe"

%% Translation of GIT committish: f629c63b9a178b7f8b0cc2175a4f15696cae52b7
  texidoces = "
Aunque aquí el elemento más esencial no era la indicación de
compás polimétrica que se muestra, se ha incluido para mostrar el
pulso de la pieza, que por cierto es la plantilla de una canción
de los Balcanes real.
"
  doctitlees = "Indicaciones de compás polimétricas profundamente personalizadas"

%% Translation of GIT committish: 3f57efa0cde39bf0642fb6fb3672a19262ceda83
  texidocca = "
Tot i que l'element més essencial no és la indicació polimètrica
de compàs que es mostra, s'ha inclòs per mostrar la pulsació de la
peça, que és la plantilla d'una cançó real dels Balcans.
"
  doctitleca = "Indicacions polimètricques de compàs totalment personalitzades"

  categories = "Contemporary notation, Percussion, Real music, Rhythms"

  texidoc = "
Though the polymetric time signature shown is not the most essential
item here, it has been included to show the beat of this piece (which
is the template of a real Balkan song, by the way).
"

  doctitle = "Heavily customized polymetric time signatures"
} % begin verbatim


melody = \relative c'' {
  \key g \major
  \time #'((3 . 8) (2 . 8) (2 . 8) (3 . 8) (2 . 8) (2 . 8)
           (2 . 8) (2 . 8) (3 . 8) (2 . 8) (2 . 8))
  \set Timing.beamExceptions = #'()
  \set Timing.beatStructure = 3,2,2,3,2,2,2,2,3,2,2
  c8 c c d4 c8 c b c b a4 g fis8 e d c b' c d e4-^ fis8 g \break
  c,4. d4 c4 d4. c4 d c2 d4. e4-^ d4
  c4. d4 c4 d4. c4 d c2 d4. e4-^ d4 \break
}

drum = \new DrumStaff \drummode {
  \repeat volta 2 {
    bd4.^\markup { Drums } sn4 bd \bar ";"
    sn4. bd4 sn \bar ";"
    bd sn bd4. sn4 bd
  }
}

\new Staff {
  \melody
  \drum
}



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