]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/chant-or-psalms-notation.ly
Merge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / lsr / chant-or-psalms-notation.ly
1 %% Do not edit this file; it is auto-generated from LSR!
2 %% Tags: rhythms, vocal-music, ancient-notation, contexts-and-engravers
3 \version "2.11.35"
4
5 \header { texidoc = "
6 This form of notation is used for the chant of the Psalms, where verses
7 aren't always the same length.
8 " }
9 % begin verbatim
10 stemon = { \override Staff.Stem #'transparent = ##f }
11 stemoff = { \override Staff.Stem #'transparent = ##t }
12
13 \score {
14 \new Staff \with {\remove "Time_signature_engraver" }
15 {
16         \key g \minor
17         \set Score.timing = ##f
18         \stemoff a'\breve bes'4 g'4
19         \stemon a'2 \bar "||"
20         \stemoff a'\breve g'4 a'4
21         \stemon f'2 \bar "||"
22         \stemoff a'\breve^\markup { \italic flexe }
23         \stemon g'2 \bar "||"
24 }
25 \layout { raggedright = ##t}
26 }