X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=Documentation%2Fsnippets%2Fprinting-bar-numbers-at-regular-intervals.ly;h=9161176a2d38950f0f020d4915d53eea4ac2055b;hb=9203eadca5bcb79415060f8488889706a9c8e62a;hp=6ffc1ea00a1db0dd8dd5e5935bd34eed9c938621;hpb=87aec4a93a0fe08275dd6cce6961dd9f80f581d1;p=lilypond.git diff --git a/Documentation/snippets/printing-bar-numbers-at-regular-intervals.ly b/Documentation/snippets/printing-bar-numbers-at-regular-intervals.ly index 6ffc1ea00a..9161176a2d 100644 --- a/Documentation/snippets/printing-bar-numbers-at-regular-intervals.ly +++ b/Documentation/snippets/printing-bar-numbers-at-regular-intervals.ly @@ -1,12 +1,15 @@ -%% Do not edit this file; it is automatically +%% DO NOT EDIT this file manually; it is automatically %% generated from LSR http://lsr.dsi.unimi.it +%% Make any changes in LSR itself, or in Documentation/snippets/new/ , +%% and then run scripts/auxiliar/makelsr.py +%% %% This file is in the public domain. -\version "2.13.10" +\version "2.14.0" \header { lsrtags = "rhythms" -%% Translation of GIT committish: 4385ed4cc738e164a95798862580b4b86703356f +%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 texidoces = " Se pueden imprimir los números de compás a intervalos regulares @@ -19,7 +22,8 @@ imprimen a cada dos compases excepto al final de la línea. doctitlees = "Imprimir números de compás a intervalos regulares" -%% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d + +%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 texidocde = " Taktnummern können in regelmäßigen Intervallen gesetzt werden, indem man die Eigenschaft @code{barNumberVisibility} definiert. In diesem @@ -27,13 +31,14 @@ Beispiel werden die Taktnummern jeden zweiten Takt gesetzt, außer am Ende einer Zeile. " - doctitlede = "Setzen der Taktnummern in regelmäßigen Intevallen" + doctitlede = "Setzen der Taktnummern in regelmäßigen Intervallen" + -%% Translation of GIT committish: 21c8461ea87cd670a35a40b91d3ef20de03a0409 +%% Translation of GIT committish: 374d57cf9b68ddf32a95409ce08ba75816900f6b texidocfr = " Vous pouvez imprimer un numéro de mesure à intervalle régulier plutôt -qu'en tête de chaque ligne seulement, en recourrant à la propriété +qu'en tête de chaque ligne seulement, en recourant à la propriété @code{barNumberVisibility}. Voici comment afficher le numéro toutes les deux mesures sauf en fin de ligne.