lilypond-devel
[Top][All Lists]
Advanced

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

Re: New feature: automatically invert chords or drop/rise chord notes (i


From: dak
Subject: Re: New feature: automatically invert chords or drop/rise chord notes (issue 365840043 by address@hidden)
Date: Fri, 01 Feb 2019 08:18:10 -0800


https://codereview.appspot.com/365840043/diff/130001/ly/music-functions-init.ly
File ly/music-functions-init.ly (right):

https://codereview.appspot.com/365840043/diff/130001/ly/music-functions-init.ly#newcode609
ly/music-functions-init.ly:609: (let loop ((num num) (music music))
Come to think of it, using a loop here is a bad idea.  Instead an
additional count should likely be passed to the worker function in
music-functions.scm and that one called directly.  The reason is that
raising or lowering one chord note by an octave does not guarantee that
it ends up at the far end of the chord, like when using invertChords on
a c:11 chord for the fifth inversion.

https://codereview.appspot.com/365840043/



reply via email to

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