Re: Brandenburg #3 - convert-ly fails

2010-11-13 Thread Carl Sorensen
On 11/13/10 2:18 PM, "Marc Mouries" wrote: > > > i found the problem why my beanm settings did not have any impact. > > i have 1 file that imports another one. if i put the beam settings in the > first file as follows it does not have any impact: > > %= FILE VIOLIN 1 SCORE ===

Re: printing the name of the note inside the note

2010-11-13 Thread Carl Sorensen
On 11/13/10 6:35 PM, "Marc Mouries" wrote: > > > Is there a way to print the name of the notes inside the notes like in the > example attached? > Yes. They are called easy note heads. See Notation Reference section 1.1.4. Thanks, Carl ___ lil

Re: What setup for a Pedagogy Book?

2010-11-13 Thread Julien Rioux
On 13/11/2010 3:08 PM, Bernardo Barros wrote: How about Lyx and Lilypond integration? How is it going? The first beta version of LyX 2.0 is out since last week. New in this version is support for Lilypond-book (version 2.13 or above) backend: http://wiki.lyx.org/LyX/NewInLyX20#toc24 Source

Re: Brandenburg #3 - convert-ly fails

2010-11-13 Thread Carl Sorensen
On 11/13/10 11:20 AM, "Marc Mouries" wrote: > > > > Thanks Carl. with \set Timing.beamExceptions = #'((end . (((1 . 16) . (4 4 4 > 4 > I am getting: Marc, Inline pasted graphics are not the best way to handle things -- they break up the flow of the email. I haven't looked at your code t

Re: Brandenburg #3 - convert-ly fails

2010-11-13 Thread Marc Mouries
i found the problem why my beanm settings did not have any impact. i have 1 file that imports another one. if i put the beam settings in the first file as follows it does not have any impact: %= FILE VIOLIN 1 SCORE \version "2.13.36" \include "test beam exceptions.

Re: Brandenburg #3 - convert-ly fails

2010-11-13 Thread Nick Payne
Then use \set beamExceptions = #'((end . (((1 . 8) . (2 2 2 2) %= \version "2.13.38" \relative c'' { \time 2/2 \set beamExceptions = #'((end . (((1 . 8) . (2 2 2 2) c8 c16 c c8 c16 c c8 c16 c c8 c16 c } %= Nick On 14/1

Re: What setup for a Pedagogy Book?

2010-11-13 Thread Bernardo Barros
How about Lyx and Lilypond integration? How is it going? 2010/11/13 Jonathan Kulp : > On Fri, Nov 12, 2010 at 7:34 PM, Carl Sorensen wrote: >> >> What a cool book!  I think I may buy the Kennan book and work my through >> your workbook!  Maybe I'll do some real learning about music. >> >> BTW, co

Re: Brandenburg #3 - convert-ly fails

2010-11-13 Thread Nick Payne
On 14/11/10 06:25, Marc Mouries wrote: with \set Timing.beamExceptions = #'((end . (((1 . 16) . (4 4 4 4 I am getting all the notes beamed together. What i am looking for the distribute the beams as follows: Shouldn't this be taken care of automatically by the Timing.beamExceptions?

Re: OooLilyPond problem

2010-11-13 Thread Martin Tarenskeen
On Fri, 12 Nov 2010, Martin Tarenskeen wrote: Hi, It has been some time ago since I used the OooLilyPond extension for Openoffice.org-writer. It worked nicely then. I just upgraded to Fedora 14 and decided to use it again. But now it is not working anymore. I'm getting a screen with erro

Re: Setting beaming rules back to default

2010-11-13 Thread Carl Sorensen
On 11/13/10 5:01 AM, "Xavier Scheuer" wrote: > On 13 November 2010 10:56, Carl Sorensen wrote: >> >>> \unset beamExceptions works well. >> >> Thanks for this idea. I had never tried this. I'll add it to the >> documentation. > > Good, thanks. > > That being said, I do not understand ei

Re: Setting beaming rules back to default

2010-11-13 Thread Xavier Scheuer
On 13 November 2010 10:56, Carl Sorensen wrote: > >> \unset beamExceptions works well. > > Thanks for this idea. I had never tried this. I'll add it to the > documentation. Good, thanks. That being said, I do not understand either why the code given by Nick does not work in the same way... Th

Re: What setup for a Pedagogy Book?

2010-11-13 Thread Jonathan Kulp
On Fri, Nov 12, 2010 at 7:34 PM, Carl Sorensen wrote: > > What a cool book!  I think I may buy the Kennan book and work my through > your workbook!  Maybe I'll do some real learning about music. > > BTW, congratulations on your tenure and promotion.  Great news! Thanks Carl. Nice of you to say. U

Re: Setting beaming rules back to default

2010-11-13 Thread Carl Sorensen
On 11/13/10 12:01 AM, "Xavier Scheuer" wrote: > On 13 November 2010 05:59, Nick Payne wrote: >> >> If I use \set beamExceptions = ... to change beaming, should I be able to >> use \set beamExceptions = #'() to set the beaming rules back to the default >> settings? It doesn't work - I have to pu

Re: three voices and rest

2010-11-13 Thread Federico Bruni
Il giorno ven, 12/11/2010 alle 09.42 +, Phil Holmes ha scritto: > I think it's what I would expect, given the order of the voices. Mh, are you sure about it? I mean, in NR 1.5.2, "Voice order" section: Voice 1: highest Voice 2: lowest Voice 3: second highest Voice 4: second lowest So if

Re: three voices and rest

2010-11-13 Thread Federico Bruni
Il giorno ven, 12/11/2010 alle 10.41 +0100, Francisco Vila ha scritto: > 2010/11/12 Federico Bruni : > > > The problem is that the rest of voiceFour is printed under the second > > voice and not between first and second, as I would like it to be. > > Is it a normal behaviour? > > I'm doing somethi

Re: Treating a tie as a slur

2010-11-13 Thread David Kastrup
Valentin Villenave writes: > On Fri, Nov 12, 2010 at 9:52 PM, Johan Vromans wrote: >> Is there a reason why LP doesn't flag this as an error? > > Yes, because users might want to set tieWaitForNote = ##t in which > case "a ~ b" will wait for another "a" in order to close the tie. Lilypond would