]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/removing-bar-numbers-from-a-score.ly
Update snippets from today's LSR with changed makelsr.py
[lilypond.git] / Documentation / snippets / removing-bar-numbers-from-a-score.ly
index a4054ca40d6369c57ed8d36a0d4a7c3138202bb8..c0c45bd1ac9690cf7c208759e9b70ad709ecc683 100644 (file)
@@ -1,41 +1,13 @@
-%% 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.14.2"
 
 \header {
-  lsrtags = "rhythms, contexts-and-engravers"
-
-%% Translation of GIT committish: 0b55335aeca1de539bf1125b717e0c21bb6fa31b
-  texidoces = "
-
-Se pueden eliminar completamente los números de compás quitando el
-grabador @code{Bar_number_engraver} del contexto de @code{Score}.
-
-"
-
-  doctitlees = "Suprimir los números de compás de toda la partitura"
-
-
-%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
-  texidocde = "
-Taktnummern können vollkommen aus den Noten entfernt werden, indem
-man den @code{Bar_number_engraver} aus dem @code{Score}-Kontext
-entfernt.
-
-"
-  doctitlede = "Entfernung von Taktnummern in einer Partitur"
-
-
-%% Translation of GIT committish: 374d57cf9b68ddf32a95409ce08ba75816900f6b
-  texidocfr = "
-Désactiver le graveur concerné --- @code{Bar_number_engraver} ---
-donnera une partition  --- contexte @code{Score} --- sans numéros de
-mesure.
-
-"
-  doctitlefr = "Supprimer les numéros de mesure d'une partition"
-
+  lsrtags = "contexts-and-engravers, rhythms"
 
   texidoc = "
 Bar numbers can be removed entirely by removing the
@@ -45,6 +17,7 @@ Bar numbers can be removed entirely by removing the
   doctitle = "Removing bar numbers from a score"
 } % begin verbatim
 
+
 \layout {
   \context {
     \Score
@@ -56,4 +29,3 @@ Bar numbers can be removed entirely by removing the
   c4 c c c \break
   c4 c c c
 }
-