%% 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/merging-multi-measure-rests-in-a-polyphonic-part.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 = "
多声の譜で複数小節にまたがる休符を用いる場合は、休符の位置が属しているボイスに@c
よって変化します。しかし、次の設定をすることで、@c
それらを同じ位置に表示することができます。
"
  doctitleja = "多声の部分で複数小節にまたがる休符を統合する"

%% Translation of GIT committish: a3fd5364fc4f247579da0ed2bfea887ab37285c6
  texidocfr = "
Dans le cadre d'un portée polyphonique, les silences multimesures sont
positionnés différemment selon la voix à laquelle ils appartiennent.
Le réglage suivant permet néanmoins de les imprimer sur une même ligne.
"

  doctitlefr = "Fusion de silences multimesures dans une partie polyphonique"

%% Translation of GIT committish: 262abf17c7827e88e3d509100c43920c8e225bec
  texidoces = "
Cuando se usan silencios multicompás en un pentagrama polifónico, los
silencios se sitúan de forma diferente dependiendo de a qué voz
pertenecen.  Sin embargo, se pueden imprimir sobre la misma línea del
pentagrama, usando el ajuste que aparece a continuación.

"
  doctitlees = "Combinar los silencios multicompás en una parte polifónica"

%% Translation of GIT committish: 262abf17c7827e88e3d509100c43920c8e225bec
  texidocca = "
Quan s'usen silencis multicompàs en un pentagrama polifònic, els
silencis s'ubiquen de forma diferent depenent de a quina veu
pertanyin.  Malgrat això, es poden imprimir sobre la mateixa línia
del pentagrama, usant l'ajustament que apareix a continuació.

"
  doctitleca = "Combinació dels silencis multicompàs a una part polifònica"

  lsrtags = "really-simple, rhythms, version-specific"

  texidoc = "
When using multi-measure rests in a polyphonic staff, the rests will be
placed differently depending on the voice they belong to. However they
can be printed on the same staff line, using the following setting.
"

  doctitle = "Merging multi-measure rests in a polyphonic part"
} % begin verbatim


normalPos = \revert MultiMeasureRest.direction

{
  <<
    {
      c''1
      R1
      c''1
      \normalPos
      R1
    }
    \\
    {
      c'1
      R1
      c'1
      \normalPos
      R1
    }
  >>
}



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