Re: \book {\score{\header{piece = "piece}}} bug

2006-03-13 Thread Erik Sandberg
On Monday 13 March 2006 21.39, Tuukka Verho wrote:
> It compiles without problems with lilypond 2.6. Unless the syntax has
> changed somehow (according to the documentation it doesn't seem to) this is
> bug which I think should be fixed before 2.8.

The syntax has changed, try reading e.g. section 10.1. Perhaps this change 
should be mentioned in NEWS?

-- 
Erik Sandberg
Maintainer of the Lilypond bug CVS archive,
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lily-bugs/bugs/
http://lilypond.org/bugs/v2.7/


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: \book {\score{\header{piece = "piece}}} bug

2006-03-13 Thread Paul Scott

Erik Sandberg wrote:


On Monday 13 March 2006 21.39, Tuukka Verho wrote:
 


It compiles without problems with lilypond 2.6. Unless the syntax has
changed somehow (according to the documentation it doesn't seem to) this is
bug which I think should be fixed before 2.8.
   



The syntax has changed, try reading e.g. section 10.1. Perhaps this change 
should be mentioned in NEWS?
 


This is not a new condition.  The following works:

\book { 
\score { 
 \new Staff { 
   c'4 c' c' c' 
 } 
  \header {piece = "piece"} 
  } 
} 



The music must precede a header in the score block even thought I don't 
know why.  Even though the manual shows it this way maybe it should be 
spelled out more clearly.


Paul Scott




___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: \book {\score{\header{piece = "piece}}} bug

2006-03-13 Thread Graham Percival


On 13-Mar-06, at 2:12 PM, Paul Scott wrote:


Erik Sandberg wrote:


On Monday 13 March 2006 21.39, Tuukka Verho wrote:


It compiles without problems with lilypond 2.6. Unless the syntax has
changed somehow (according to the documentation it doesn't seem to) 
this is

bug which I think should be fixed before 2.8.


The syntax has changed, try reading e.g. section 10.1. Perhaps this 
change should be mentioned in NEWS?


The music must precede a header in the score block even thought I 
don't know why.  Even though the manual shows it this way maybe it 
should be spelled out more clearly.


The music must now come first -- this is a change, and probably should 
be mentioned in NEWS.


The manual mentions that music must come first in a few places.  If you 
think this info should be present in more places, please let me know 
the exact places and wordings you suggest.


Cheers,
- Graham



___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: \book {\score{\header{piece = "piece}}} bug

2006-03-13 Thread Paul Scott

Graham Percival wrote:



On 13-Mar-06, at 2:12 PM, Paul Scott wrote:


Erik Sandberg wrote:


On Monday 13 March 2006 21.39, Tuukka Verho wrote:


It compiles without problems with lilypond 2.6. Unless the syntax has
changed somehow (according to the documentation it doesn't seem to) 
this is

bug which I think should be fixed before 2.8.



The syntax has changed, try reading e.g. section 10.1. Perhaps this 
change should be mentioned in NEWS?


The music must precede a header in the score block even thought I 
don't know why.  Even though the manual shows it this way maybe it 
should be spelled out more clearly.



The music must now come first -- this is a change, and probably should 
be mentioned in NEWS.


Out of curiousity when did it change?  I've always put the local header 
after the music.




The manual mentions that music must come first in a few places.  If 
you think this info should be present in more places, please let me 
know the exact places and wordings you suggest.


I looked at 10.3.1 and agree that the "music expression must come before 
the |\header|." instruction is there. 


While I was there I see that the example says:

title = "title"  % not printed

and yet the example below shows "title" not "Title" or "New title" 


The manual keeps getting better and better!
Thanks for all your work on this.

Paul



___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: \book {\score{\header{piece = "piece}}} bug

2006-03-13 Thread Graham Percival


On 13-Mar-06, at 3:42 PM, Paul Scott wrote:


Graham Percival wrote:
The music must now come first -- this is a change, and probably 
should be mentioned in NEWS.


Out of curiousity when did it change?  I've always put the local 
header after the music.


It was sometime during the 2.7 phase.


While I was there I see that the example says:

title = "title"  % not printed

and yet the example below shows "title" not "Title" or "New title"


Thanks for the report; I'm looking into it now.
- Graham



___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: book {score{header{piece = "piece}}} bug

2006-03-14 Thread Mats Bengtsson

Quoting Paul Scott <[EMAIL PROTECTED]>:


Graham Percival wrote:



The music must precede a header in the score block even thought I 
don't know why.  Even though the manual shows it this way maybe it 
should be spelled out more clearly.



The music must now come first -- this is a change, and probably 
should be mentioned in NEWS.


Out of curiousity when did it change?  I've always put the local 
header after the music.


Actually, if I recall correctly it has been like this in almost all
LilyPond versions in the past. As far as I understand, it was a 
temporary bug around versions 2.6 that allowed you to order things

differently.

  /Mats



___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond