Re: Total number of pages Logo

2012-02-12 Thread Frederik Van der Veken
Staff { \repeat unfold 1000 c''4 } } } 2) In the top right corner, I added the score numbering I'm using in my choir. However, I'd like to also add the current page number with respect to the total number of pages, and only if there is more than one page. Until now, I got: \version

Total number of pages Logo

2012-02-10 Thread Frederik Van der Veken
using in my choir. However, I'd like to also add the current page number with respect to the total number of pages, and only if there is more than one page. Until now, I got: \version 2.15.28 \paper { print-page-number = ##t print-first-page-number = ##t oddFooterMarkup = \markup \null

Re: Total number of pages Logo

2012-02-10 Thread Marc Hohl
choir. However, I'd like to also add the current page number with respect to the total number of pages, and only if there is more than one page. Until now, I got: \version 2.15.28 \paper { print-page-number = ##t print-first-page-number = ##t oddFooterMarkup = \markup \null

Re: Total number of pages Logo

2012-02-10 Thread Marc Hohl
Am 10.02.2012 21:59, schrieb Marc Hohl: [...] A quick search in the user archives showed at least http://lists.gnu.org/archive/html/lilypond-user/2010-08/msg00403.html which could be adapted to your needs. Forgot to mention: http://lists.gnu.org/archive/html/lilypond-user/ and

Re: Total number of pages Logo

2012-02-10 Thread keith Luke
Have you thought about using Inkscape or other layout program to copy/paste your logo? Since you only want it on the first page, it should be fairly simple to do. I used Inkscape to paste in my friend's logo onto some ukulele sheet music for him. On Fri, Feb 10, 2012 at 11:04 AM, Marc Hohl

page-count and programming error: number of pages is out of bounds

2011-01-05 Thread Nick Payne
I have a score which with default settings fits very loosely on three pages. By adding page-count = 2 to the paper block it fits without any problem on two pages but the log then contains programming error: number of pages is out of bounds. With 2.13.45, this minimal example reproduces

number of pages

2009-04-18 Thread huy nguyen
Although lilypond said it found the ideal number of pages, I find that it didn't. It fit all my music in 2 pages, and left the last line on the 3rd page. 2pagesno page turn. So i'd like to manually set the number of pages to 2 pages only. how can I do this? Muốn đổi mới cách xưng hô với

Re: number of pages

2009-04-18 Thread Wilbert Berendsen
Op zondag 19 april 2009, schreef huy nguyen: Although lilypond said it found the ideal number of pages, I find that it didn't. It fit all my music in 2 pages, and left the last line on the 3rd page. 2pagesno page turn. So i'd like to manually set the number of pages to 2 pages only. how can I

Re: number of pages

2009-04-18 Thread Mark Polesky
huy nguyen wrote: So i'd like to manually set the number of pages to 2 pages only. how can I do this? \paper { page-count = #2 } See http://lilypond.org/doc/v2.13/Documentation/user/lilypond/Page-formatting#Other-layout-variables

Bad number of pages (?!) Error

2007-02-11 Thread Marc Dimmick
{ } } # -*-compilation-*- Changing working directory to `C:/Documents and Settings/Marc/Desktop' Processing `C:/Documents and Settings/Marc/Desktop/pianoscore.ly' Parsing... Interpreting music... [4] Preprocessing graphical objects... programming error: tried to space systems on a bad number of pages

Re: Bad number of pages (?!) Error

2007-02-11 Thread Cameron Horsburgh
On Sun, Feb 11, 2007 at 05:47:13PM +, Marc Dimmick wrote: Hi! I am using lilypond 2.10.14 on a windows XP SP2. I have been doing little exercises to learn the Lilypong syntax. When I use to example below, lilypon creates the report copied in the bottowm and the generates a Lilypond

Number of pages output

2006-12-05 Thread Andrew Black - lists
Is it possible to print out the number of pages that Lilypond has output to a PDF. Or even better, can you add a check in the code that you are on the page you expect (a bit like barNumberCheck). So I could put \pageNumberCheck 2 at the end of part and if it has spilled onto 3 pages I can

setting the number of pages for a score

2006-02-09 Thread Jose-Luc Hopital
-size pour l'obtenir I'm used to work this way: once a score is completely keyed , i estimate the ideal number of pages for legibility, turns , occupation of pages. Next i try different values with set-global-staff-size until I obtain this number. This method is long : new value for global-staff

Re: setting the number of pages for a score

2006-02-09 Thread Ramana Kumar
estimate the ideal number of pages for legibility, turns , occupation of pages. Next i try different values with set-global-staff-size until I obtain this number. This method is long : new value for global-staff-size, recompilation, test ... I'm searching a better way : I think to a variable giving

Re: setting the number of pages for a score

2006-02-09 Thread Joe Neeman
Jose-Luc Hopital wrote: I'm used to work this way: once a score is completely keyed , i estimate the ideal number of pages for legibility, turns , occupation of pages. Next i try different values with set-global-staff-size until I obtain this number. First of all, i recommend playing