%% 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/outputting-the-version-number.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 = "
@code{lilypond-version} の出力を歌詞に配置することで、楽譜内に、あるいは@c
@code{lilypond-book} で生成されたドキュメント内に LilyPond のバージョン番号を@c
表示することができます。@c
あるいは、以下のようにしてバージョン番号を他の文字列と結合することができます。
"
  doctitleja = "バージョン番号を出力する"

%% Translation of GIT committish: de1e42ce512f3690387cdd065109bddff1b7bd6d
  texidocfr = "
Il est possible déjouter le numéro de la version de LilyPond utilisée
dans un @emph{markup}.
"

  doctitlefr = "Impression du numéro de version"

%% Translation of GIT committish: 29da2ba3dc40958f48fd41eb2b183feacc2ea58a
  texidoces = "
Es posible imprimir el número de versión de LilyPond dentro de un
elemento de marcado.
"
  doctitlees = "Imprimir el número de versión"

%% Translation of GIT committish: 8ffecf6be17c6ec2ff87cf31873121a8cce29b09
  texidocca = "
Introduint la sortida de @code{lilypond-version} en la lletra d'una
cançó, és possible imprimir el número de versió del LilyPond dins
d'una partitura, o en un document generat amb @code{lilypond-book}.
Una altra possibilitat és afegir el número de versió al final de la 
doc-string, d'aquesta forma:

"
  doctitleca = "Imprimir el número de versió"

  categories = "Really simple, Text, Titles"

  texidoc = "
It is possible to print the version number of LilyPond in markup.
"

  doctitle = "Outputting the version number"
} % begin verbatim


\markup { Processed with LilyPond version #(lilypond-version) }



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