]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/changing-the-tempo-without-a-metronome-mark.ly
resolve merge
[lilypond.git] / input / lsr / changing-the-tempo-without-a-metronome-mark.ly
diff --git a/input/lsr/changing-the-tempo-without-a-metronome-mark.ly b/input/lsr/changing-the-tempo-without-a-metronome-mark.ly
deleted file mode 100644 (file)
index 7053b57..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, midi"
-
-  texidoces = "
-Para cambiar el tempo en la salida MIDI sin
-imprimir nada, hacemos invisible la indicación metronómica:
-
-"
-
-  doctitlees = "Cambiar el tempo sin indicación metronómica"
-
-  texidoc = "
-To change the tempo in MIDI output without printing anything, make the
-metronome mark invisible.
-
-"
-  doctitle = "Changing the tempo without a metronome mark"
-} % begin verbatim
-
-\score {
-  \new Staff \relative c' {
-    \tempo 4 = 160
-    c4 e g b
-    c4 b d c
-    \set Score.tempoHideNote = ##t
-    \tempo 4 = 96
-    d,4 fis a cis
-    d4 cis e d
-  }
-  \layout { }
-  \midi { }
-}