lilypond-devel
[Top][All Lists]
Advanced

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

Re: Fix clef transposition alignment (issue 3186) (issue 8363044)


From: k-ohara5a5a
Subject: Re: Fix clef transposition alignment (issue 3186) (issue 8363044)
Date: Mon, 18 Aug 2014 06:24:20 +0000


https://codereview.appspot.com/8363044/diff/6001/lily/clef-modifier.cc
File lily/clef-modifier.cc (right):

https://codereview.appspot.com/8363044/diff/6001/lily/clef-modifier.cc#newcode42
lily/clef-modifier.cc:42: me->get_property ("clef-alignments"));
On 2014/08/16 22:23:38, dak wrote:
Up to this point there is not exactly a fabulous amount of
crash-proneness in
case of non-standard clef layout.  The code does not seem particularly
prepared
to deal with a clef like varC.

    \override Staff.ClefModifier.clef-alignments.varC = #'(+1 . +1)
    \clef "varC^8"
works for me.

Why would the table clef-alignments be stored in a context property?
It does
not seem to be context dependent.

A lot of potentially-overridable layout details are stored in context
properties.

https://codereview.appspot.com/8363044/



reply via email to

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