X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=Documentation%2Fsnippets%2Fprinting-the-bar-number-for-the-first-measure.ly;h=dd1f4c238a8accd7355a1d929c0595023afd6606;hb=38c1148ef2d73151379e9a694c3c061d8a31d548;hp=34599e50083b8d56e27ae9b5d528e838e484e7ca;hpb=579274a935b22567ac15b3651a9d651474f88ec4;p=lilypond.git diff --git a/Documentation/snippets/printing-the-bar-number-for-the-first-measure.ly b/Documentation/snippets/printing-the-bar-number-for-the-first-measure.ly index 34599e5008..dd1f4c238a 100644 --- a/Documentation/snippets/printing-the-bar-number-for-the-first-measure.ly +++ b/Documentation/snippets/printing-the-bar-number-for-the-first-measure.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.16" +\version "2.14.2" \header { lsrtags = "rhythms" -%% Translation of GIT committish: 00ef2ac3dd16e21c9ffdffaa4d6d043a3f1a76e6 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " De forma predeterminada se suprime el número del primer compás de una @@ -22,9 +25,9 @@ líinea divisoria vacía antes de la primera nota. -%% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d +%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 texidocde = " -Standardmäßig wird die erste Taktzahl einer Paritur nicht gesetzt, +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. @@ -36,12 +39,12 @@ werden, damit das funktioniert. -%% Translation of GIT committish: 21c8461ea87cd670a35a40b91d3ef20de03a0409 +%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 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} à +inférieur à@tie{}2. Le fait de définir @code{barNumberVisibility} à @code{all-bar-numbers-visible} vous permettra d'imprimer n'importe quel -numéro pour la première mesure. À noter que l'impression d'un numéro +numéro pour la première mesure. Notez que l'impression d'un numéro de mesure ne peut intervenir que s'il y a une barre. Aussi, pour pouvoir le faire au début d'un morceau, devrez-vous ajouter une barre vide avant la première note. @@ -60,6 +63,7 @@ must be inserted before the first note for this to work. doctitle = "Printing the bar number for the first measure" } % begin verbatim + \relative c' { \set Score.barNumberVisibility = #all-bar-numbers-visible \bar ""