%% 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/using-a-tick-as-the-breath-mark-symbol.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: 0cc270b871321ae5aa8622cea8d8262aafd16641
  texidocja = "
歌曲や管楽では、ブレス記号によくチェック マークを使用します。@c
これはコンマ記号で示すように短い間を挿入するものではなく、マークの前にある@c
音符を少しだけ短くすることでブレスを行います。マークを譜から離すために、@c
上方向に少し移動しています。
"
  doctitleja = "ブレス記号にチェックを使用する"

%% Translation of GIT committish: 2f3474d9af596d677ed5b7ce720ae4d0954a6b51
  texidocit = "
La musica vocale e per fiati usa frequentemente il segno di spunta come segno
di respiro.  Questo indica un respiro che sottrae un po' di tempo alla nota
precedente invece di prendere una piccola pausa, indicata dal segno di
respiro rappresentato dalla virgola.  Il segno può essere spostato un po'
su per allontanarlo dal rigo.

"
  doctitleit = "Usare un segno di spunta come simbolo di respiro"

%% Translation of GIT committish: a3fd5364fc4f247579da0ed2bfea887ab37285c6
  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"

%% Translation of GIT committish: 06e7d00a2bd52124489bdd8e106199da225bebb6
  texidoces = "
La música vocal y de viento usa con frecuencia una raya corta como
signo de respiración.  Esto indica una repiración que quita un poco de
tiempo a la nota anterior en lugar de producir una corta pausa, lo que
se indica con la marca de respiración en forma de coma.  La marca se
puede mover ligeramente hacia arriba para alejarla del pentagrama.

"
  doctitlees = "Usar una raya corta como símbolo de respiración"

%% Translation of GIT committish: a089ca62fd9b3770a932061207262fe81063dc56
  texidocca = "
La música vocal i de vent usa amb freqüència una ratlla curta com
a signe de respiració.  Això indica una respiració que treu una
mica de temps a la nota anterior enlloc de produir una pausa
curta, cosa que s'indica amb la marca de respiració en forma de
coma.  La marca es pot moure lleugerament cap a dalt per
allunyar-la del pentagrama.

"
  doctitleca = "Usar una ratlla curta com a símbol de respiració"

  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
% ****************************************************************
