]> 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 8b7816941e19fb513260d012ad9adfd2c45c606f..c0c45bd1ac9690cf7c208759e9b70ad709ecc683 100644 (file)
@@ -1,32 +1,13 @@
-%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% 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.1"
+\version "2.14.2"
 
 \header {
-  lsrtags = "rhythms, contexts-and-engravers"
-
-%% Translation of GIT committish: 5a33019d8b4a837f564eadd4979501ff07e9dfd5
-  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: 13ac9d1dfbcc297166948ee396e9ade078d2446e  
-  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"
-
-
-
+  lsrtags = "contexts-and-engravers, rhythms"
 
   texidoc = "
 Bar numbers can be removed entirely by removing the
@@ -36,6 +17,7 @@ Bar numbers can be removed entirely by removing the
   doctitle = "Removing bar numbers from a score"
 } % begin verbatim
 
+
 \layout {
   \context {
     \Score
@@ -47,4 +29,3 @@ Bar numbers can be removed entirely by removing the
   c4 c c c \break
   c4 c c c
 }
-