]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/chant-or-psalms-notation.ly
Merge master into nested-bookparts
[lilypond.git] / input / lsr / chant-or-psalms-notation.ly
index 3e9fe60b52deffcf4244b8beea6065a4fc818990..23eb9bdd11578b28ca3211a7d0ef544cb006564b 100644 (file)
@@ -1,27 +1,37 @@
 %% 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.11.38"
+\version "2.11.62"
 
 \header {
   lsrtags = "rhythms, vocal-music, ancient-notation, contexts-and-engravers"
- texidoc = "
+
+  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.
-" }
-% begin verbatim
+
+"
+  doctitle = "Chant or psalms notation"
+} % begin verbatim
 stemOn = { \override Staff.Stem #'transparent = ##f }
 stemOff = { \override Staff.Stem #'transparent = ##t }
 
 \score {
-       \new Staff \with { \remove "Time_signature_engraver" }
-       {
-               \key g \minor
-               \set Score.timing = ##f
-               \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 "||"
-       }
+  \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 "||"
+  }
 }