Menu

#570 Articulations can collide with ties

Verified
nobody
None
Ugly
2015-09-18
2008-02-05
Anonymous
No

Originally created by: *anonymous

Originally created by: v.villenave
Originally owned by: v.villenave

% another collision involving ties:

\version "2.11.38"
\paper {
  ragged-right = ##t
}
\relative c'' {
  f-- f~-- f~
}

Discussion

  • Google Importer

    Google Importer - 2009-01-11

    Originally posted by: v.villenave

    New example from James Bailey:

    {
      c'''2~ c'''8\fermata [r8] [r4]
    }

    % the fermata collides with the tie.

     
  • Google Importer

    Google Importer - 2010-01-19

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

    (No comment was entered for this change.)

     
  • Google Importer

    Google Importer - 2010-07-08

    Originally posted by: lilyli...@googlemail.com

    Just another example of a - very standard - notation that causes a collision between Tie and articulation

     
  • Google Importer

    Google Importer - 2010-07-08

    Originally posted by: lilyli...@googlemail.com

    \relative e'{
        <e b'>2~-> <e b'>
    }

     
  • Google Importer

    Google Importer - 2011-02-18

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

    if fermata can be considered as an articulation, this example shows a very hard collision:

    \version "2.13.50"
    { b16_\fermata ~ b8  b16 }

     
  • 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
    @@ -5,11 +5,13 @@
    
     % another collision involving ties:
    
    -
    +~~~~
    +:::TeX
     \version "2.11.38"
    -\paper \{
    -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ragged-right = \#\#t
    -\}
    -\relative c'' \{
    -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; f-- f~-- f~
    -\}
    +\paper {
    +  ragged-right = ##t
    +}
    +\relative c'' {
    +  f-- f~-- f~
    +}
    +~~~~
    
    • status: Accepted --> Verified
    • Needs: -->
    • Patch: -->
     
  • Simon Albrecht

    Simon Albrecht - 2015-09-18
     
  • Simon Albrecht

    Simon Albrecht - 2015-09-18

    No collisions at all in 2.19.27.

    \version "2.19.27"
    
    \paper {
      ragged-right = ##t
    }
    \relative c'' {
      f-- f~-- f r
      c'2~ 8\fermata r8 r4
      <e,, b'>2~-> <e b'>
      b16_\fermata ~ b8 b16
    }
    

    The order of the stack in the first example might be a different issue, but for ties I don’t think it need be different.

     

    Last edit: Simon Albrecht 2015-09-18
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.