%% Generated by lilypond-book.py
%% Options: [exampleindent=10.16\mm,indent=0\mm,line-width=160\mm]
\include "lilypond-book-preamble.ly"


% ****************************************************************
% Start cut-&-pastable-section
% ****************************************************************



\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 "inserting-a-caesura.ly"
\sourcefileline 0
%% DO NOT EDIT this file manually; it is automatically
%% generated from LSR http://lsr.di.unimi.it
%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
%% and then run scripts/auxiliar/makelsr.py
%%
%% This file is in the public domain.
\version "2.18.0"

\header {
%% Translation of GIT committish: 8ffecf6be17c6ec2ff87cf31873121a8cce29b09
  texidoces = "
Las marcas de cesura se pueden crear sobreescribiendo la propiedad
@code{'text} del objeto @code{BreathingSign}.  TambiÃ©n estÃ¡ disponible
una marca de cesura curva.

"
  doctitlees = "Insertar una cesura"

%% Translation of GIT committish: e0808cc5f4890c5f8f03ed1be48fc911627afea4
  texidocit = "
I segni di cesura possono essere creati sovrascrivendo la proprietÃ  @code{'text}
dell'oggetto @code{BreathingSign}. Ãˆ disponibile anche un segno di cesura
curvo.

"
  doctitleit = "Inserire una cesura"

%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
 texidocde = "
ZÃ¤surzeichen kÃ¶nnen erstellt werden, indem die @code{'text}-Eigenschaft
des @code{BreathingSign}-Objektes verÃ¤ndert wird.  Ein gekrÃ¼mmtes
ZÃ¤surzeichen ist auch mÃ¶glich.
"
  doctitlede = "Eine ZÃ¤sur einfÃ¼gen"

%% Translation of GIT committish: 8eae9a75fb3ec1d0b6633103c8a652608c8fa630
  texidocfr = "
Une surcharge de la propriÃ©tÃ© @code{text} de l'objet
@code{BreathingSign} permet de crÃ©er une marque de cÃ©sure.  LilyPond
dispose Ã©galement d'une variante courbÃ©e.

"
  doctitlefr = "Insertion d'une cÃ©sure"

  lsrtags = "expressive-marks, tweaks-and-overrides"

  texidoc = "
Caesura marks can be created by overriding the @code{'text} property of
the @code{BreathingSign} object. A curved caesura mark is also
available.

"
  doctitle = "Inserting a caesura"
} % begin verbatim

\relative c'' {
  \override BreathingSign.text = \markup {
    \musicglyph #"scripts.caesura.straight"
  }
  c8 e4. \breathe g8. e16 c4

  \override BreathingSign.text = \markup {
    \musicglyph #"scripts.caesura.curved"
  }
  g8 e'4. \breathe g8. e16 c4
}



% ****************************************************************
% end ly snippet
% ****************************************************************
