Menu

#307 collision slur with tuplet bracket

Verified
nobody
Ugly
2011-10-28
2007-02-22
Anonymous
No

Originally created by: *anonymous

Originally created by: lemzw...@googlemail.com
Originally owned by: mts... (code.google.com)@gmail.com

\version "2.11.19"

\header { texidoc = "
  Slurs must not collide with tuplet brackets.
Here is a counterexample.
" }

\relative c' {
  c'2( \times 2/3 { g4 e c) }
}

\paper {
  ragged-right = ##t
}

% EOF

1 Attachments

Discussion

  • Google Importer

    Google Importer - 2007-02-22

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

    (No comment was entered for this change.)

    Labels: -Type-Defect Type-Collision

     
  • Google Importer

    Google Importer - 2010-01-13

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

    (No comment was entered for this change.)

    Labels: -Priority-Medium Priority-High

     
  • Google Importer

    Google Importer - 2010-01-20

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

    Issue 596 has been merged into this issue.

     
  • Google Importer

    Google Importer - 2011-07-23

    Originally posted by: mts... (code.google.com)@gmail.com

    What would be the ideal output in this case?  Should the tuplet bracket and number be moved up, should the slur end higher, or should the tuplet bracket move up but then slope down to hug the staff more?

     
  • Google Importer

    Google Importer - 2011-07-23

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

    For my test case, I suggest to position the `more local' context next to the staff.  Thus I would like to have the tuple bracket unchanged, and the slur ending higher.

     
  • Google Importer

    Google Importer - 2011-07-24

    Originally posted by: mts... (code.google.com)@gmail.com

    Patch at http://codereview.appspot.com/4813048.

    Labels: Patch-new

     
  • Google Importer

    Google Importer - 2011-07-24

    Originally posted by: pkx1... (code.google.com)@gmail.com

    (No comment was entered for this change.)

    Labels: -Patch-new Patch-needs_work

     
  • 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 - 2011-09-24

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

    needs checking.

    Labels: -Priority-High -Patch-needs_work Patch-new

     
  • Google Importer

    Google Importer - 2011-09-24

    Originally posted by: pkx1... (code.google.com)@gmail.com

    Passes make and reg tests

    Labels: -Patch-new Patch-review

     
  • Google Importer

    Google Importer - 2011-09-26

    Originally posted by: ColinPKC... (code.google.com)@gmail.com

    (No comment was entered for this change.)

    Labels: -Patch-review Patch-countdown

     
  • Google Importer

    Google Importer - 2011-09-28

    Originally posted by: ColinPKC... (code.google.com)@gmail.com

    Counted down to 20110928

    Labels: -Patch-countdown Patch-push

     
  • Google Importer

    Google Importer - 2011-09-29

    Originally posted by: mts... (code.google.com)@gmail.com

    Sketch for fix of issue 307

    http://codereview.appspot.com/4813048

    Labels: Patch-new

     
  • Google Importer

    Google Importer - 2011-09-29

    Originally posted by: pkx1... (code.google.com)@gmail.com

    Passes make but fails make check

    --snip--

    job 4 terminated with signal: 6

    job 3 terminated with signal: 6
    fatal error: Children (4 3) exited with errors.
    command failed: /home/jlowe/lilypond-git/build/out/bin/lilypond -I /home/jlowe/lilypond-git/input/regression/ -I ./out-test -I /home/jlowe/lilypond-git/input -I /home/jlowe/lilypond-git/Documentation -I /home/jlowe/lilypond-git/Documentation/snippets -I /home/jlowe/lilypond-git/input/regression/ -I /home/jlowe/lilypond-git/Documentation/included/ -I /home/jlowe/lilypond-git/build/mf/out/ -I /home/jlowe/lilypond-git/build/mf/out/ -I /home/jlowe/lilypond-git/Documentation/pictures -I /home/jlowe/lilypond-git/build/Documentation/pictures/./out-test -dbackend=eps --formats=ps -djob-count=7 -dseparate-log-files -dinclude-eps-fonts -dgs-load-lily-fonts --header=texidoc -I /home/jlowe/lilypond-git/Documentation/included/ -ddump-profile -dcheck-internal-types -ddump-signatures -danti-alias-factor=1 -I  "/home/jlowe/lilypond-git/build/out/lybook-testdb"  -I  "/home/jlowe/lilypond-git/build/input/regression"  -I  "/home/jlowe/lilypond-git/input/regression"  -I  "/home/jlowe/lilypond-git/build/input/regression/out-test"  -I  "/home/jlowe/lilypond-git/input"  -I  "/home/jlowe/lilypond-git/Documentation"  -I  "/home/jlowe/lilypond-git/Documentation/snippets"  -I  "/home/jlowe/lilypond-git/input/regression"  -I  "/home/jlowe/lilypond-git/Documentation/included"  -I  "/home/jlowe/lilypond-git/build/mf/out"  -I  "/home/jlowe/lilypond-git/build/mf/out"  -I  "/home/jlowe/lilypond-git/Documentation/pictures"  -I  "/home/jlowe/lilypond-git/build/Documentation/pictures/out-test" --formats=eps  -deps-box-padding=3.000000  -dread-file-list -dno-strip-output-dir  "/home/jlowe/lilypond-git/build/out/lybook-testdb/snippet-names--760084111.ly"
    Child returned 1
    make[2]: *** [out-test/collated-files.texi] Error 1
    rm out-test/weblinks.itexi
    make[2]: Leaving directory `/home/jlowe/lilypond-git/build/input/regression'
    make[1]: *** [local-test] Error 2
    make[1]: Leaving directory `/home/jlowe/lilypond-git/build/input/regression'
    make: *** [test] Error 2
    jlowe@jlowe-lilybuntu2:~/lilypond-git/build$

    --snip--

    James

    Labels: -Patch-new Patch-needs_work

     
  • Google Importer

    Google Importer - 2011-10-02

    Originally posted by: mts... (code.google.com)@gmail.com

    Sketch for fix of issue 307

    http://codereview.appspot.com/4813048

    Labels: Patch-new

     
  • Google Importer

    Google Importer - 2011-10-03

    Originally posted by: pkx1... (code.google.com)@gmail.com

    Passes make and make check. James

    http://codereview.appspot.com/4813048

    Labels: -Patch-new Patch-review
    Owner: mts...@gmail.com
    Cc: lemzw...@googlemail.com
    Status: Started

     
  • Google Importer

    Google Importer - 2011-10-03

    Originally posted by: mts... (code.google.com)@gmail.com

    Sketch for fix of issue 307

    http://codereview.appspot.com/4813048

    Labels: Patch-new

     
  • Google Importer

    Google Importer - 2011-10-03

    Originally posted by: pkx1... (code.google.com)@gmail.com

    Hmm..something went screwy with the order of the responses. This has passed make and make check.

    Labels: -Patch-new Patch-review

     
  • Google Importer

    Google Importer - 2011-10-06

    Originally posted by: ColinPKC... (code.google.com)@gmail.com

    (No comment was entered for this change.)

    Labels: -Patch-review Patch-countdown

     
  • Google Importer

    Google Importer - 2011-10-09

    Originally posted by: ColinPKC... (code.google.com)@gmail.com

    Cou8nted down to 20111009 and it's great to see such an ancient bug getting swatted!

    Labels: -Patch-countdown Patch-push

     
  • Google Importer

    Google Importer - 2011-10-16

    Originally posted by: tdanielsmusic

    Mike says: [Fixed] by increasing the slur region based on the height of the
    extremal extra encompass object plus a padding controlled by
    encompass-object-range-overshoot.

    Labels: -Patch-push fixed_2_15_15
    Status: Fixed

     
  • Google Importer

    Google Importer - 2011-10-28

    Originally posted by: brownian.box@gmail.com

    (No comment was entered for this change.)

    Status: Verified

     
MongoDB Logo MongoDB