Menu

#5804 Do not allow page breaks on the first column of a score

Fixed
Enhancement
2020-03-10
2020-02-28
No

This duplicates a column index in the vector of allowed break points,
causing a crash.

Do some more sanity checking on the input of Constrained_breaking.

Fixes #5801

https://codereview.appspot.com/581720054

Discussion

  • Anonymous

    Anonymous - 2020-02-28
    • Description has changed:

    Diff:

    
    
    • Needs: -->
    • Patch: new --> review
     
  • Anonymous

    Anonymous - 2020-02-28

    Passes make, make check and a full make doc.

     
  • Anonymous

    Anonymous - 2020-03-01
    • Patch: review --> countdown
     
  • Anonymous

    Anonymous - 2020-03-01

    Patch on countdown for March 3rd

     
  • Anonymous

    Anonymous - 2020-03-03

    This looks like it needs work from the comment on Rietveld - however as it passed the 'normal tests' I will leave this on countdown for March 5th

     
  • Anonymous

    Anonymous - 2020-03-05
    • Patch: countdown --> review
     
  • Anonymous

    Anonymous - 2020-03-05

    I am going to put this back to review based on Rietveld comments

     
  • Anonymous

    Anonymous - 2020-03-07
    • Patch: review --> countdown
     
  • Anonymous

    Anonymous - 2020-03-07

    Patch on countdown for March 9th

     
  • Anonymous

    Anonymous - 2020-03-09
    • Patch: countdown --> push
     
  • Anonymous

    Anonymous - 2020-03-09

    Patch counted down, please push.

     
  • Jonas Hahnfeld

    Jonas Hahnfeld - 2020-03-10
    • labels: --> Fixed_2_21_0
    • status: Started --> Fixed
    • Patch: push -->
     
  • Jonas Hahnfeld

    Jonas Hahnfeld - 2020-03-10
    commit ad039e1de14135b9d3bc1bb6d71f729abdc53311
    Author:     Han-Wen Nienhuys <hanwen@lilypond.org>
    AuthorDate: Fri Feb 28 17:02:38 2020 +0100
    Commit:     Han-Wen Nienhuys <hanwen@lilypond.org>
    CommitDate: Mon Mar 9 09:45:03 2020 +0100
    
        Do not allow page breaks on the first column of a score
    
        This duplicates a column index in the vector of allowed break points,
        causing a crash.
    
        Do some more sanity checking on the input of Constrained_breaking.