%% Generated by lilypond-book.py
%% Options: [exampleindent=10.16\mm,indent=0\mm,line-width=160\mm,quote]
\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))
  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))
}

\layout {
  
}





% ****************************************************************
% ly snippet:
% ****************************************************************
\sourcefilename "using-a-tick-as-the-breath-mark-symbol.ly"
\sourcefileline 0
% DO NOT EDIT this file manually; it is automatically
% generated from Documentation/snippets/new
% Make any changes in Documentation/snippets/new/
% and then run scripts/auxiliar/makelsr.py
%
% This file is in the public domain.
%% Note: this file works from version 2.17.6
\version "2.17.6"

\header {
%% Translation of GIT committish: 2865242305396ff1b56a23e548328953c1835590
  texidocfr = "
Les musiques vocales ou pour vents utilisent souvent une coche en
tant que signe de respiration.  Ceci indique une respiration qui
enlève une fraction à la note précédente plutôt qu'une véritable
pause comme le fait un signe sous forme de virgule.  La coche peut
être remontée un peu afin de l'isoler de la portée.

"
  doctitlefr = "Remplacement du signe de respiration par une coche"

  lsrtags = "expressive-marks"

  texidoc = "
Vocal and wind music frequently uses a tick mark as a breathing sign.  This
indicates a breath that subtracts a little time from the previous note rather
than causing a short pause, which is indicated by the comma breath mark.  The
mark can be moved up a little to take it away from the stave.
"
  doctitle = "Using a tick as the breath mark symbol"
} % begin verbatim


\relative c'' {
  c2
  \breathe
  d2
  \override BreathingSign.Y-offset = #2.6
  \override BreathingSign.text =
    \markup { \musicglyph #"scripts.tickmark" }
  c2
  \breathe
  d2
}



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