X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fremoving-bar-numbers-from-a-score.ly;h=10ff50af8ad51865a4f0695d6db23cca38c545cc;hb=06e603a47cce832f2ed45edc0dd4b2c168877703;hp=a4054ca40d6369c57ed8d36a0d4a7c3138202bb8;hpb=e88eca13f1a87dbd3a57a7a492deea95b0473753;p=lilypond.git diff --git a/Documentation/snippets/removing-bar-numbers-from-a-score.ly b/Documentation/snippets/removing-bar-numbers-from-a-score.ly index a4054ca40d..10ff50af8a 100644 --- a/Documentation/snippets/removing-bar-numbers-from-a-score.ly +++ b/Documentation/snippets/removing-bar-numbers-from-a-score.ly @@ -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.16.0" \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 } -