summaryrefslogtreecommitdiff
path: root/Sto_mi_e_milo/Sto_mi_e_milo.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Sto_mi_e_milo/Sto_mi_e_milo.ly')
-rw-r--r--Sto_mi_e_milo/Sto_mi_e_milo.ly41
1 files changed, 41 insertions, 0 deletions
diff --git a/Sto_mi_e_milo/Sto_mi_e_milo.ly b/Sto_mi_e_milo/Sto_mi_e_milo.ly
new file mode 100644
index 0000000..617efab
--- /dev/null
+++ b/Sto_mi_e_milo/Sto_mi_e_milo.ly
@@ -0,0 +1,41 @@
+\include "deutsch.ly"
+\include "stimmen.ly"
+\include "texte.ly"
+
+#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist))
+#(set-default-paper-size "kindle")
+
+\pointAndClickOff
+
+\header {
+ title = "Što mi e milo"
+ tagline = ""
+}
+\paper {
+ top-margin = 5
+}
+
+\score {
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new Lyrics = sopranText { }
+ \new Staff <<
+ \new Voice = frauen { \global \pausen }
+ \new Voice = sopran { \global \voiceOne \sopranMelodie }
+ \new Voice = alt { \global \voiceTwo \altMelodie }
+ >>
+ \new Lyrics \lyricsto sopran { \textI }
+ \new Staff <<
+ \new Voice = maenner { \clef "bass" \global \pausen }
+ \new Voice = tenor { \clef "bass" \global \voiceOne \tenorMelodie }
+ \new Voice = bass { \clef "bass" \global \voiceTwo \bassMelodie }
+ >>
+ >>
+ \layout {
+ indent = #0
+ \context {
+ \Staff
+ \RemoveEmptyStaves
+ }
+ }
+}