[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: header items: use #f or ##f ?
From: |
Ralph Palmer |
Subject: |
Re: header items: use #f or ##f ? |
Date: |
Wed, 13 Apr 2011 08:16:39 -0400 |
On Thu, Mar 31, 2011 at 6:32 AM, -Eluze <address@hidden> wrote:
>
> should not all header items behave the same? at least they did earlier -
> with
> copyright = #f i had no error before version 2.13.48!
>
> \version "2.13.56"
> \header {
>
> % works only with ##f
> title = ##f
> subtitle = ##f
> copyright = ##f
> poet = ##f
> composer = ##f
> arranger = ##f
>
> % works with #f and ##f
> tagline = #f
> dedication = #f
> subsubtitle = #f
> instrument = #f
> meter = #f
> piece = #f
> opus = #f
> breakbefore = #f
> }
> { a b c }
>
> and if you happen to misspell ##f the error message is not very helpful:
>
> Layout output to `test.ps'...ERROR: Wrong type (expecting pair): #<Prob:
> Music C++: Music((text . f))((display-methods #<procedure #f (event
> parser)>) (name . AbsoluteDynamicEvent) (types general-music event
> dynamic-event absolute-dynamic-event)) >
>
> cheers
> Eluze
>
>
Greetings, Eluze -
This has been submitted as issue 1610 :
http://code.google.com/p/lilypond/issues/detail?id=1610
Ralph
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: header items: use #f or ##f ?,
Ralph Palmer <=