Menu

#2527 Finger-flag collision

Verified
nobody
Ugly
2015-09-19
2012-05-11
Anonymous
No

Originally created by: *anonymous

Originally created by: ma...@gregoriana.sk
Originally owned by: mts...@gmail.com

Reported by Mike Solomon:
http://lists.gnu.org/archive/html/bug-lilypond/2012-05/msg00064.html

\relative c' {
  \set fingeringOrientations = #'(right)
  <a-5 c-3>8
}

Results in flag-on-number and number-on-number collisions.

1 Attachments

Related

Issues: #3109
Issues: #3497

Discussion

<< < 1 2 3 > >> (Page 2 of 3)
  • Google Importer

    Google Importer - 2012-08-27

    Originally posted by: colingh...@gmail.com

    With lilypond-2.16.0 on x86_64 GNU/Linux the output looks very similar to the PNG in the initial entry of this issue tracker. Source and output attached.

     
  • Google Importer

    Google Importer - 2012-08-27

    Originally posted by: colingh...@gmail.com

    Sorry, here's the bug.ly source for my last comment, Comment #28.

    As Keith suggested in Comment #23 I tried:

    \override Fingering #'add-stem-support % syntax error, my ignorance on that one

    \override Fingering #'add-stem-support = ##t % no fingering at all in output

    \override Fingering #'add-stem-support = ##f % same output as my Comment #28.

    Cheers,
    Colin.

     
  • Google Importer

    Google Importer - 2012-08-28

    Originally posted by: mts...@gmail.com

    Thanks Colin!
    I'll have a look at it next week.

     
  • Google Importer

    Google Importer - 2012-11-11

    Originally posted by: mts...@gmail.com

    Uses single algorithm for side-position spacing.

    To implement this, uses grob-extent based boxes for simple skylines
    instead of stencil-extent based boxes. Stencils are still used for
    more complicated skylines.

    Generalizes algorithm used in Fingeing_column code, allowing for better
    skyline spacing and fixing some collisions.

    http://codereview.appspot.com/6827072

    Labels: Patch-new

     
  • Google Importer

    Google Importer - 2012-11-13

    Originally posted by: ColinPKC...@gmail.com

    Per Keith's comments on Rietveld, this is not ready for countdown.

    Labels: -Patch-review Patch-needs_work

     
  • Google Importer

    Google Importer - 2012-11-15

    Originally posted by: mts...@gmail.com

    Uses single algorithm for side-position spacing.

    To implement this, uses grob-extent based boxes for simple skylines
    instead of stencil-extent based boxes. Stencils are still used for
    more complicated skylines.

    Generalizes algorithm used in Fingeing_column code, allowing for better
    skyline spacing and fixing some collisions.

    http://codereview.appspot.com/6827072

    Labels: -Patch-needs_work Patch-new

     
  • Google Importer

    Google Importer - 2012-11-18

    Originally posted by: ColinPKC...@gmail.com

    Per Kieth's comments on Rietveld, this needs further work.

    Labels: -Patch-review Patch-needs_work

     
  • Google Importer

    Google Importer - 2012-11-19

    Originally posted by: mts...@gmail.com

    Uses single algorithm for side-position spacing.

    To implement this, uses grob-extent based boxes for simple skylines
    instead of stencil-extent based boxes. Stencils are still used for
    more complicated skylines.

    Generalizes algorithm used in Fingeing_column code, allowing for better
    skyline spacing and fixing some collisions.

    http://codereview.appspot.com/6827072

    Labels: -Patch-needs_work Patch-new

     
  • Google Importer

    Google Importer - 2012-11-26

    Originally posted by: ColinPKC...@gmail.com

    (No comment was entered for this change.)

    Labels: -Patch-review Patch-countdown

     
  • Google Importer

    Google Importer - 2012-11-28

    Originally posted by: k-ohara5...@oco.net

    In 'finger-chords.ly'  fingering -5 clears the flag, which is nice, but...

    Breaks 'finger-chords.ly'
    "possible to add horizontal fingerings to notes" -- no longer lined-up horizontally
    "Fingering clears ... if @code{'add-stem-support} is set." -- now always in effect

    Breaks 'fingering-column.ly'
    "Non-intersecting Fingerings are left alone" --they are shifted half-space up
    the tall column of six finger-numbers becomes un-evenly spaced

    Labels: -Patch-countdown Patch-needs_work

     
  • Google Importer

    Google Importer - 2012-11-29

    Originally posted by: mts...@gmail.com

    Uses single algorithm for side-position spacing.

    To implement this, uses grob-extent based boxes for simple skylines
    instead of stencil-extent based boxes. Stencils are still used for
    more complicated skylines.

    Generalizes algorithm used in Fingeing_column code, allowing for better
    skyline spacing and fixing some collisions.

    http://codereview.appspot.com/6827072

    Labels: -Patch-needs_work Patch-new

     
  • Google Importer

    Google Importer - 2012-11-29

    Originally posted by: mts...@gmail.com

    Uses single algorithm for side-position spacing.

    To implement this, uses grob-extent based boxes for simple skylines
    instead of stencil-extent based boxes. Stencils are still used for
    more complicated skylines.

    Generalizes algorithm used in Fingeing_column code, allowing for better
    skyline spacing and fixing some collisions.

    http://codereview.appspot.com/6827072

     
  • Google Importer

    Google Importer - 2012-11-29

    Originally posted by: ColinPKC...@gmail.com

    (No comment was entered for this change.)

    Labels: -Patch-review Patch-countdown

     
  • Google Importer

    Google Importer - 2012-12-03

    Originally posted by: ColinPKC...@gmail.com

    Counted down to 20121203, but I'm not sure if Keith's comment in #21 on Rietveld was addressed. If so, please push; if not, please mark as "needs-work".

     
  • Google Importer

    Google Importer - 2012-12-06

    Originally posted by: ColinPKC...@gmail.com

    Per Mike's comment on Rietveld.

    Labels: -Patch-countdown Patch-needs_work

     
  • Google Importer

    Google Importer - 2012-12-16

    Originally posted by: mts...@gmail.com

    Uses single algorithm for side-position spacing.

    To implement this, uses grob-extent based boxes for simple skylines
    instead of stencil-extent based boxes. Stencils are still used for
    more complicated skylines.

    Generalizes algorithm used in Fingeing_column code, allowing for better
    skyline spacing and fixing some collisions.

    http://codereview.appspot.com/6827072

    Labels: -Patch-needs_work Patch-new

     
  • Google Importer

    Google Importer - 2012-12-16

    Originally posted by: mts...@gmail.com

    Uses single algorithm for side-position spacing.

    To implement this, uses grob-extent based boxes for simple skylines
    instead of stencil-extent based boxes. Stencils are still used for
    more complicated skylines.

    Generalizes algorithm used in Fingeing_column code, allowing for better
    skyline spacing and fixing some collisions.

    http://codereview.appspot.com/6827072

     
  • Google Importer

    Google Importer - 2012-12-16

    Originally posted by: mts...@gmail.com

    The most recent patchset makes NoteColumn cross-staff when it contains a cross-staff stem. Using this model, most (if not all) problems from the previous patch-sets are cleared up.

    Sorry for the commented-out printf's - they'll disappear with the final push.

     
  • Google Importer

    Google Importer - 2012-12-17

    Originally posted by: mts...@gmail.com

    Uses single algorithm for side-position spacing.

    To implement this, uses grob-extent based boxes for simple skylines
    instead of stencil-extent based boxes. Stencils are still used for
    more complicated skylines.

    Generalizes algorithm used in Fingeing_column code, allowing for better
    skyline spacing and fixing some collisions.

    http://codereview.appspot.com/6827072

    Labels: -Patch-review Patch-new

     
<< < 1 2 3 > >> (Page 2 of 3)
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.