Re: Weird error when using skipTypesetting

2016-04-04 Thread David Wright
On Mon 04 Apr 2016 at 23:30:00 (+0200), Sharon Rosner wrote: > Hi all, > > I’m getting a bunch of "programming error: insane spring distance requested, > ignoring it” etc errors when compiling the following: > > \version "2.19.37" > > music = \relative c' { > c1 d e f \bar "||" > \set

Re: Weird error when using skipTypesetting

2016-04-04 Thread Colin Campbell
On 16-04-04 05:12 PM, Sharon Rosner wrote: Sharon Rosner wrote In addition, the music is cut immediately after the last note, and does not show the bar line that I’m explicitly asking for: For anyone who's interested, I've found a workaround technique based on code in music-functions.scm. The

Re: Weird error when using skipTypesetting

2016-04-04 Thread Sharon Rosner
ub.com/ciconia/a6e1cf9c9af84d39fe6ad25fff9ab502 Sharon -- View this message in context: http://lilypond.1069038.n5.nabble.com/Weird-error-when-using-skipTypesetting-tp189298p189306.html Sent from the User mailing list archive at Nabble.com. ___ li

Re: Weird error when using skipTypesetting

2016-04-04 Thread Urs Liska
Am 04.04.2016 um 23:30 schrieb Sharon Rosner: > Hi all, > > I’m getting a bunch of "programming error: insane spring distance > requested, ignoring it” etc errors when compiling the following: > > \version "2.19.37" > > music = \relative c' { > c1 d e f \bar "||" > \set

Weird error when using skipTypesetting

2016-04-04 Thread Sharon Rosner
Hi all,I’m getting a bunch of "programming error: insane spring distance requested, ignoring it” etc errors when compiling the following:\version "2.19.37"music = \relative c' {   c1 d e f \bar "||"  \set Score.skipTypesetting = ##t  g a b c}{ \music }In addition, the music is cut immediately