]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/chant-or-psalms-notation.ly
Merge commit 'origin' into beamlets2
[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.12.0"
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
23 stemOn = { \override Staff.Stem #'transparent = ##f }
24 stemOff = { \override Staff.Stem #'transparent = ##t }
25
26 \score {
27   \new Staff \with { \remove "Time_signature_engraver" }
28   {
29     \key g \minor
30     \cadenzaOn
31     \stemOff a'\breve bes'4 g'4
32     \stemOn a'2 \bar "||"
33     \stemOff a'\breve g'4 a'4
34     \stemOn f'2 \bar "||"
35     \stemOff a'\breve^\markup { \italic flexe }
36     \stemOn g'2 \bar "||"
37   }
38 }