Menu

#5012 Stem.stem-begin-position works inconsistent

Accepted
nobody
None
Enhancement
2017-04-23
2016-12-15
No

An override for Stem.stem-begin-position only affects unbeamed stems, which is at least undocumented.
Maybe better to let it work for beamed stems as well.

\version "2.19.52"

{
    \override Stem.stem-begin-position = 4.5
    \stemUp
    c''8[ d'']
    \autoBeamOff
    c'' d''
}

Discussion

  • Thomas Morley

    Thomas Morley - 2016-12-16
    • summary: Stem.stem.begin-position works inconsistent --> Stem.stem-begin-position works inconsistent
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,4 +1,4 @@
    -An override for Stem.stem.begin-position only affects unbeamed stems, which is at least undocumented.
    +An override for Stem.stem-begin-position only affects unbeamed stems, which is at least undocumented.
     Maybe better to let it work for beamed stems as well.
    
     ~~~~
    
     
  • Phil Holmes

    Phil Holmes - 2017-04-23
    • status: New --> Accepted
     
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.