Menu

#22 collision tuplet number and staff with increased spacing

Accepted
nobody
None
Ugly
2015-09-14
2006-09-18
Anonymous
No

Originally created by: *anonymous

Originally created by: *anonymous

Originally created by: gpermus@gmail.com

\version "2.9.18"

\layout {
ragged-right = ##t
}

\new Staff \with { \override StaffSymbol #'staff-space = #1.5 }
 \relative {
 \times 2/3 { d16[ d16 d16] }
}
1 Attachments

Discussion

  • Google Importer

    Google Importer - 2006-09-19

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

    we don't have staff-line avoidance for tuplet numbers currently either; they can
    collide with sloped brackets too.

     
  • Google Importer

    Google Importer - 2008-01-27

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

    This issue might have been fixed. At least the example seems fixed. I just tried it
    with 2.11.37 and the '3' is now placed in the top space between the staff lines
    without a collision. FYI

     
  • Google Importer

    Google Importer - 2008-02-02

    Originally posted by: gpermus@gmail.com

    That's a coincidence.  Change the number to #1.3 and you'll see a collision.

     
  • Google Importer

    Google Importer - 2008-05-30

    Originally posted by: v.villenave

    (Reproduced with 2.11.47)

     
  • Google Importer

    Google Importer - 2009-07-20

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

    In 2.13.3 it seems to me staff line is avoided at many different staff-space
    numbers, at least for the given example. FYI

     
  • 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

     
  • Google Importer

    Google Importer - 2012-02-04

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

    Attached is the output from 2.15.29 using

    \version "2.15.29"
    
    \new Staff \with { \override StaffSymbol #'staff-space = #2.3 }
     \relative {
     \times 2/3 { d16[ d16 d16] }
    }
    
    \new Staff \with { \override StaffSymbol #'staff-space = #1.7 }
     \relative {
     \times 2/3 { d16[ d16 d16] }
    }
    
    \new Staff \with { \override StaffSymbol #'staff-space = #1.5 }
     \relative {
     \times 2/3 { d16[ d16 d16] }
    }
    
    \new Staff \with { \override StaffSymbol #'staff-space = #1.3 }
     \relative {
     \times 2/3 { d16[ d16 d16] }
    }
    
    \new Staff \with { \override StaffSymbol #'staff-space = #0.9 }
     \relative {
     \times 2/3 { d16[ d16 d16] }
    }
    

    This looks pretty 'fixed' to me :) can someone verify?

    The change between 2.14.1 and 2.15.29 is the second from bottom example attached

    Labels: -Priority-Low
    Owner: ---

     
  • Google Importer

    Google Importer - 2012-02-05

    Originally posted by: gra...@percival-music.ca

    Still looks like it collides with #0.9

     
  • Simon Albrecht

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

    Diff:

    --- old
    +++ new
    @@ -2,13 +2,16 @@
    
     *Originally created by:* [gpermus@gmail.com](http://code.google.com/u/gpermus@gmail.com/)
    
    +~~~~
    +:::TeX
     \version "2.9.18"
    
    -\layout\{
    -ragged-right=\#\#t
    -\}
    +\layout {
    +ragged-right = ##t
    +}
    
    -\new Staff \with \{ \override StaffSymbol \#'staff-space = \#1.5 \}
    - \relative \{
    - \times 2/3 \{ d16\[ d16 d16\] \}
    -\}
    +\new Staff \with { \override StaffSymbol #'staff-space = #1.5 }
    + \relative {
    + \times 2/3 { d16[ d16 d16] }
    +}
    +~~~~
    
    • Needs: -->
    • Patch: -->
     
  • Simon Albrecht

    Simon Albrecht - 2015-09-14
     

Log in to post a comment.