%% 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)),quote,ragged-right]
\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))
  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))
  ragged-right = ##t
}

\layout {
  
}




% ****************************************************************
% ly snippet:
% ****************************************************************
\sourcefilename "snippets/printing-the-bar-number-for-the-first-measure.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 = "
デフォルトでは、最初の小節番号が '1' 以下の場合、表示が抑制されます。@c
@code{barNumberVisibility} を @code{all-bar-numbers-visible} にセットする@c
ことで、最初の小節にも小節番号を表示することができます。しかし、@c
これを動作させるためには更に、最初の音符の前に空白の小節線を挿入する@c
必要があります。
"
  doctitleja = "最初の小節に小節番号を表示する"

%% Translation of GIT committish: 2f3474d9af596d677ed5b7ce720ae4d0954a6b51
  texidocit = "
Il primo numero di battuta di una partitura viene soppresso se è inferiore
o uguale a `1'.  Se si imposta @code{barNumberVisibility} su
@code{all-bar-numbers-visible}, verrà mostrato il numero di battuta della
prima misura e di tutte quelle successive.  Si noti che perché funzioni è
necessario inserire una stanghetta invisibile prima della prima nota.

"
  doctitleit = "Mostrare il numero di battuta nella prima misura"

%% Translation of GIT committish: de1e42ce512f3690387cdd065109bddff1b7bd6d
  texidocfr = "
Par défaut, LilyPond n'affiche pas le premier numéro de mesure s'il est
inférieur à 2. Le fait de définir @code{barNumberVisibility} à
@code{all-bar-numbers-visible} permettra d'imprimer n'importe quel
numéro pour la première mesure.
"

  doctitlefr = "Afficher le numéro de la première mesure"

%% Translation of GIT committish: fbf390d05408c5b842a22c122da734c54f92ca12
  texidoces = "
De forma predeterminada se suprime el número del primer compás de
una partitura si es menor o igual a to@tie{}1.  Esto se puede
cambiar fijando la propiedad de contexto
@code{barNumberVisibility} con el valor
@code{all-bar-numbers-visible}

"
  doctitlees = "Imprimir el número de compás en el primer compás"

%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
  texidocde = "
Standardmäßig wird die erste Taktzahl einer Partitur nicht gesetzt,
wenn sie weniger oder gleich '1' ist.  Indem man @code{barNumberVisibility}
auf @code{all-bar-numbers-visible} setzt, kann eine beliebige
Taktzahl für den ersten und die folgenden Takte gesetzt werden.
Eine leere Taktlinie muss jedoch vor der ersten Note eingefügt
werden, damit das funktioniert.

"
  doctitlede = "Setzen der Taktnummer für den ersten Takt"



%% Translation of GIT committish: 8ffecf6be17c6ec2ff87cf31873121a8cce29b09
  texidocca = "
De forma predeterminada se suprimeix el nombre de compàs del primer
compàs d'una partitura si és més petit o igual a @q{1}.  En establir
el valor de @code{barNumberVisibility} a
@code{all-bar-numbers-visible}, es pot imprimir qualsevol nombre de
compàs per al primer compàs i tots els següents.  Observeu que, perquè
això funcioni, s'ha d'inserir una línia divisòria buida abans de la
primera nota.

"
  doctitleca = "Impressió del nombre de compàs al primer compàs"

  categories = "Rhythms"

  texidoc = "
By default, the first bar number in a score is suppressed if it is less
than or equal to@tie{}1. This can be changed by setting the
@code{barNumberVisibility} context property to value
@code{all-bar-numbers-visible}.
"

  doctitle = "Printing the bar number for the first measure"
} % begin verbatim


\paper {
  line-width = 50\mm
}

\relative c' {
  \set Score.barNumberVisibility = #all-bar-numbers-visible
  c1 | d | e | f \break
  g1 | e | d | c
}



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