Dies ist das Archiv des alten Forums (bis März 2017). Das aktuelle Forum ist unter https://lilypondforum.de zu finden. This is the archive of the old forum (until March 2017). You can find the current forum at https://lilypondforum.de.
Datei = "Milonga.ly"\include \Datei
Satz = "Milonga"Endung = ".ly"Datei= \Satz + \Endung\include \Datei
Datei= \markup { concat { "Milonga" ".ly" } }\include \Datei
Aber kann ich den Dateinamen auch aus zwei Variablen zusammensetzen?
Code: [Auswählen]Datei= \markup { concat { "Milonga" ".ly" } }\include \Dateierst recht nicht.
\version "2.19.35"stringI = "Hallo "stringII = "Welt!"stringIII = #(string-append stringI stringII)#(display stringIII)