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.
6 lsrtags
= "rhythms, expressive-marks, staff-notation, tweaks-and-overrides"
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"
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"
27 \layout { ragged-right
= ##f }
30 % Metronome marks below the staff
31 \override Score
.MetronomeMark
#'direction
= #DOWN
35 % Rehearsal marks below the staff
36 \override Score
.RehearsalMark
#'direction
= #DOWN