Re: chord name collide with staff

2013-02-03 Thread m...@mikesolomon.org
On 4 févr. 2013, at 01:00, MING TSANG wrote: > Hi fellow lily users: > > I have a chord name and a melody staff. The chord name collide with the > melody staff on 2nd & 3rd systems in v2.17.11, but in v2.16.2 they are ok. > Please refer to two pdf files and a lily text file. > > Appreciate h

RE: Space between Piano Staves

2013-02-03 Thread Mark Stephen Mrotek
Sr. Ruiz-Alma: Thank you for your reply and instructions. I shall try them out the next time I get into the piece. From: lilypond-user-bounces+carsonmark=ca.rr@gnu.org [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of Javier Ruiz-Alma Sent: Sunday, February 03, 20

RE: Space between Piano Staves

2013-02-03 Thread Javier Ruiz-Alma
>I want the space between one Piano staff and the next Piano staff to be the >same for all variations even if a white space appears at the bottom the page. Add a \paper block.  Use the "ragged" paper variables to disable Lilyponds vertically spreading staves.  Adjust the values of "basic-distanc

RE: Space between Piano Staves

2013-02-03 Thread Mark Stephen Mrotek
Mr. Morris: Thank you for your reply and the documentation. My description of what I want was not clear. I have a set of variations each of them 24 measures. Each variation is on a separate page. Based on the quantity of notation, some variations need only two lines on a page while others r

Re: Space between Piano Staves

2013-02-03 Thread Paul Morris
On Feb 3, 2013, at 8:13 PM, Mark Stephen Mrotek wrote: > For what term/command do I search the online manual for directions to control > the distance from one Piano staff to the next Piano staff? Hi Mark, I think you are looking for this: http://www.lilypond.org/doc/v2.16/Documentation/notati

Space between Piano Staves

2013-02-03 Thread Mark Stephen Mrotek
Hello: For what term/command do I search the online manual for directions to control the distance from one Piano staff to the next Piano staff? Thank you for your kind attention. Mark ___ lilypond-user mailing list lilypond-user@gnu.org https

Re: Title font and font size change

2013-02-03 Thread Shane Brandes
\markup \abs-fontsize #16 { blah blah} regards, Shane On Sun, Feb 3, 2013 at 1:53 PM, Rustik wrote: > Tell me please how can I set lyrics font an absolute value > > > > -- > View this message in context: > http://lilypond.1069038.n5.nabble.com/Title-font-and-font-size-change-tp136401p140437.h

Re: problem with the script extract music

2013-02-03 Thread Gilles
> I have a problem with the script extraxtMusic, which I have downloaded at http://gillesth.free.fr/Lilypond/extractMusic/extractMusic.ly > I get the error message > mmR = { > R1*100 \tag #'mmWarning R1 } > And a message, that a barcheck has failed. > Has someone an idea how to make it w

Re: Title font and font size change

2013-02-03 Thread Rustik
Tell me please how can I set lyrics font an absolute value -- View this message in context: http://lilypond.1069038.n5.nabble.com/Title-font-and-font-size-change-tp136401p140437.html Sent from the User mailing list archive at Nabble.com. ___ lilypond

Re: Lilypond compile with no midi output

2013-02-03 Thread Felix Janda
Hi, something like lilypond -e "(set! write-performances-midis (lambda (performances basename . rest) 0))" piece.ly seems to suppress the midi output. (at least in version 2.16.2) Felix ___ lilypond-user mailing list lilypond-user@gnu.org https://l

RE: baseline-skip in headers

2013-02-03 Thread Daniel Rosen
> -Original Message- > From: David Kastrup [mailto:d...@gnu.org] > Sent: Sunday, February 03, 2013 8:24 AM > To: Daniel Rosen > Cc: lilypond-user@gnu.org > Subject: Re: baseline-skip in headers > > Daniel Rosen writes: > > > Is this syntax ( \markup \override #'(...) > > )mentioned in th

Re: baseline-skip in headers

2013-02-03 Thread David Kastrup
Daniel Rosen writes: >> -Original Message- >> From: David Kastrup [mailto:d...@gnu.org] >> Sent: Sunday, February 03, 2013 4:18 AM >> To: Daniel Rosen >> Cc: lilypond-user@gnu.org >> Subject: Re: baseline-skip in headers >> >> %% start >> >> \version "2.16.1" >> \header { >> composer =

RE: baseline-skip in headers

2013-02-03 Thread Daniel Rosen
> -Original Message- > From: David Kastrup [mailto:d...@gnu.org] > Sent: Sunday, February 03, 2013 4:18 AM > To: Daniel Rosen > Cc: lilypond-user@gnu.org > Subject: Re: baseline-skip in headers > > %% start > > \version "2.16.1" > \header { > composer = \markup \override #'(baseline-skip

Re: Lilypond compile with no midi output

2013-02-03 Thread David Kastrup
Federico Bruni writes: > Il 03/02/2013 11:41, David Kastrup ha scritto: >>> Each score can't be a book, as it's included in a book. >>> >So you can't use boookOutputSuffix or bookOutputName: >>> >http://lilypond.org/doc/v2.17/Documentation/notation/output-file-names#index-_005cbookOutputName >>>

Re: Lilypond compile with no midi output

2013-02-03 Thread Federico Bruni
Il 03/02/2013 11:41, David Kastrup ha scritto: Each score can't be a book, as it's included in a book. >So you can't use boookOutputSuffix or bookOutputName: >http://lilypond.org/doc/v2.17/Documentation/notation/output-file-names#index-_005cbookOutputName > >You probably want to ask for the same

Re: Lilypond compile with no midi output

2013-02-03 Thread David Kastrup
Federico Bruni writes: > Il 02/02/2013 20:42, Javier Ruiz-Alma ha scritto: >> Well, a "no-midi" compile option was my better hope, but another >> option to improve my situation >> >> would be if one could set the file prefix name of midi file within >> the midi block of each score: >> >> >> \midi

Re: Lilypond compile with no midi output

2013-02-03 Thread Federico Bruni
Il 02/02/2013 20:42, Javier Ruiz-Alma ha scritto: Well, a "no-midi" compile option was my better hope, but another option to improve my situation would be if one could set the file prefix name of midi file within the midi block of each score: \midi{ \set Midi.FilePrefix = "lesson2"

Re: Lilypond compile with no midi output

2013-02-03 Thread Federico Bruni
Il 02/02/2013 20:42, Javier Ruiz-Alma ha scritto: Il 02/02/2013 09:25, Javier Ruiz-Alma ha scritto: I have a main .ly file for a book and individual .ily files for each lesson. Each .ily file has \layout{} and \midi{} statements. I can batch-compile the .ily's, such that each midi

Re: baseline-skip in headers

2013-02-03 Thread David Kastrup
Daniel Rosen writes: > In the following example, I'd like to have less space between Lines A > and B in the header. How can I accomplish this? > > %% start > > \version "2.16.1" > \header { > composer = \markup { \center-column { "Line A" "Line B" } } > } > > { c''1 } > > %% end %% start \ver