LSR: Update.
[lilypond/mpolesky.git] / Documentation / snippets / changing-the-text-for-sustain-markings.ly
blobeb8fa70d03f4655482b398159a7f74b5d04d14bb
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 = "keyboards, tweaks-and-overrides"
9 %% Translation of GIT committish: 0b55335aeca1de539bf1125b717e0c21bb6fa31b
10 texidoces = "
11 Se puede usar @code{Staff.pedalSustainStrings} para fijar el texto de
12 las indicaciones de pisar pedal y levantar pedal. Observe que las
13 únicas cadenas válidas son las que están en la lista de glifos de
14 pedal: los valores que aparecen en este fragmento de código son una
15 relación exhaustiva.
18 doctitlees = "Modificar el texto de las indicaciones de pedal"
22 texidoc = "
23 @code{Staff.pedalSustainStrings} can be used to set the text used for
24 pedal down and up. Note that the only valid strings are those found in
25 the list of pedal glyphs - the values used this snippet constitute an
26 exhaustive list.
29 doctitle = "Changing the text for sustain markings"
30 } % begin verbatim
32 sustainNotes = { c4\sustainOn d e\sustainOff\sustainOn f\sustainOff }
34 \relative c' {
35 \sustainNotes
36 \set Staff.pedalSustainStrings = #'("P" "P-" "-")
37 \sustainNotes
38 \set Staff.pedalSustainStrings = #'("d" "de" "e")
39 \sustainNotes
40 \set Staff.pedalSustainStrings = #'("M" "M-" "-")
41 \sustainNotes
42 \set Staff.pedalSustainStrings = #'("Ped" "*Ped" "*")
43 \sustainNotes