Menu

#3287 Clefs at line break shorten slurs unduly

Accepted
nobody
None
Ugly
2018-06-25
2013-03-31
Anonymous
No

Originally created by: *anonymous

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

Simon Albrecht reported an ugly output problem here:

http://lists.gnu.org/archive/html/bug-lilypond/2013-03/msg00135.html

as follows:

Hello again,

one third contribution I have to make: in tight spacing situations
combined with a clef change in another staff, slurs are oddly compressed
or even, as in the example I added, reversed.
Thanks for your excellent work and best regards

Simon Albrecht

1 Attachments

Discussion

  • Javier Ruiz

    Javier Ruiz - 2016-10-19

    Broken slurs won't overlap end-of-measure clef change

    \version "2.18.2" 
    \score { 
      << 
       \relative {
         c''2 c4( c  \break 
         c1) 
         c4 c c c(      \break 
         c1) 
       } 
       \relative {
         c''1 \clef bass 
         c,
         c \clef treble 
         c 
       } 
      >> 
      \layout {
        ragged-right = ##t
        indent = 0
      } 
    }
    

    See: http://lists.gnu.org/archive/html/bug-lilypond/2016-10/msg00055.html

     

    Last edit: Simon Albrecht 2016-10-19
  • Simon Albrecht

    Simon Albrecht - 2016-10-19
    • summary: Erroneous slur output --> Clefs at line change shorten slurs unduly
    • Description has changed:

    Diff:

    
    
    • Needs: -->
    • Patch: -->
     
  • Simon Albrecht

    Simon Albrecht - 2018-06-25
    • summary: Clefs at line change shorten slurs unduly --> Clefs at line break shorten slurs unduly