%% 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)),quote,ragged-right]
\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))
  line-width = 160\mm - 2.0 * 10.16\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))
  ragged-right = ##t
}

\layout {
  
}




% ****************************************************************
% ly snippet:
% ****************************************************************
\sourcefilename "snippets/beams-across-line-breaks.ly"
\sourcefileline 0
%% DO NOT EDIT this file manually; it was automatically
%% generated from the LilyPond Wiki
%% (https://wiki.lilypond.community).
%%
%% Make any changes in the Wiki itself, or in
%% `Documentation/snippets/new/`, then run
%% `scripts/auxiliar/makelsr.pl`.
%%
%% This file is in the public domain.

\version "2.24.0"

\header {
%% Translation of GIT committish: a8a85e19654e46d725563e6deba44083ef137a2c
  texidocja = "
連桁が小節線を跨ぐ場合、改行は通常禁止されます。この挙動は以下のように@c
して変更することができます。
"
  doctitleja = "改行に跨る連桁"

%% Translation of GIT committish: 2f3474d9af596d677ed5b7ce720ae4d0954a6b51
  texidocit = "
Le interruzioni di linea sono di norma proibite quando le travature attraversano
la stanghetta di una battuta. Si può cambiare questo comportamento nel modo
seguente:

"
  doctitleit = "Travature che attraversano le interruzioni di linea"

%% Translation of GIT committish: de1e42ce512f3690387cdd065109bddff1b7bd6d
  texidocfr = "
Il est normalement impensable qu'un saut de ligne tombe au milieu d'une
ligature. LilyPond le permet néanmoins en activant la propriété
@code{Beam.breakable}.

Cette propriété n'affecte pas les sauts manuels insérés par les
commandes comme @code{\\break}.
"

  doctitlefr = "Ligature au moment d'un saut de ligne"

%% Translation of GIT committish: 2fe1293f4d3714be16bdee4399d0bc93b90fdb9f
  texidoces = "
Normalmente LilyPond rehúsa insertar un salto de línea automático
si las barra atraviesa la línea divisoria.  Se puede cambiar este
comportamiento por medio del establecimiento de la propiedad
@code{Beam.breakable} al valor @code{#t}.

Esta propiedad no afecta a los saltos manuales insertados con
instrucciones como @code{\\break}.
"
  doctitlees = "Barras que atraviesan saltos de línea"

%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
texidocde = "
Zeilenumbrüche sind normalerweise während Balken verboten.  Das kann geändert
werden.

"
  doctitlede = "Balken über Zeilenumbrüche"



%% Translation of GIT committish: 8ffecf6be17c6ec2ff87cf31873121a8cce29b09
  texidocca = "
Normalment estan prohibits els salts de línia si les barres
travessen les línies divisòries.  Es pot canviar aquest
comportament com es mostra aquí:

"
  doctitleca = "Barres que travessen salts de línia"

  categories = "Rhythms"

  texidoc = "
Normally, LilyPond refuses to automatically break a line at places
where a beam crosses a bar line. This behavior can be changed by
setting the @code{Beam.breakable} property to @code{#t}.

This property does not affect manual breaks inserted with commands like
@code{\\break}.
"

  doctitle = "Beams across line breaks"
} % begin verbatim


music = {
  \repeat unfold 8 c8
  c8 \repeat unfold 7 { c[ c] }  c
  \repeat unfold 8 c8
}

\relative c'' {
  <>^\markup { \typewriter Beam.breakable set to \typewriter "#t" }
  \override Beam.breakable = ##t
  \music
}

\relative c'' {
  <>^\markup { \typewriter Beam.breakable not set }
  \music
}

\paper {
  line-width = 100\mm
}



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