]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/chant-or-psalms-notation.ly
Fix makelsr.py and update LSR
[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 %% Tags: rhythms, vocal-music, ancient-notation, contexts-and-engravers
4 \version "2.11.35"
5
6 \header { texidoc = "
7 This form of notation is used for the chant of the Psalms, where verses
8 aren't always the same length.
9 " }
10 % begin verbatim
11 stemon = { \override Staff.Stem #'transparent = ##f }
12 stemoff = { \override Staff.Stem #'transparent = ##t }
13
14 \score {
15 \new Staff \with {\remove "Time_signature_engraver" }
16 {
17         \key g \minor
18         \set Score.timing = ##f
19         \stemoff a'\breve bes'4 g'4
20         \stemon a'2 \bar "||"
21         \stemoff a'\breve g'4 a'4
22         \stemon f'2 \bar "||"
23         \stemoff a'\breve^\markup { \italic flexe }
24         \stemon g'2 \bar "||"
25 }
26 \layout { raggedright = ##t}
27 }