X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fprinting-metronome-and-rehearsal-marks-below-the-staff.ly;h=f8b2ebc048afce180e552fca3d6faf19519d4055;hb=26a079ca2393d053315ef8dbef626c897dc9645a;hp=5866f5de7c5c72495d3e23e6862e6af54879915a;hpb=f71ede90de06fdc16dad9ed75f38558efe819080;p=lilypond.git diff --git a/Documentation/snippets/printing-metronome-and-rehearsal-marks-below-the-staff.ly b/Documentation/snippets/printing-metronome-and-rehearsal-marks-below-the-staff.ly index 5866f5de7c..f8b2ebc048 100644 --- a/Documentation/snippets/printing-metronome-and-rehearsal-marks-below-the-staff.ly +++ b/Documentation/snippets/printing-metronome-and-rehearsal-marks-below-the-staff.ly @@ -4,44 +4,10 @@ %% and then run scripts/auxiliar/makelsr.py %% %% This file is in the public domain. -\version "2.14.2" +\version "2.16.0" \header { - lsrtags = "tweaks-and-overrides, rhythms, expressive-marks" - -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 - texidoces = " -De forma predeterminada, las indicaciones metronómicas y las -letras de ensayo se imprimen encima del pentagrama. Para -colocarlas debajo del pentagrama, simplemente ajustamos -adecuadamente la propiedad @code{direction} de -@code{MetronomeMark} o de @code{RehearsalMark}. - -" - - doctitlees = "Impresión de indicaciones metronómicas y letras de ensayo debajo del pentagrama" - - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Normalerweise werden Metronom- und Übungszeichen über dem Notensystem ausgegeben. -Um sie unter das System zu setzen, muss die @code{direction}-Eigenschaft -von @code{MetronomeMark} oder @code{RehearsalMark} entsprechend verändert werden. - -" - doctitlede = "Metronom- und Übungszeichen unter das System setzen" - -%% Translation of GIT committish: af3df3b7c6e062635bdccb739be41962969806a0 - texidocfr = " -Les indications de tempo et les marques de repère s'impriment par défaut -au-dessus de la portée. Le fait de régler en conséquence la propriété -@code{direction} des objets @code{MetronomeMark} ou @code{RehearsalMark} -les placera au-dessous de la portée. - -" - doctitlefr = "Impression du métronome et des repères sous la portée" - + lsrtags = "expressive-marks, rhythms, tweaks-and-overrides" texidoc = " By default, metronome and rehearsal marks are printed above the staff. @@ -66,4 +32,3 @@ of @code{MetronomeMark} or @code{RehearsalMark} appropriately. \mark \default c''1 } -