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