Menu

#590 Ties can collide with augmentation dots

Accepted
nobody
None
Ugly
2015-09-18
2008-03-13
Anonymous
No

Originally created by: *anonymous

Originally created by: v.villenave

Given the right note spacing and tie directions, ties can collide with rhythmic augmentation dots. In this example, if the line width is reduced to 52 LilyPond avoids the collision.

\paper {
  ragged-right = ##f
  line-width = 53
}

\relative c'' {
  \tieDown
  <e b>4.~
  <e b>8
}

Discussion

  • Google Importer

    Google Importer - 2010-01-19

    Originally posted by: percival.music.ca@gmail.com

    (No comment was entered for this change.)

    Labels: -Engraving-nitpick
    Owner: ---

     
  • Google Importer

    Google Importer - 2011-08-20

    Originally posted by: percival.music.ca@gmail.com

    (No comment was entered for this change.)

    Labels: -type-Collision Type-Ugly

     
  • Simon Albrecht

    Simon Albrecht - 2015-09-18
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -2,19 +2,18 @@
    
     *Originally created by:* [v.villenave](http://code.google.com/u/v.villenave/)
    
    -% Given the right note spacing and tie directions,
    -% ties can collide with rhythmic augmentation dots.
    -% In this example, if the line width is
    -% reduced to 52 LilyPond avoids the collision.
    +Given the right note spacing and tie directions, ties can collide with rhythmic augmentation dots. In this example, if the line width is reduced to 52 LilyPond avoids the collision.
    
    -\version "2.11.41"
    -\paper \{
    -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ragged-right = \#\#f
    -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; line-width = 53
    -\}
    +~~~~
    +:::TeX
    +\paper {
    +  ragged-right = ##f
    +  line-width = 53
    +}
    
    -\relative c'' \{
    -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \tieDown
    -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;e b&gt;4.~
    -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;e b&gt;8
    -\}
    +\relative c'' {
    +  \tieDown
    +  <e b>4.~
    +  <e b>8
    +}
    +~~~~
    
    • Needs: -->
    • Patch: -->
     
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.