Re: Read multiple lines from an input-pipe

2014-04-30 Thread Urs Liska
Am 29.04.2014 13:26, schrieb Urs Liska: Am 29.04.2014 12:24, schrieb Urs Liska: Hi all, I'm writing a set of functions to retrieve Git repository information for use in a score: https://github.com/openlilylib/snippets/tree/master/editorial-tools/git-commands I'm using a function provided by

Re: Read multiple lines from an input-pipe

2014-04-30 Thread David Kastrup
Urs Liska u...@openlilylib.org writes: I've tried around for quite some time now to no avail, probably having tried _everything_ except the right solution ;-) so I have to come back here and ask. I now have this implementation: #(use-modules (ice-9 popen)) #(use-modules (ice-9 rdelim))

Re: [SPAM] Re: Read multiple lines from an input-pipe

2014-04-30 Thread Urs Liska
Am 30.04.2014 10:00, schrieb David Kastrup: Urs Liska u...@openlilylib.org writes: I've tried around for quite some time now to no avail, probably having tried _everything_ except the right solution ;-) so I have to come back here and ask. I now have this implementation: #(use-modules (ice-9

Re: Read multiple lines from an input-pipe

2014-04-30 Thread Urs Liska
Am 30.04.2014 10:15, schrieb Urs Liska: Am 30.04.2014 10:00, schrieb David Kastrup: Urs Liska u...@openlilylib.org writes: I've tried around for quite some time now to no avail, probably having tried _everything_ except the right solution ;-) so I have to come back here and ask. I now have

Re: [SPAM] Re: Read multiple lines from an input-pipe

2014-04-30 Thread David Kastrup
Urs Liska u...@openlilylib.org writes: Thank you for that. However, (interpret-markup-list layout props result) returns all strings concatenated to one line. No, it doesn't. It returns a markup list, and if you put this into a \markup without change, _then_ this list will be assembled into a

Read multiple lines from an input-pipe

2014-04-29 Thread Urs Liska
Hi all, I'm writing a set of functions to retrieve Git repository information for use in a score: https://github.com/openlilylib/snippets/tree/master/editorial-tools/git-commands I'm using a function provided by Lars Haulin in a comment to a blog post that is essentially the one for

Re: Read multiple lines from an input-pipe

2014-04-29 Thread David Kastrup
Urs Liska u...@openlilylib.org writes: Hi all, I'm writing a set of functions to retrieve Git repository information for use in a score: https://github.com/openlilylib/snippets/tree/master/editorial-tools/git-commands I'm using a function provided by Lars Haulin in a comment to a blog

Re: Read multiple lines from an input-pipe

2014-04-29 Thread Urs Liska
Am 29.04.2014 12:24, schrieb Urs Liska: Hi all, I'm writing a set of functions to retrieve Git repository information for use in a score: https://github.com/openlilylib/snippets/tree/master/editorial-tools/git-commands I'm using a function provided by Lars Haulin in a comment to a blog post