blob: cb7d4f17c60720ffd80704291df5913f7846b9a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
\score {
\layout {
indent = #0
\context {
\Staff
\RemoveEmptyStaves
\override VerticalAxisGroup #'remove-first = ##t
}
}
\new ChoirStaff <<
\set Score.skipBars = ##t
\new Staff <<
\new Voice = melodie <<
\global
\melodie
>>
>>
\new Lyrics \lyricsto melodie { \text }
>>
}
|