]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/new/creating-metronome-marks-in-markup-mode.ly
LSR: Update.
[lilypond.git] / input / new / creating-metronome-marks-in-markup-mode.ly
diff --git a/input/new/creating-metronome-marks-in-markup-mode.ly b/input/new/creating-metronome-marks-in-markup-mode.ly
deleted file mode 100644 (file)
index bb1379b..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-\version "2.12.0"
-
-\header {
-  lsrtags = "staff-notation"
-  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"
-}
-
-\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
-}