Re: Strange page breaking issue in 2.13.10

2010-01-05 Thread Arjan Bos
On 4 jan 2010, at 17:57, Kieren MacMillan wrote: Hi Reinhold, Unfortunately, after inserting this forced \pageBreak the scores (except the last), which before took only ~1.33 pages, suddently don't even fit on 2 pages any more, but need 3 pages! +1 I've noticed this kind of thing [a

Re: midi with "una corda"

2010-01-05 Thread Stefan Thomas
Dear community, in the below quoted snippet, the \unaCorda command has unfortunately no influence on the midi-performance. I use the midi file to trigger a csound-csd file. When the left pedal is down, another scale is chosen as if it is not. The idea is, to conquer the limitation of 12tones per oc

lilypond-book question

2010-01-05 Thread James Bailey
I have a question. Given this input file: \documentclass[a4paper]{article} \usepackage[pdftex]{graphicx} \begin{document} \begin{lilypond} \relative c' { c2 a'2 \times 2/3 { f8 e d } c'2 g4 } \end{lilypond} \end{document} I was under the impression (according to AU 4.4), that I could do li

Re: lilypond-book question

2010-01-05 Thread Graham Percival
On Tue, Jan 05, 2010 at 10:35:07AM +0100, James Bailey wrote: > I have a question. Given this input file: > \documentclass[a4paper]{article} > \usepackage[pdftex]{graphicx} What;s the pdftex doing in there? > \begin{document} > \begin{lilypond} > \relative c' { c2 a'2 \times 2/3 { f8 e d } c

lilypond-book question

2010-01-05 Thread James Bailey
I realise the problems: I have a question. Given this input file: \documentclass[a4paper]{article} \usepackage[pdftex]{graphicx} \begin{document} \begin{lilypond} \relative c' { c2 a'2 \times 2/3 { f8 e d } c'2 g4 } \end{lilypond} \end{document} I was under the impression (according to A

Re: midi with "una corda"

2010-01-05 Thread Trevor Daniels
Stefan Thomas wrote Tuesday, January 05, 2010 9:08 AM in the below quoted snippet, the \unaCorda command has unfortunately no influence on the midi-performance. Is it possible to get the desired behavior of \unaCorda from Lilypond? If simply reducing the volume is all you need, you may fi

Re: lilypond-book question

2010-01-05 Thread James Bailey
On 05.01.2010, at 10:38, Graham Percival wrote: On Tue, Jan 05, 2010 at 10:35:07AM +0100, James Bailey wrote: I have a question. Given this input file: \documentclass[a4paper]{article} \usepackage[pdftex]{graphicx} What;s the pdftex doing in there? pdflatex always complains if I don't ha

Re: midi with "una corda"

2010-01-05 Thread Bertalan Fodor (LilyPondTool)
Una corda is a special MIDI controller event. If it doesn't work like that it is a bug. Trevor Daniels wrote: Stefan Thomas wrote Tuesday, January 05, 2010 9:08 AM in the below quoted snippet, the \unaCorda command has unfortunately no influence on the midi-performance. Is it possible to g

Re: lilypond-book question

2010-01-05 Thread Graham Percival
On Tue, Jan 05, 2010 at 10:57:41AM +0100, James Bailey wrote: > > On 05.01.2010, at 10:38, Graham Percival wrote: > >> On Tue, Jan 05, 2010 at 10:35:07AM +0100, James Bailey wrote: >>> I have a question. Given this input file: >>> \documentclass[a4paper]{article} >>> \usepackage[pdftex]{graphicx}

Re: lilypond-book question

2010-01-05 Thread James Bailey
On 05.01.2010, at 10:59, Graham Percival wrote: On Tue, Jan 05, 2010 at 10:57:41AM +0100, James Bailey wrote: On 05.01.2010, at 10:38, Graham Percival wrote: On Tue, Jan 05, 2010 at 10:35:07AM +0100, James Bailey wrote: I have a question. Given this input file: \documentclass[a4paper]{art

Re: blocking midi output of included files

2010-01-05 Thread Mark Knoop
At 17:32 on 04 Jan 2010, Federico Bruni wrote: > Il 04/01/2010 14:14, James Lowe ha scritto: > > Can you use the \tag option here? To set a variable that you could > > then 'filter' in the book.ly? > > this could have been a good idea, but I think I can't apply it in my > situation What about us

Re: convert-ly can't cope with accented filename

2010-01-05 Thread Bertalan Fodor (LilyPondTool)
See http://www.amk.ca/python/howto/unicode John Mandereau wrote: Le mardi 05 janvier 2010 à 08:03 +1100, Nick Payne a écrit : Try to run convert-ly on a file with an accented name and I get the following: > convert-ly --edit "/home/nick/lilypond/Bésard_preludio.ly" convert-ly (GNU LilyPon

Re: blocking midi output of included files

2010-01-05 Thread Federico Bruni
Il 05/01/2010 11:10, Mark Knoop ha scritto: What about using a Makefile for the project which preprocesses the included files (with sed for example) to comment out the midi block. It could then uncomment the block again after compilation. This seems the smartest solution. Unfortunately, I'm a

Re: lilypond-book question

2010-01-05 Thread James Bailey
On Tue, Jan 05, 2010 at 10:57:41AM +0100, James Bailey wrote: On 05.01.2010, at 10:38, Graham Percival wrote: On Tue, Jan 05, 2010 at 10:35:07AM +0100, James Bailey wrote: I have a question. Given this input file: \documentclass[a4paper]{article} \usepackage[pdftex]{graphicx} What;s the p

Re: lilypond-book question

2010-01-05 Thread James Bailey
On 05.01.2010, at 10:59, Graham Percival wrote: On Tue, Jan 05, 2010 at 10:57:41AM +0100, James Bailey wrote: On 05.01.2010, at 10:38, Graham Percival wrote: On Tue, Jan 05, 2010 at 10:35:07AM +0100, James Bailey wrote: I have a question. Given this input file: \documentclass[a4paper]{art

Re: blocking midi output of included files

2010-01-05 Thread Reinhold Kainhofer
Am Dienstag, 5. Januar 2010 11:10:07 schrieb Mark Knoop: > At 17:32 on 04 Jan 2010, Federico Bruni wrote: > > Il 04/01/2010 14:14, James Lowe ha scritto: > > > Can you use the \tag option here? To set a variable that you could > > > then 'filter' in the book.ly? > > > > this could have been a good

Re: blocking midi output of included files

2010-01-05 Thread James Lowe
I think you can use explicit ^ and $ so look for ^midid$ (or something like that) to explicity select just this string value of "midi". or you can use ^midi or maybe midi$ on their own - whatever suits. I'm no expert with sed, but I assume these regular expressions are universal. James Fe

Re: Strange page breaking issue in 2.13.10

2010-01-05 Thread Reinhold Kainhofer
Am Dienstag, 5. Januar 2010 00:02:04 schrieb Joe Neeman: > On Mon, 2010-01-04 at 17:50 +0100, Reinhold Kainhofer wrote: > > Hi all, > > I have a score with a full-page title page and several scores. Now, > > everything fits on 3 pages, but the page breaks are not ideal and I can > > afford to use 4

Re: blocking midi output of included files

2010-01-05 Thread Federico Bruni
Il 05/01/2010 12:23, Federico Bruni ha scritto: I've found this command which works almost as expected: sed s/\midi/%\midi/ $"file.ly" The problem is that it comments also this line: \set Staff.%midiInstrument = #"acoustic guitar (steel)" How can avoid that? solved, this is the right command

Re: midi with "una corda"

2010-01-05 Thread Stefan Thomas
Dear Bertalan, that's a pitty, if it is a bug. Concerning midi, there is one thing I'm missing, that is possible within Sibelius. There You can directly input midi-messages that will influence the midi-output. Couldn't it be possible to implement this in Lilypond? 2010/1/5 Bertalan Fodor (LilyPond

Re: midi with "una corda"

2010-01-05 Thread Bertalan Fodor (LilyPondTool)
I beleive that would be relatively easy to implement. Stefan Thomas wrote: Dear Bertalan, that's a pitty, if it is a bug. Concerning midi, there is one thing I'm missing, that is possible within Sibelius. There You can directly input midi-messages that will influence the midi-output. Couldn't

2 pages in a A3 landscape paper

2010-01-05 Thread Federico Bruni
How can I tell LilyPond to print two pages in a A3 landscape paper? In the attached example, I'd like to have 2 pages instead of 4. Now it's: 1 2 3 4 I'd like it to be: 1 2 3 4 I could not find anything in the doc.. and the -user archive site is not reachable now. I've tried with google, but

Re: 2 pages in a A3 landscape paper

2010-01-05 Thread Reinhold Kainhofer
Am Dienstag, 5. Januar 2010 16:11:01 schrieb Federico Bruni: > How can I tell LilyPond to print two pages in a A3 landscape paper? > In the attached example, I'd like to have 2 pages instead of 4. That's not lilypond's job, but your printer driver's or your PDF viewer's. (Or altenatively you can

Re: blocking midi output of included files

2010-01-05 Thread Mark Knoop
At 12:40 on 05 Jan 2010, Reinhold Kainhofer wrote: > Am Dienstag, 5. Januar 2010 11:10:07 schrieb Mark Knoop: > > At 17:32 on 04 Jan 2010, Federico Bruni wrote: > > > Il 04/01/2010 14:14, James Lowe ha scritto: > > > > Can you use the \tag option here? To set a variable that you > > > > could then

Re: blocking midi output of included files

2010-01-05 Thread Reinhold Kainhofer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Dienstag, 5. Januar 2010 16:56:54 schrieb Mark Knoop: > At 12:40 on 05 Jan 2010, Reinhold Kainhofer wrote: > > Am Dienstag, 5. Januar 2010 11:10:07 schrieb Mark Knoop: > > > At 17:32 on 04 Jan 2010, Federico Bruni wrote: > > > > Il 04/01/2010 14:14,

Changing avoid-slur for pralls?

2010-01-05 Thread Reinhold Kainhofer
I have a note with a prall and a slur. By default the prall is placed outside the slur, which is okay in most cases. However in my case the following note is very high, so the slur forces the prall way above the note. As a solution, I want to place the prall inside the slur and let the slur star

Re: 2 pages in a A3 landscape paper

2010-01-05 Thread Federico Bruni
Il 05/01/2010 16:21, Reinhold Kainhofer ha scritto: Am Dienstag, 5. Januar 2010 16:11:01 schrieb Federico Bruni: How can I tell LilyPond to print two pages in a A3 landscape paper? In the attached example, I'd like to have 2 pages instead of 4. That's not lilypond's job, but your printer drive

Re: blocking midi output of included files

2010-01-05 Thread joe ferguson
Agreed. A large project (at least a project with a large number of files and variations) is best handled with makefiles and with some sort of source code control. There are lots of free tools. Google is your friend. For example, search for something like "makefile howto linux" and you'll find l

ANN BETA 2: LilyPondTool 2.12.892 available for testing

2010-01-05 Thread Bertalan Fodor (LilyPondTool)
Hi all, I released new Release Candidate version of LilyPondTool (for jEdit). Please test it. It is mainly a bug fix release, with many bugs fixed, most notably - the PDF preview problems - the French localization problems - document wizard localizations - MIDI input problems (dupicate notes) Pl

Re: Changing avoid-slur for pralls?

2010-01-05 Thread Patrick McCarty
On Tue, Jan 5, 2010 at 8:51 AM, Reinhold Kainhofer wrote: > > \version "2.13.11" > \relative c'' { >  \once \override TextScript #'avoid-slur = #'inside >  \once \override TextScript #'outside-staff-priority = ##f >  e4(\prall c') > } > > So, is there any way to move the prall in my example inside

Re: ANN BETA 2: LilyPondTool 2.12.892 available for testing

2010-01-05 Thread Martial
Hi, - the PDF preview problems - the French localization problems - document wizard localizations - MIDI input problems (dupicate notes) http://lilypondtool.organum.hu/fileadmin/lilypondtool/lily4jedit-2.12.892.zip Please report me any problems you find. I'st perfect for me ! Thanks !