Re: balloonGrobText for ledger lines

2018-04-15 Thread James Lowe
Werner, On Sat, 14 Apr 2018 23:10:08 +0200 (CEST), Werner LEMBERG wrote: > > > [lilypond be08490329a22423bb2a723eea7a5cd33f3a42d8] > > > > I was just about asking on the user list how to get a balloon text > > for a ledger line (apparently, it's not possible); while preparing a

Re: crash during musicxml2ly

2018-04-15 Thread James Lowe
Hello Frederic, On Sat, 14 Apr 2018 09:42:20 +, Frédéric Gohier wrote: > hello, > > I face a crash when run the command line : > /usr/local/bin/musicxml2ly --nd --nrp --npl --no-beaming -m > MusicXMLV2_from_sibelius7.xml > > the traceback is : > Traceback (most

Re: Stem lenght and ledger lines

2018-04-15 Thread foxfanfare
Sorry I thought I posted this one in the bug report subforum... -- Sent from: http://lilypond.1069038.n5.nabble.com/Bugs-f58488.html ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond

Stem lenght and ledger lines

2018-04-15 Thread foxfanfare
Quote from Gould's book: The outer stave-lines must be clearly visible; tails closer to noteheades will obscure ledger lines \version "2.19.80" \relative c' { \cadenzaOn \omit Score.TimeSignature \autoBeamOff e''8 e16 e32 a64 } You can see Lilypond does this for 8th and 16th notes,

Re: Stem lenght and ledger lines

2018-04-15 Thread Noeck
> You can see Lilypond does this for 8th and 16th notes, but not further by > default! LilyPond treats all flags equally as it starts the stem from the middle of the staff. That’s why the 8th and 16th flag don’t reach the ledger lines. (This is no comment on the actual issue which seems to be

\context + \set ineffective

2018-04-15 Thread Dan Eble
See comment. I am currently working in the guts of the context code, so I could try to improve this while I’m there, but I would like to hear confirmation that it is a bug first. Thanks. \version "2.19.80" % the version I tested \score { \new StaffGroup = "A" \with { shortInstrumentName =

Re: Possible regression with box-markup/rounded-box-markup

2018-04-15 Thread Torsten Hämmerle
I've now started #5307:Skyline Refinements (Rounded Boxes and Rotated Ellipses) It also takes care of rotation issues (both boxes and ellipses) and even produces skylines with rounded corners. Special case: no rotation, small corner

Re: Stem lenght and ledger lines

2018-04-15 Thread Torsten Hämmerle
foxfanfare wrote > You can see Lilypond does this for 8th and 16th notes, but not further by > default! This is sheer coincidence - LilyPond always (!) extends the stems to the middle stave-line. As soon as there are more than two flags, they obscure the ledger lines. Moreover, cue size note

Re: Possible regression with box-markup/rounded-box-markup

2018-04-15 Thread Thomas Morley
2018-04-16 1:03 GMT+02:00 Torsten Hämmerle : > I've now started #5307:Skyline Refinements (Rounded Boxes and Rotated > Ellipses) > > It also takes care of rotation issues (both boxes and ellipses) and even >