On 3-Jun-06, at 5:51 PM, Joe Neeman wrote:
On Sat, 2006-06-03 at 17:32 -0700, Graham Percival wrote:
Moving the header outside the \score block does work, but I'm not
certain why -- as far as I understand,
In the first example, the \header section belongs to the \book. In the
second example,
On Sat, 2006-06-03 at 17:32 -0700, Graham Percival wrote:
> Moving the header outside the \score block does work, but I'm not
> certain why -- as far as I understand,
> \header{}
> \score{ {music} }
>
> is just a shortcut for
> \score{
>{music}
>\header{}
> }
In the first example, the \h
Moving the header outside the \score block does work, but I'm not
certain why -- as far as I understand,
\header{}
\score{ {music} }
is just a shortcut for
\score{
{music}
\header{}
}
If this behavior is still present when Erik's finished his parser work,
I'll ask about it again.
- Graham
Move the header block outside of the score block.
On 6/3/06, Elmo Todurov <[EMAIL PROTECTED]> wrote:
In my opinion, I'm doing everything correctly. However, the
tagline is the default.
The code is here. I'm sure it's correct.
\paper { printallheaders = ##t }
\layout {}
\version "2.9.7"
\score {
In my opinion, I'm doing everything correctly. However, the
tagline is the default.
The code is here. I'm sure it's correct.
\paper { printallheaders = ##t }
\layout {}
\version "2.9.7"
\score {
\new Staff {
c4 c4
}
\header {
title = "tit"
tagline = "tag"
}
}
The title shows cor
When entering mixed cyrillic and latin text into headers, the spaces in
cyrillic-latin switch are eaten. Example:
tagline = "Ноты напечатал LilyPond" shows as Ноты напечаталLilyPond". Using
\markup { } corrects the problem.
___
bug-lilypond mailing lis
Nicolas Sceaux <[EMAIL PROTECTED]> writes:
> Hello,
>
> Since LilyPond 2.9.6, \overrideProperty is broken: see reg test
> input/regression/page-spacing.ly
>
> page-spacing.ly:27:8: warning: junking event: `ApplyOutputEvent'
>
> \overrideProperty
>
> An empty new staff is created each time
Hello,
Since LilyPond 2.9.6, \overrideProperty is broken: see reg test
input/regression/page-spacing.ly
page-spacing.ly:27:8: warning: junking event: `ApplyOutputEvent'
\overrideProperty
An empty new staff is created each time \overrideProperty is used.
nicolas
__
Hi All,
I've come across a strange behaviour in version 2.7.9.
The 16th system in the attached score continues off the page. I had thought
there were input problems in the file but under 2.9.3 this error does not
occur. In the full version of the file the same error in the 16th system
occurs but