From 122af89a54bb68ffa9e2208e0a3db64b85ef1ea9 Mon Sep 17 00:00:00 2001 From: tux Date: Sat, 30 Dec 2023 20:09:39 +0100 Subject: [PATCH] =?UTF-8?q?Neues=20System=20f=C3=BCr=20Autorenangaben?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lilypond-common-includes | 2 +- lilypond-song-includes/liedbausteine/sandbox.ly | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/lilypond-common-includes b/lilypond-common-includes index b23ba5c..f5d5e1b 160000 --- a/lilypond-common-includes +++ b/lilypond-common-includes @@ -1 +1 @@ -Subproject commit b23ba5c0dc7116a08a177559fb2d3af1549cf2fc +Subproject commit f5d5e1b02035a50110f709c275bca10b87294a2b diff --git a/lilypond-song-includes/liedbausteine/sandbox.ly b/lilypond-song-includes/liedbausteine/sandbox.ly index 0a73253..49c7998 100644 --- a/lilypond-song-includes/liedbausteine/sandbox.ly +++ b/lilypond-song-includes/liedbausteine/sandbox.ly @@ -5,9 +5,9 @@ basicSongInfo = \header { title = "Liedtitel" alttitle = "Alternativtitel" - poetId = "dude" - %composerId = "dude" - composerId = "kumpel" + authors = #'( + ("kumpel" melody text) + ("dude" text)) infotext = " Also zu der Sandbox gibts echt verdammt viel zu sagen, aber wär zu krass das hier alles reinzuschreiben. Zum Testen muss hier aber mal viel stehen, damit man das mit dem automatischen Zeilenumbruch gut sieht und das mit den Abständen gut debuggen kann. @@ -160,6 +160,8 @@ TEXT = \markuplist \chordverse #(stanza 3) \thirdVerseMarkup \chordverse #(stanza 4) \fourthVerseMarkup \chordverse #(stanza 5) \fifthVerseMarkup + } + \group-verses { \chordverse #(stanza 6) \sixthVerseMarkup \chordverse #(stanza 7) \seventhVerseMarkup \chordverse #(stanza 8) \columnVerseMarkup