Re: how to add header to markup after score

2016-01-10 Thread David Kastrup
Jacques Menu writes: > Thanks folks, > > I should have found that end-of-line problem my self, my 0.015 €! 6 farthings? -- David Kastrup ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: how to add header to markup after score

2016-01-10 Thread Jacques Menu
Thanks folks, I should have found that end-of-line problem my self, my 0.015 €! JM > Le 9 janv. 2016 à 14:43, Marc Hohl a écrit : > > Am 09.01.2016 um 12:13 schrieb Thomas Morley: >> 2016-01-09 9:04 GMT+01:00 Marc Hohl : >>> Am 09.01.2016 um 08:24 schrieb Jacques Menu: Hello Harm, >

Re: how to add header to markup after score

2016-01-09 Thread Marc Hohl
Am 09.01.2016 um 12:13 schrieb Thomas Morley: 2016-01-09 9:04 GMT+01:00 Marc Hohl : Am 09.01.2016 um 08:24 schrieb Jacques Menu: Hello Harm, [...] In procedure memoization in expression (let* (block, too! # ...) This looks as if Harms comment is taken as a scheme command due to wrong line

Re: how to add header to markup after score

2016-01-09 Thread Thomas Morley
2016-01-09 9:04 GMT+01:00 Marc Hohl : > Am 09.01.2016 um 08:24 schrieb Jacques Menu: >> >> Hello Harm, >> > [...] > > In procedure memoization in expression (let* (block, too! # ...) > > This looks as if Harms comment is taken as a scheme command due to wrong > line breaks, I just copied the LSR-s

Re: how to add header to markup after score

2016-01-09 Thread Marc Hohl
Am 09.01.2016 um 08:24 schrieb Jacques Menu: Hello Harm, [...] In procedure memoization in expression (let* (block, too! # ...) This looks as if Harms comment is taken as a scheme command due to wrong line breaks, so no scheme trickery needed, just make shure that the last two lines of

Re: how to add header to markup after score

2016-01-08 Thread Jacques Menu
Hello Harm, It’s always a pleasure to see Scheme virtuosi at work, thanks! As is happens, 2.19.33 doesn’t succeed on the semi-manual example: Starting lilypond 2.19.33 [MarkupAfterScoresExample.ly]... Processing `/Users/menu/Documents/LaTeX/PartitionsLilypond/MarkupAfterScoresExample.ly' Parsi

Re: how to add header to markup after score

2016-01-08 Thread Thomas Morley
2016-01-08 20:27 GMT+01:00 Ryan Michael : > I have the following basic lilypond layout > \header{ > title = "Title of My Piece" > composer = "Ryan Wieghard" >} > > \score{ > > %score stuff% > } > > \pageBreak > > \markup{ > %Text formatting, columns, etc.% > } > > > > I would like to

how to add header to markup after score

2016-01-08 Thread Ryan Michael
I have the following basic lilypond layout \header{ title = "Title of My Piece" composer = "Ryan Wieghard" } \score{ %score stuff% } \pageBreak \markup{ %Text formatting, columns, etc.% } I would like to add a header to the markup that follows the score. When I write: \header {