]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/chant-or-psalms-notation.ly
lilypond-book robustness: ensure EOL at the end of @verbatim
[lilypond.git] / input / lsr / chant-or-psalms-notation.ly
1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
3 \version "2.13.1"
4
5 \header {
6   lsrtags = "rhythms, vocal-music, ancient-notation, contexts-and-engravers"
7
8 %% Translation of GIT committish: aea975539ec44fd0f1a8fd25930b88b5ab64b53a
9   texidoces = "
10 Este tipo de notaciĆ³n se utiliza para el canto de los Salmos, en
11 que las estrofas no siempre tienen la misma longitud.
12
13 "
14   doctitlees = "NotaciĆ³n de responsos o salmos"
15
16   texidoc = "
17 This form of notation is used for the chant of the Psalms, where verses
18 aren't always the same length.
19
20 "
21   doctitle = "Chant or psalms notation"
22 } % begin verbatim
23
24 stemOn = { \revert Staff.Stem #'transparent }
25 stemOff = { \override Staff.Stem #'transparent = ##t }
26
27 \score {
28   \new Staff \with { \remove "Time_signature_engraver" }
29   {
30     \key g \minor
31     \cadenzaOn
32     \stemOff a'\breve bes'4 g'4
33     \stemOn a'2 \bar "||"
34     \stemOff a'\breve g'4 a'4
35     \stemOn f'2 \bar "||"
36     \stemOff a'\breve^\markup { \italic flexe }
37     \stemOn g'2 \bar "||"
38   }
39 }
40