]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/creating-metronome-marks-in-markup-mode.ly
resolve merge
[lilypond.git] / input / lsr / creating-metronome-marks-in-markup-mode.ly
diff --git a/input/lsr/creating-metronome-marks-in-markup-mode.ly b/input/lsr/creating-metronome-marks-in-markup-mode.ly
deleted file mode 100644 (file)
index de8b721..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
-%% This file is in the public domain.
-\version "2.12.3"
-
-\header {
-  lsrtags = "staff-notation"
-
-  texidoces = "
-Se pueden crear indicaciones metronĂ³micas nuevas en modo de
-marcado, pero no cambian el tempo en la salida MIDI.
-
-"
-  doctitlees = "Crear indicaciones metronĂ³micas en modo de marcado"
-
-
-  texidoc = "
-New metronome marks can be created in markup mode, but they will not
-change the tempo in MIDI output.
-
-"
-  doctitle = "Creating metronome marks in markup mode"
-} % begin verbatim
-
-\relative c' {
-  \tempo \markup {
-    \concat {
-      (
-      \smaller \general-align #Y #DOWN \note #"16." #1
-      " = "
-      \smaller \general-align #Y #DOWN \note #"8" #1
-      )
-    }
-  }
-  c1
-  c4 c' c,2
-}