LSR: Update.
[lilypond/mpolesky.git] / Documentation / snippets / printing-metronome-and-rehearsal-marks-below-the-staff.ly
blob19b57ab12b1f316584c7cae533d99d2eba9da77f
1 %% Do not edit this file; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% This file is in the public domain.
4 \version "2.13.29"
6 \header {
7 lsrtags = "rhythms, expressive-marks, staff-notation, tweaks-and-overrides"
9 %% Translation of GIT committish: 0b55335aeca1de539bf1125b717e0c21bb6fa31b
10 texidoces = "
11 De forma predeterminada, las indicaciones metronómicas y las
12 letras de ensayo se imprimen encima del pentagrama. Para
13 colocarlas debajo del pentagrama, simplemente ajustamos
14 adecuadamente la propiedad @code{direction} de
15 @code{MetronomeMark} o de @code{RehearsalMark}.
19 doctitlees = "Impresión de indicaciones metronómicas y letras de ensayo debajo del pentagrama"
22 %% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
23 texidocde = "
24 Normalerweise werden Metronom- und Übungszeichen über dem Notensystem ausgegeben.
25 Um sie unter das System zu setzen, muss die @code{direction}-Eigenschaft
26 von @code{MetronomeMark} oder @code{RehearsalMark} entsprechend verändert werden.
29 doctitlede = "Metronom- und Übungszeichen unter das System setzen"
30 %% Translation of GIT committish: 99dc90bbc369722cf4d3bb9f30b7288762f2167f6
31 texidocfr = "
32 Les indications de tempo et les marques de repère s'impriment par défaut
33 au-dessus de la portée. Le fait de régler en conséquence la propriété
34 @code{direction} des objets @code{MetronomeMark} ou @code{RehearsalMark}
35 les placera au-dessous de la portée.
38 doctitlefr = "Impression du métronome et des repères sous la portée"
41 texidoc = "
42 By default, metronome and rehearsal marks are printed above the staff.
43 To place them below the staff simply set the @code{direction} property
44 of @code{MetronomeMark} or @code{RehearsalMark} appropriately.
47 doctitle = "Printing metronome and rehearsal marks below the staff"
48 } % begin verbatim
50 \layout { ragged-right = ##f }
53 % Metronome marks below the staff
54 \override Score.MetronomeMark #'direction = #DOWN
55 \tempo 8. = 120
56 c''1
58 % Rehearsal marks below the staff
59 \override Score.RehearsalMark #'direction = #DOWN
60 \mark \default
61 c''1