]> git.donarmstrong.com Git - lilypond.git/commit
Issue 3245: Make \relative { ... } interpret the first pitch as an absolute one
authorDavid Kastrup <dak@gnu.org>
Wed, 13 Mar 2013 19:50:56 +0000 (20:50 +0100)
committerDavid Kastrup <dak@gnu.org>
Sat, 6 Apr 2013 07:19:09 +0000 (09:19 +0200)
commit3af6876d4d3e2d6ff0a66e6228780c2a9933c8c9
treeff23162ae27a575271342821e782ae053066a369
parenteedec40e61ffd9df87060afeba71a49314877174
Issue 3245: Make \relative { ... } interpret the first pitch as an absolute one

The previous default of \relative { ... } being \relative c' { ... }
made c' more special than warranted.  Having to write
\relative f { ... } for this functionality seems awkward since f
serves no musical function but just happens to be the middle of the
scale.  Iff the scale is the standard scale.  The new definition of
\relative takes care to determine the "middle of the scale" reference
point properly even in the case of non-standard scales.
ly/music-functions-init.ly