]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/creating-metronome-marks-in-markup-mode.ly
Doc-es: effect of makelsr.py on updated snippet translations.
[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 %% Translation of GIT committish: 70f455b078620f842672c64c66d87a08158a24ac
8   texidoces = "
9 Se pueden crear indicaciones metronómicas nuevas en modo de
10 marcado, pero no cambian el tempo en la salida MIDI.
11
12 "
13   doctitlees = "Crear indicaciones metronómicas en modo de marcado"
14
15 %% Translation of GIT committish: 0364058d18eb91836302a567c18289209d6e9706
16   texidocde = "
17 Neue Metronombezeichnungen können als Textbeschriftung erstellt werden,
18 aber sie ändern nicht das Tempo für die MIDI-Ausgabe.
19
20 "
21
22   doctitlede = "Eine Metronombezeichnung als Textbeschriftung erstellen"
23
24   lsrtags = "staff-notation"
25   texidoc = "New metronome marks can be created in markup mode,
26 but they will not change the tempo in MIDI output."
27
28   doctitle = "Creating metronome marks in markup mode"
29 } % begin verbatim
30
31
32 \relative c' {
33   \tempo \markup {
34     \concat {
35       (
36       \smaller \general-align #Y #DOWN \note #"16." #1
37       " = "
38       \smaller \general-align #Y #DOWN \note #"8" #1
39       )
40     }
41   }
42   c1
43   c4 c' c,2
44 }