]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/alternative-bar-numbering.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / Documentation / snippets / alternative-bar-numbering.ly
index 506cafae601122b0fbafdec6264b44bcd16e9800..f69ecd3391523ff831c7181f8de037c9f5e94d4d 100644 (file)
@@ -1,45 +1,22 @@
-% DO NOT EDIT this file manually; it is automatically
-% generated from Documentation/snippets/new
-% Make any changes in Documentation/snippets/new/
-% and then run scripts/auxiliar/makelsr.py
-%
-% This file is in the public domain.
-%% Note: this file works from version 2.15.24
-\version "2.15.24"
+%% DO NOT EDIT this file manually; it is automatically
+%% generated from LSR http://lsr.di.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.18.0"
 
 \header {
-%% Translation of GIT committish: 5a7301fc350ffc3ab5bd3a2084c91666c9e9a549
-
-  texidoces = "
-Se pueden seleccionar dos métodos alternativos para la numeración de
-compases, especiales para cuando hay repeticiones.
-
-"
-  doctitlees = "Numeración de compases alternativa"
-
-
-%% Translation of GIT committish: fc1ca638e0b5f66858b9b7a073ceefc1eccb3ed2
-
-  texidocde = "Zwei alternative Methoden können eingestellt werden,
-  die die Taktnummerierung beeinflussen, insbesondere bei Wiederholungen."
-
-  doctitlede = "Alternative Taktnummerierung"
+  lsrtags = "editorial-annotations, staff-notation, tweaks-and-overrides"
 
-%% Translation of GIT committish: af3df3b7c6e062635bdccb739be41962969806a0
-  texidocfr = "
-Deux méthodes alternatives vous permettent de gérer la numérotation ds
-mesures en cas de reprises.
+  texidoc = "
+Two alternative methods for bar numbering can be set, especially for
+when using repeated music.
 
 "
-  doctitlefr = "Numérotation des mesures et alternatives"
-
-  lsrtags = "editorial-annotations, staff-notation, tweaks-and-overrides"
-  texidoc = "Two alternative methods for bar numbering can be set,
-  especially for when using repeated music."
   doctitle = "Alternative bar numbering"
 } % begin verbatim
 
-
 \relative c'{
   \set Score.alternativeNumberingStyle = #'numbers
   \repeat volta 3 { c4 d e f | }