X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Faligning-bar-numbers.ly;h=94432c390392317b342fe68346da819f52b50164;hb=8247813bc580a90f7838846dc38aad5d49ac9d9d;hp=5a24902a4bda537c4ec56a8517fab276e0378c57;hpb=904b46b9fa8fc5c189087058cdf977383a4580d7;p=lilypond.git diff --git a/Documentation/snippets/aligning-bar-numbers.ly b/Documentation/snippets/aligning-bar-numbers.ly index 5a24902a4b..94432c3903 100644 --- a/Documentation/snippets/aligning-bar-numbers.ly +++ b/Documentation/snippets/aligning-bar-numbers.ly @@ -4,50 +4,11 @@ %% and then run scripts/auxiliar/makelsr.py %% %% This file is in the public domain. -\version "2.14.0" +\version "2.14.2" \header { lsrtags = "rhythms" -%% Translation of GIT committish: 615cbf212fdaf0b220b3330da417d0c3602494f2 - texidoces = " - -Los números de compás se alinean de forma predeterminada por la -derecha con su objeto padre. Éste es por lo general el borde -izquierdo de una línea o, si los números se imprimen dentro de la -línea, el lado izquierdo de una línea divisoria. Los números -también se pueden situar directamente sobre la barra de compás o -alineados por la izquierda con ella. - -" - - doctitlees = "Alineación de los números de compás" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Taktnummern sind standardmäßig links an ihrem Ursprungsobjekt -ausgerichtet. Das ist normalerweise die linke Ecke einer Linie oder, -wenn die Nummern innerhalb einer Zeile gesetzt werden, auf der -linken Seite eines Taktstrichs. Die Nummern können auch -direkt über dem Taktstrich positioniert werden oder rechts vom -Taktstrich gesetzt werden. - -" - doctitlede = "Taktnummern ausrichten" - - - -%% Translation of GIT committish: 374d57cf9b68ddf32a95409ce08ba75816900f6b - texidocfr = " -Les numéros de mesure s'alignent en principe sur la droite de l'objet -dont ils dépendent. C'est normalement le coin gauche de la portée ou, -en cours de ligne, à gauche de la barre. Vous pouvez toutefois les -centrer par rapport à la barre ou les afficher à droite de la barre. - -" - doctitlefr = "Alignement des numéros de mesure" - texidoc = " Bar numbers by default are right-aligned to their parent object. This is usually the left edge of a line or, if numbers are printed within a @@ -58,6 +19,7 @@ positioned directly over the bar line or left-aligned to the bar line. doctitle = "Aligning bar numbers" } % begin verbatim + \relative c' { \set Score.currentBarNumber = #111 \override Score.BarNumber #'break-visibility = #all-visible @@ -73,4 +35,3 @@ positioned directly over the bar line or left-aligned to the bar line. \override Score.BarNumber #'self-alignment-X = #LEFT c1 | c1 } -