]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/chant-or-psalms-notation.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / lsr / chant-or-psalms-notation.ly
diff --git a/input/lsr/chant-or-psalms-notation.ly b/input/lsr/chant-or-psalms-notation.ly
deleted file mode 100644 (file)
index 17aa31b..0000000
+++ /dev/null
@@ -1,39 +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 = "rhythms, vocal-music, ancient-notation, contexts-and-engravers"
-
-  texidoces = "
-Este tipo de notaciĆ³n se utiliza para el canto de los Salmos, en
-que las estrofas no siempre tienen la misma longitud.
-
-"
-  doctitlees = "NotaciĆ³n de responsos o salmos"
-
-  texidoc = "
-This form of notation is used for the chant of the Psalms, where verses
-aren't always the same length.
-
-"
-  doctitle = "Chant or psalms notation"
-} % begin verbatim
-
-stemOn = { \revert Staff.Stem #'transparent }
-stemOff = { \override Staff.Stem #'transparent = ##t }
-
-\score {
-  \new Staff \with { \remove "Time_signature_engraver" }
-  {
-    \key g \minor
-    \cadenzaOn
-    \stemOff a'\breve bes'4 g'4
-    \stemOn a'2 \bar "||"
-    \stemOff a'\breve g'4 a'4
-    \stemOn f'2 \bar "||"
-    \stemOff a'\breve^\markup { \italic flexe }
-    \stemOn g'2 \bar "||"
-  }
-}
-