Re: \stopStaff at \break makes SpanBar disappear

2017-12-01 Thread Thomas Morley
2017-11-30 23:22 GMT+01:00 Trevor Bača : > Hi, > > Stopping-and-restarting the staff at line break makes SpanBar disappear: > > ### BEGIN ### > > \version "2.19.80" > > \new Score << > \new StaffGroup << > \new Staff { > c'1 > \break >

\stopStaff at \break makes SpanBar disappear

2017-12-01 Thread Trevor Bača
Hi, Stopping-and-restarting the staff at line break makes SpanBar disappear: ### BEGIN ### \version "2.19.80" \new Score << \new StaffGroup << \new Staff { c'1 \break \stopStaff \once \override Staff.StaffSymbol.line-count = 3

Point and Click on Windows

2017-12-01 Thread Wendl, Arnold
> I suggest to modify line 165 in > lilypond.git/scripts/lilypond-invoke-editor.scm from (set! %load-path (cons LILYPOND_DATADIR %load-path)) to (set! %load-path (cons LILYPOND_DATADIR (cons (format #f "~a/current" (dirname LILYPOND_DATADIR))