[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Issue 163 in lilypond: huge (ugly) slur (both phrasing and normal)
From: |
David Kastrup |
Subject: |
Re: Issue 163 in lilypond: huge (ugly) slur (both phrasing and normal) |
Date: |
Wed, 22 Jun 2011 13:17:25 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
Graham Percival <address@hidden> writes:
> On Wed, Jun 22, 2011 at 10:05:51AM +0300, Dmytro O. Redchuk wrote:
>> On Tue 21 Jun 2011, 20:53 Graham Percival wrote:
>> > Could you write a short shell script to do this? i.e. using
>> > lilypond -e ...
>> > to remove the tagline (maybe that's already in LSR),
>> > and then call convert automatically? I'd really like to add this
>> > to the CG so that we have a simple way to generate images.
>> > (at least on non-windows machines)
>> As far as I can see, Phil asked how to remove the tagline from the comand
>> line*, but the answer was "it's impossible".
>
> Ick, I'd forgotten about that.
>
>> Another option, proposed by Valentin, was to use external file
>> (-dinclude-settings=...), but i would find this "inconvenient" for the build
>> system?
>
> ok, how about this? Your script should:
> echo "\header { tagline = ##f } " > /tmp/lilypond-no-header.ly
> lilypond -dinclude-settings=/tmp/lilypond-no-header.ly --png bug.ly
You can write this without having to cater for an external file as
lilypond -dinclude-settings=<(echo "\header { tagline = ##f }") --png bug.ly
--
David Kastrup
- Re: Issue 163 in lilypond: huge (ugly) slur (both phrasing and normal), lilypond, 2011/06/20
- Re: Issue 163 in lilypond: huge (ugly) slur (both phrasing and normal), David Kastrup, 2011/06/21
- Re: Issue 163 in lilypond: huge (ugly) slur (both phrasing and normal), Graham Percival, 2011/06/21
- Re: Issue 163 in lilypond: huge (ugly) slur (both phrasing and normal), Dmytro O. Redchuk, 2011/06/21
- Re: Issue 163 in lilypond: huge (ugly) slur (both phrasing and normal), Graham Percival, 2011/06/21
- Re: Issue 163 in lilypond: huge (ugly) slur (both phrasing and normal), Dmytro O. Redchuk, 2011/06/22
- Re: Issue 163 in lilypond: huge (ugly) slur (both phrasing and normal), Graham Percival, 2011/06/22
- Re: Issue 163 in lilypond: huge (ugly) slur (both phrasing and normal),
David Kastrup <=
- Re: Issue 163 in lilypond: huge (ugly) slur (both phrasing and normal), Graham Percival, 2011/06/22
- Re: Issue 163 in lilypond: huge (ugly) slur (both phrasing and normal), Dmytro O. Redchuk, 2011/06/22
- Re: Issue 163 in lilypond: huge (ugly) slur (both phrasing and normal), Colin Campbell, 2011/06/22
- Re: Issue 163 in lilypond: huge (ugly) slur (both phrasing and normal), Colin Campbell, 2011/06/22
- Re: Issue 163 in lilypond: huge (ugly) slur (both phrasing and normal), Dmytro O. Redchuk, 2011/06/23
- Re: Issue 163 in lilypond: huge (ugly) slur (both phrasing and normal), Graham Percival, 2011/06/23
- Re: Issue 163 in lilypond: huge (ugly) slur (both phrasing and normal), Colin Campbell, 2011/06/23
- Re: Issue 163 in lilypond: huge (ugly) slur (both phrasing and normal), Dmytro O. Redchuk, 2011/06/23
- Re: Issue 163 in lilypond: huge (ugly) slur (both phrasing and normal), Graham Percival, 2011/06/23
Re: Issue 163 in lilypond: huge (ugly) slur (both phrasing and normal), Dmytro O. Redchuk, 2011/06/21