Re: Scheme question on strict substitution

2006-12-16 Thread Nicolas Sceaux
Han-Wen Nienhuys <[EMAIL PROTECTED]> writes: > Nicolas Sceaux escreveu: >>> Yes, but this introduces a new problem. Putting stuff into lily module >>> from a .ly file means that definitions from one .ly file will leak >>> into another, which is also a problem. >> >> I don't understand: what leaks

Re: BUS ERROR: strict-note-spacing together with \afterGrace

2006-12-16 Thread Trevor Bača
On 12/16/06, Trevor Bača <[EMAIL PROTECTED]> wrote: Hi, Setting SpacingSpanner #'strict-note-spacing = ##t together with \afterGrace causes a bus error. %%% BEGIN %%% \version "2.11.2" \new Staff { \override Score.SpacingSpanner #'strict-note-spacing = ##t % CAUSES BUS ERROR \afterGrace

BUS ERROR: strict-note-spacing together with \afterGrace

2006-12-16 Thread Trevor Bača
Hi, Setting SpacingSpanner #'strict-note-spacing = ##t together with \afterGrace causes a bus error. %%% BEGIN %%% \version "2.11.2" \new Staff { \override Score.SpacingSpanner #'strict-note-spacing = ##t % CAUSES BUS ERROR \afterGrace c'4 {c'32 [ c'32 c'32 c'32 ]} c'4 c'4 c'4 } %%%

Typo in manual re: V2.10

2006-12-16 Thread Jonathan Henkelman
[snip: lots of rambling] {snip context: won't let me post 'cause too much quoted text! > The third command for creating contexts is: \context type music > > This is similar to \context with = id, but matches any context of type > type, regardless of its given name. > > This variant is used with m

Re: Constructive Criticism and a Question

2006-12-16 Thread Erik Sandberg
On Saturday 16 December 2006 16:41, Jonathan Henkelman wrote: > First, since this post contains constructive criticism I want to start by > saying that I think Lilypond is a pretty nice piece of software. A bit > steep on the learning curve maybe, but excellent all the same. > > In terms of making

Re: Scheme question on strict substitution

2006-12-16 Thread Han-Wen Nienhuys
Nicolas Sceaux escreveu: >> Yes, but this introduces a new problem. Putting stuff into lily module >> from a .ly file means that definitions from one .ly file will leak >> into another, which is also a problem. > > I don't understand: what leaks into what? if you do lilypond file1.ly file2.ly

two mistakes with lyrics syntax causes lilypond to crash

2006-12-16 Thread Eduardo Vieira
I don't know if this kind of report is acceptable, as the error was from my part in writing a wrong syntax. But I guess a warning should be the proper reaction instead of a crash: %% \version "2.10.2" verse= \lyricmode { come good old friends } %%% inserting: \skip 1 avoids the crash ve

Re: Scheme question on strict substitution

2006-12-16 Thread Nicolas Sceaux
Han-Wen Nienhuys <[EMAIL PROTECTED]> writes: > Nicolas Sceaux escreveu: >> Han-Wen Nienhuys <[EMAIL PROTECTED]> writes: >> >>> But I would be grateful for a short look at >>> >>> http://code.google.com/p/lilypond/issues/detail?id=162 >> >> Ok, I'll look at it soon. > > Hmm, > > I think this in