Re: Wierd behaviour of \header in \bookpart in \version 2.12.2

2010-06-20 Thread Phil Holmes
"Graham Percival" wrote in message news:20100620125905.gb27...@sapphire... On Sun, Jun 20, 2010 at 11:58:02AM +0100, Phil Holmes wrote: "Phil Holmes" wrote in message news:huj4gi$oj...@dough.gmane.org... "Reinhold Kainhofer" wrote in message news:201001070036.29513.reinh...@kainhofer.com...

Re: Wierd behaviour of \header in \bookpart in \version 2.12.2

2010-06-20 Thread Graham Percival
On Sun, Jun 20, 2010 at 11:58:02AM +0100, Phil Holmes wrote: > "Phil Holmes" wrote in message > news:huj4gi$oj...@dough.gmane.org... >> "Reinhold Kainhofer" wrote in message >> news:201001070036.29513.reinh...@kainhofer.com... >>> Am Mittwoch, 6. Januar 2010 19:18:18 schrieb Nicolas Sceaux: >

Re: Wierd behaviour of \header in \bookpart in \version 2.12.2

2010-06-20 Thread Phil Holmes
"Phil Holmes" wrote in message news:huj4gi$oj...@dough.gmane.org... "Reinhold Kainhofer" wrote in message news:201001070036.29513.reinh...@kainhofer.com... Am Mittwoch, 6. Januar 2010 19:18:18 schrieb Nicolas Sceaux: The behavior of \bookpart headers is consistent with the one of \book and \s

Re: Wierd behaviour of \header in \bookpart in \version 2.12.2

2010-06-07 Thread Phil Holmes
"Reinhold Kainhofer" wrote in message news:201001070036.29513.reinh...@kainhofer.com... Am Mittwoch, 6. Januar 2010 19:18:18 schrieb Nicolas Sceaux: The behavior of \bookpart headers is consistent with the one of \book and \score headers. But it's inconsistent with global (top-level) headers,

Re: Wierd behaviour of \header in \bookpart in \version 2.12.2

2010-01-06 Thread Reinhold Kainhofer
Am Mittwoch, 6. Januar 2010 19:18:18 schrieb Nicolas Sceaux: > The behavior of \bookpart headers is consistent with the one of > \book and \score headers. But it's inconsistent with global (top-level) headers, i.e. \header { title = "blah" } \header { composer = "Me"} {c'4 } ==> Both title a

Re: Wierd behaviour of \header in \bookpart in \version 2.12.2

2010-01-06 Thread Nicolas Sceaux
Le 6 janv. 2010 à 10:29, Bernard Hurley a écrit : > Hi, > > Inside a bookpart only the last header block is seen. In the following > snippet, title and composer appear but _not_ poet. > > Bernard > > \header { title = "Test" } > \bookpart { > \header { poet = "Someone" } > \header { composer

Wierd behaviour of \header in \bookpart in \version 2.12.2

2010-01-06 Thread Bernard Hurley
Hi, Inside a bookpart only the last header block is seen. In the following snippet, title and composer appear but _not_ poet. Bernard \header { title = "Test" } \bookpart { \header { poet = "Someone" } \header { composer = "Me" } { c'4 } } __