LSR: Update.
[lilypond.git] / input / lsr / printing-metronome-and-rehearsal-marks-below-the-staff.ly
blob6d25509ea223db321fba431a39d3a432a68c1695
1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
3 \version "2.11.51"
5 \header {
6 lsrtags = "rhythms, expressive-marks, staff-notation, tweaks-and-overrides"
8 texidoces = "
9 De forma predeterminada, las indicaciones metronómicas y las
10 letras de ensayo se imprimen encima del pentagrama. Para
11 colocarlas debajo del pentagrama, simplemente ajustamos
12 adecuadamente las propiedades @code{side-axis} y @code{direction}
13 de @code{MetronomeMark} o de @code{RehearsalMark}.
17 doctitlees = "Impresión de indicaciones metronómicas y letras de ensayo debajo del pentagrama"
19 texidoc = "
20 By default, metronome and rehearsal marks are printed above the staff.
21 To place them below the staff simply set the @code{direction} property
22 of @code{MetronomeMark} or @code{RehearsalMark} appropriately.
25 doctitle = "Printing metronome and rehearsal marks below the staff"
26 } % begin verbatim
27 \layout { ragged-right = ##f }
30 % Metronome marks below the staff
31 \override Score.MetronomeMark #'direction = #DOWN
32 \tempo 8. = 120
33 c''1
35 % Rehearsal marks below the staff
36 \override Score.RehearsalMark #'direction = #DOWN
37 \mark \default
38 c''1