LSR: Update.
[lilypond/mpolesky.git] / Documentation / snippets / creating-metronome-marks-in-markup-mode.ly
blob2ac4b540361dc0e715de9cfbd2356b10dba578c5
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 = "staff-notation"
9 %% Translation of GIT committish: 0b55335aeca1de539bf1125b717e0c21bb6fa31b
10 texidoces = "
11 Se pueden crear indicaciones metronómicas nuevas en modo de
12 marcado, pero no cambian el tempo en la salida MIDI.
15 doctitlees = "Crear indicaciones metronómicas en modo de marcado"
17 %% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
18 texidocde = "
19 Neue Metronombezeichnungen können als Textbeschriftung erstellt werden,
20 aber sie ändern nicht das Tempo für die MIDI-Ausgabe.
24 doctitlede = "Eine Metronombezeichnung als Textbeschriftung erstellen"
25 %% Translation of GIT committish: 99dc90bbc369722cf4d3bb9f30b7288762f2167f6
26 texidocfr = "
27 Vous pouvez créer des indications de tempo sous la forme d'étiquettes
28 textuelles -- des objets @code{markup} -- notamment des équivalences.
29 Cependant, elles n'apparaîtront pas dans le fichier MIDI.
32 doctitlefr = "Création d'une indication métronomique sous forme d'étiquette"
35 texidoc = "
36 New metronome marks can be created in markup mode, but they will not
37 change the tempo in MIDI output.
40 doctitle = "Creating metronome marks in markup mode"
41 } % begin verbatim
43 \relative c' {
44 \tempo \markup {
45 \concat {
47 \smaller \general-align #Y #DOWN \note #"16." #1
48 " = "
49 \smaller \general-align #Y #DOWN \note #"8" #1
54 c4 c' c,2