]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/chant-or-psalms-notation.ly
Merge master into nested-bookparts
[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.11.62"
4
5 \header {
6   lsrtags = "rhythms, vocal-music, ancient-notation, contexts-and-engravers"
7
8   texidoces = "
9 Este tipo de notaciĆ³n se utiliza para el canto de los Salmos, en
10 que las estrofas no siempre tienen la misma longitud.
11
12 "
13   doctitlees = "NotaciĆ³n de responsos o salmos"
14
15   texidoc = "
16 This form of notation is used for the chant of the Psalms, where verses
17 aren't always the same length.
18
19 "
20   doctitle = "Chant or psalms notation"
21 } % begin verbatim
22 stemOn = { \override Staff.Stem #'transparent = ##f }
23 stemOff = { \override Staff.Stem #'transparent = ##t }
24
25 \score {
26   \new Staff \with { \remove "Time_signature_engraver" }
27   {
28     \key g \minor
29     \cadenzaOn
30     \stemOff a'\breve bes'4 g'4
31     \stemOn a'2 \bar "||"
32     \stemOff a'\breve g'4 a'4
33     \stemOn f'2 \bar "||"
34     \stemOff a'\breve^\markup { \italic flexe }
35     \stemOn g'2 \bar "||"
36   }
37 }