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