summaryrefslogtreecommitdiff
path: root/Kasimirs_Liederbuch/Fuhrmann_und_Faehrmann/Fuhrmann_und_Faehrmann.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Kasimirs_Liederbuch/Fuhrmann_und_Faehrmann/Fuhrmann_und_Faehrmann.ly')
-rw-r--r--Kasimirs_Liederbuch/Fuhrmann_und_Faehrmann/Fuhrmann_und_Faehrmann.ly22
1 files changed, 22 insertions, 0 deletions
diff --git a/Kasimirs_Liederbuch/Fuhrmann_und_Faehrmann/Fuhrmann_und_Faehrmann.ly b/Kasimirs_Liederbuch/Fuhrmann_und_Faehrmann/Fuhrmann_und_Faehrmann.ly
index 8a36902..6c967db 100644
--- a/Kasimirs_Liederbuch/Fuhrmann_und_Faehrmann/Fuhrmann_und_Faehrmann.ly
+++ b/Kasimirs_Liederbuch/Fuhrmann_und_Faehrmann/Fuhrmann_und_Faehrmann.ly
@@ -29,3 +29,25 @@
indent = #0
}
}
+
+\markup {
+ \fill-line {
+ \hspace #0.1 % moves the column off the left margin;
+ % can be removed if space on the page is tight
+ \column {
+ \textII
+ \combine \null \vspace #0.1 % adds vertical spacing between verses
+ \textIII
+ \combine \null \vspace #0.1 % adds vertical spacing between verses
+ \textIV
+ }
+ \hspace #0.1 % adds horizontal spacing between columns;
+ \column {
+ \textV
+ \combine \null \vspace #0.1 % adds vertical spacing between verses
+ \textVI
+ }
+ \hspace #0.1 % gives some extra space on the right margin;
+ % can be removed if page space is tight
+ }
+}