%% 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))]
\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))
}

\layout {
  
}




% ****************************************************************
% ly snippet:
% ****************************************************************
\sourcefilename "snippets/formatting-lyrics-syllables.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 = "
単一の歌詞音節にマークアップ モードを使用することができます。
"
  doctitleja = "歌詞音節をフォーマットする"

%% Translation of GIT committish: 2f3474d9af596d677ed5b7ce720ae4d0954a6b51
  texidocit = "
La modalità markup può essere usata per formattare le singole
sillabe del testo vocale.

"
  doctitleit = "Formattazione delle sillabe del testo vocale"

%% Translation of GIT committish: de1e42ce512f3690387cdd065109bddff1b7bd6d
  texidocfr = "
La commande @code{\\markup} permet d'individualiser la mise en forme de
certaines syllabes d'un bloc @code{\\lyricmode}.
"

  doctitlefr = "Mise en forme individuelle de syllabes"

%% Translation of GIT committish: cd3e2b0177d366d0a25b4c7628b26455e52175cd
  texidoces = "
Es posible usar la instrucción @code{\\markup} dentro de un bloque
@code{\\lyricmode} para dar formato a las sílabas individuales
dentro de la letra.

"
  doctitlees = "Dar formato a sílabas de la letra"

%%%    Translation of GIT committish: f86f00c1a8de0f034ba48506de2801c074bd5422
  texidocde = "
Textbeschriftungsmodus kann eingesetzt werden, um individuelle Silben im Gesangstext
zu formatieren.

"
  doctitlede = "Silben im Gesangstext formatieren"

%% Translation of GIT committish: 8ffecf6be17c6ec2ff87cf31873121a8cce29b09
  texidocca = "
És possible usar el mode de marcatge per donar format a síl·labes
individualment dins de la lletra.

"
  doctitleca = "Donar format a síl·labes de la lletra"

  categories = "Text, Vocal music"

  texidoc = "
The @code{\\markup} command can be used in @code{\\lyricmode} blocks to
format individual syllables in lyrics.
"

  doctitle = "Formatting lyrics syllables"
} % begin verbatim


mel = \relative c'' { c4 c c c c1 }
lyr = \lyricmode {
  Your lyrics \markup { \italic can }
  \markup { \with-color #red contain }
  \markup { \fontsize #8 \bold Markup! }
}

<<
  \new Voice = "melody" \mel
  \new Lyrics \lyricsto "melody" \lyr
>>



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