Re: beaming patterns

2008-03-16 Thread irenicus
>It's working fine for me. Here's a test file: Hm, the reason why it doesn't work for me is probably some kind of interaction with the second voice: \set beatLength = #(ly:make-moment 3 8) << {c''4.~c''8. c''16 c''16 c''16} \\ {c'16 [c' c' c' c' c' c' c' c' c' c' c']} >>

title in each pages but with several scores

2008-03-16 Thread Gilles THIBAULT
Printing the title in top of each pages in a single score is quite easy. For exemple, this works well : \version "2.11.40" \paper { oddHeaderMarkup = \markup \fill-line { \on-the-fly #print-page-number-check-first \fromproperty #'header:title } evenHeaderMarkup = \mar

Re: Lillypond software

2008-03-16 Thread Timothy C Litwiller
herman wories wrote: L.S. I downloaded the free software today(windows version). I get the base pdf (the c to c ladder). However the main program does not start. Which *.exe file should start up the main program Regards Herman Wories As a windows user and beginner you will want to get t

Another benefit to free music

2008-03-16 Thread Laura Conrad
I received an email last week informing me that the music I have on my website under the GPL license, with source in lilypond and ABC, has been used in a study on staff line removal, which is something music scanning programs do before they try to figure out what the notes are. You can read more

RE: Lillypond software

2008-03-16 Thread Trevor Daniels
Hi Herman There is no 'main program' as such. You need to prepare a file in lilypond format using a basic text editor like Notepad and save it with a .ly file extension. Then double-clicking on this file will compile it and produce the output files in the same directory. But the very first ste

Re: Lillypond software

2008-03-16 Thread Francisco Vila
I you got a PDF, the main program has done its work and exited. You only interact with the program by means of what code you write in the input file. The program only compiles this code. Please, read the tutorial and start learning the language. 2008/3/16, herman wories <[EMAIL PROTECTED]>: > L.S.

Lillypond software

2008-03-16 Thread herman wories
L.S. I downloaded the free software today(windows version). I get the base pdf (the c to c ladder). However the main program does not start. Which *.exe file should start up the main program Regards Herman Wories ___ lilypond-user mailing list lil

Re: TextSpanner + \break

2008-03-16 Thread David Bobroff
Yes, that's it. Obviously it makes sense to use the right tool for the job. Thanks! -David Trevor Daniels wrote: Hi David I don't think a text spanner will do what you want, but the following might: #'ly:set-point-and-click ##f stuff = \relative { \dynamicUp \set decrescendoSpanner = #

RE: TextSpanner + \break

2008-03-16 Thread Trevor Daniels
Hi David I don't think a text spanner will do what you want, but the following might: #'ly:set-point-and-click ##f stuff = \relative { \dynamicUp \set decrescendoSpanner = #'dashed-line c1 \mf \> \break c1 \pp } \score { \stuff } > -Original Message- > From: [EMAIL PROTECTE