]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/removing-bar-numbers-from-a-score.ly
Doc: run makelsr locally
[lilypond.git] / Documentation / snippets / removing-bar-numbers-from-a-score.ly
index 8b7816941e19fb513260d012ad9adfd2c45c606f..ced46424f6de4db1e5dd9fd6545bc298707c3a02 100644 (file)
@@ -1,11 +1,15 @@
-%% 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"
+  lsrtags = "contexts-and-engravers, rhythms"
 
-%% Translation of GIT committish: 5a33019d8b4a837f564eadd4979501ff07e9dfd5
+%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa
   texidoces = "
 
 Se pueden eliminar completamente los números de compás quitando el
@@ -16,7 +20,8 @@ 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  
+
+%% 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
@@ -27,6 +32,15 @@ entfernt.
 
 
 
+%% 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"
+
 
   texidoc = "
 Bar numbers can be removed entirely by removing the
@@ -36,6 +50,7 @@ Bar numbers can be removed entirely by removing the
   doctitle = "Removing bar numbers from a score"
 } % begin verbatim
 
+
 \layout {
   \context {
     \Score