Originally created by: *anonymous
Originally created by: ianhuli...@gmail.com
Originally owned by: janek.li...@gmail.com
The following example shows the breve character using double lines colliding with accidentals.
Also attached is a pdf showing the grob colliding with bar-lines.
Ian Hulin
=====================================================================================
\version "2.14.0"
\header {
title = "Minimal Test for Breve and barlines"
}
\paper {
#(set-paper-size "a4")
#(define page-breaking ly:page-turn-breaking)
auto-first-page-number = ##t
first-page-number = 1
ragged-bottom = ##t
ragged-last-bottom = ##t
}
\score {
\relative c' {
\override Staff.NoteHead #'style = #'altdefault
\time 4/2
\repeat unfold 9 {
c2 d e f |
g\breve~ |
g\breve |
a\breve |
b\breve~ |
b\breve |
c\breve |
a2 b c d |
e\breve~ |
e\breve |
d\breve |
e\breve |
fis\breve |
fis\breve |
gis\breve~ |
gis\breve |
a\breve |
}
gis\breve~ |
gis\breve |
a\breve~ |
a\breve \bar "|."
}
}
Originally posted by: ianhuli...@gmail.com
Possible related to (but not covered by) Tracker Issue 1546.
Ian
Originally posted by: ianhuli...@gmail.com
Wrong PDF file attached to original comment, this is the correct one showing the collisions with bar-lines.
Ian Hulin
Originally posted by: percival.music.ca@gmail.com
(No comment was entered for this change.)
Labels: -type-Collision Type-Ugly
Originally posted by: percival.music.ca@gmail.com
(No comment was entered for this change.)
Labels: Patch-new
Originally posted by: pkx1...@gmail.com
passes make and reg tests
Labels: -Patch-new Patch-review
Originally posted by: ColinPKC...@gmail.com
(No comment was entered for this change.)
Labels: -Patch-review Patch-push
Originally posted by: percival.music.ca@gmail.com
Bertrand made some comments which should be addressed.
Labels: -Patch-push Patch-needs_work
Originally posted by: janek.li...@gmail.com
http://codereview.appspot.com/4931043 is no longer valid.
http://codereview.appspot.com/4986042 is the current patch issue.
Labels: -Patch-needs_work Patch-review
Originally posted by: pkx1...@gmail.com
Passes make and I get a few reg test differences - attached.
Originally posted by: janek.li...@gmail.com
These all are expected.
Pushed as [ra1ce4a26eb893c1f752d260394a977ab811e3368]
Labels: -OpSys-All -Patch-review fixed_2_15_12
Status: Fixed
Originally posted by: bordage....@gmail.com
(No comment was entered for this change.)
Status: Verified