]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/aligning-bar-numbers.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / Documentation / snippets / aligning-bar-numbers.ly
index 58d868b35f12afb45ae0916c7f24b93255aa1512..1019edc5590f33f8e944b8951221113f8e1388e6 100644 (file)
@@ -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.4"
+\version "2.14.0"
 
 \header {
   lsrtags = "rhythms"
 
-%% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca
+%% Translation of GIT committish: 59caa3adce63114ca7972d18f95d4aadc528ec3d
   texidoces = "
 
 Los números de compás se alinean de forma predeterminada por la
@@ -21,9 +24,9 @@ alineados por la izquierda con ella.
   doctitlees = "Alineación de los números de compás"
 
 
-%% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d
+%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
   texidocde = "
-Taktnummern sind standardmäßig links an ihrem Ursprungsobjet
+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
@@ -35,7 +38,7 @@ Taktstrich gesetzt werden.
 
 
 
-%% Translation of GIT committish: 21c8461ea87cd670a35a40b91d3ef20de03a0409
+%% 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,
@@ -57,7 +60,7 @@ positioned directly over the bar line or left-aligned to the bar line.
 
 \relative c' {
   \set Score.currentBarNumber = #111
-  \override Score.BarNumber #'break-visibility = #'#(#t #t #t)
+  \override Score.BarNumber #'break-visibility = #all-visible
   % Increase the size of the bar number by 2
   \override Score.BarNumber #'font-size = #2
   % Print a bar number every second measure