]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/creating-metronome-marks-in-markup-mode.ly
Merge commit 'origin'
[lilypond.git] / input / lsr / creating-metronome-marks-in-markup-mode.ly
1 %% Do not edit this file; it is auto-generated from input/new
2 %% This file is in the public domain.
3 %% Note: this file works from version 2.12.0
4 \version "2.13.1"
5
6 \header {
7   texidoces = "
8 Se pueden crear indicaciones metronómicas nuevas en modo de
9 marcado, pero no cambian el tempo en la salida MIDI.
10
11 "
12   doctitlees = "Crear indicaciones metronómicas en modo de marcado"
13
14 %% Translation of GIT committish :<0364058d18eb91836302a567c18289209d6e9706>
15   texidocde = "
16 Neue Metronombezeichnungen können als Textbeschriftung erstellt werden,
17 aber sie ändern nicht das Tempo für die MIDI-Ausgabe.
18
19 "
20
21   doctitlede = "Eine Metronombezeichnung als Textbeschriftung erstellen"
22
23   lsrtags = "staff-notation"
24   texidoc = "New metronome marks can be created in markup mode,
25 but they will not change the tempo in MIDI output."
26
27   doctitle = "Creating metronome marks in markup mode"
28 } % begin verbatim
29
30
31 \relative c' {
32   \tempo \markup {
33     \concat {
34       (
35       \smaller \general-align #Y #DOWN \note #"16." #1
36       " = "
37       \smaller \general-align #Y #DOWN \note #"8" #1
38       )
39     }
40   }
41   c1
42   c4 c' c,2
43 }