Am 12.10.2015 um 07:58 schrieb Wilbert Berendsen: > Op Sat, 10 Oct 2015 13:48:39 +0200 > Urs Liska <[email protected]> schreef: > >> The only way out of that would be if LilyPond could learn to take its >> input from stdin. Which might be a nice thing anyway? > I think LilyPond can :-) > > http://www.lilypond.org/doc/v2.18/Documentation/usage/command_002dline-usage#invoking-lilypond >
Oops, I *knew* I should have looked that up before commenting. But that's not a solution (to the not-really-existing problem) either: cmd-test$ cat input.ly | lilypond - »-« wird verarbeitet Analysieren... Interpretation der Musik... Vorverarbeitung der grafischen Elemente... Ideale Seitenanzahl wird gefunden... Musik wird auf eine Seite angepasst... Systeme erstellen... Layout nach »/tmp/lilypond-yXTVDZ« ausgeben... Konvertierung nach »-.pdf«... Deleting `/tmp/lilypond-yXTVDZ'... Kompilation erfolgreich beendet Obviously LilyPond will save stdin to a temporary file itself and not process it in-memory. The resulting file is "-.pdf". Urs _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
