]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/chant-or-psalms-notation.ly
Merge branch 'dev/texi2html' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond into...
[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.38"
4
5 \header {
6   lsrtags = "rhythms, vocal-music, ancient-notation, contexts-and-engravers"
7
8   texidoc = "
9 This form of notation is used for the chant of the Psalms, where verses
10 aren't always the same length.
11
12 "
13   doctitle = "Chant or psalms notation"
14 } % begin verbatim
15 stemOn = { \override Staff.Stem #'transparent = ##f }
16 stemOff = { \override Staff.Stem #'transparent = ##t }
17
18 \score {
19   \new Staff \with { \remove "Time_signature_engraver" }
20   {
21     \key g \minor
22     \set Score.timing = ##f
23     \stemOff a'\breve bes'4 g'4
24     \stemOn a'2 \bar "||"
25     \stemOff a'\breve g'4 a'4
26     \stemOn f'2 \bar "||"
27     \stemOff a'\breve^\markup { \italic flexe }
28     \stemOn g'2 \bar "||"
29   }
30 }