X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fchanging-the-tempo-without-a-metronome-mark.ly;h=f714ac96194e39b3e2a08465d6158df1c341489a;hb=45b219221124f4d7b977a1a0b1e489c47bb3ac02;hp=058a4af5a5affc0fca413347dc466a5f935c9891;hpb=22d889f4d27469864c31db81445e9de49774ae23;p=lilypond.git diff --git a/Documentation/snippets/changing-the-tempo-without-a-metronome-mark.ly b/Documentation/snippets/changing-the-tempo-without-a-metronome-mark.ly index 058a4af5a5..f714ac9619 100644 --- a/Documentation/snippets/changing-the-tempo-without-a-metronome-mark.ly +++ b/Documentation/snippets/changing-the-tempo-without-a-metronome-mark.ly @@ -1,12 +1,15 @@ -%% 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.16" +\version "2.14.0" \header { - lsrtags = "staff-notation, midi" + lsrtags = "rhythms, tweaks-and-overrides, midi" -%% Translation of GIT committish: d2119a9e5e951c6ae850322f41444ac98d1ed492 +%% Translation of GIT committish: 8b93de6ce951b7b14bc7818f31019524295b990f texidoces = " Para cambiar el tempo en la salida MIDI sin imprimir nada, hacemos invisible la indicación metronómica: @@ -15,6 +18,7 @@ imprimir nada, hacemos invisible la indicación metronómica: doctitlees = "Cambiar el tempo sin indicación metronómica" + %% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 texidocde = " Um das Tempo für die MIDI-Ausgabe zu ändern, ohne eine Tempoangabe in den @@ -23,11 +27,12 @@ Noten auszugeben, kann die Metronombezeichnung unsichtbar gemacht werden: " doctitlede = "Das Tempo ohne Metronom-Angabe verändern" -%% Translation of GIT committish: 99dc90bbc369722cf4d3bb9f30b7288762f2167f6 + +%% Translation of GIT committish: 4ab2514496ac3d88a9f3121a76f890c97cedcf4e texidocfr = " Vous pouvez indiquer un changement de tempo pour le fichier MIDI sans pour autant l'imprimer. Il suffit alors de le rendre invisible aux -interprètes. +interprètes. " doctitlefr = "Changement de tempo sans indication sur la partition"