lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 3173 in lilypond: beam thickness should depend


From: lilypond
Subject: Re: [Lilypond-auto] Issue 3173 in lilypond: beam thickness should depend on line thickness
Date: Thu, 14 Feb 2013 20:30:46 +0000


Comment #5 on issue 3173 by address@hidden: beam thickness should depend on line thickness
http://code.google.com/p/lilypond/issues/detail?id=3173

git grep beam-thickness
shows several occurences in regression tests as well as in documentation. Can't this be made into a callback instead, something like
(define ((line-staff-proportional line-factor staff-factor) grob)
  ...)
and then used as
   (beam-thickness . ,(line-staff-proportional 0.4 0.1))
or similar? That way it remains backwards-compatible, mnemonic, and line-staff-proportional (or whatever else it may be called) is useful in other situations as well.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

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