lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Remove thin-kern property. (issue 105560044 by address@hidden)


From: thomasmorley65
Subject: Re: Remove thin-kern property. (issue 105560044 by address@hidden)
Date: Sun, 06 Jul 2014 11:52:56 +0000

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/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]