On 2014/07/06 06:46:53, Mark Polesky wrote:
Hi, I'm proposing to get rid of the BarLine.thin-kern property with
this patch,
so if you're opposed, let me know.
You can see my comments/rationale here:
http://code.google.com/p/lilypond/issues/detail?id=3995
Thanks,
Mark
I disagree!
'kern and 'thin-kern _are_ used differently.
Look at the output from:
\version "2.19.8"
\paper { ragged-right = ##f }
{
a'1
\mark "default"
\bar ":|.S"
b'
\once \override Staff.BarLine #'kern = #10
\mark "'kern 10"
\bar ":|.S"
c'
\once \override Staff.BarLine #'thin-kern = #10
\mark "'thin-kern 10"
\bar ":|.S"
d'
\once \override Staff.BarLine #'kern = #10
\once \override Staff.BarLine #'thin-kern = #10
\mark \markup \column { "'kern 10" "'thin-kern 10" }
\bar ":|.S"
e'
}
More:
http://code.google.com/p/lilypond/issues/detail?id=3995
https://codereview.appspot.com/105560044/
_______________________________________________
lilypond-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-devel