X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Faligning-bar-numbers.ly;h=e09a298f332c9b9cbfc9c8b079c8259c1028093c;hb=5b1f3adfe5e3561eaa0f9440e0697054084b7107;hp=0b484ec0005fdaf04b44e8dc09ac982074f7fc8d;hpb=1c122290caffd067b81c60a18c97e61d1c6b209e;p=lilypond.git diff --git a/Documentation/snippets/aligning-bar-numbers.ly b/Documentation/snippets/aligning-bar-numbers.ly index 0b484ec000..e09a298f33 100644 --- a/Documentation/snippets/aligning-bar-numbers.ly +++ b/Documentation/snippets/aligning-bar-numbers.ly @@ -1,48 +1,14 @@ -%% 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.20" +\version "2.16.0" \header { lsrtags = "rhythms" -%% Translation of GIT committish: 0b55335aeca1de539bf1125b717e0c21bb6fa31b - 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 Ursprungsobjet -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 @@ -53,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 @@ -68,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 } -