Re: Better approach to fixing the TabVoice glissando problem. (issue4438092)

2011-05-07 Thread Carl Sorensen
On 5/6/11 8:52 AM, m...@apollinemike.com m...@apollinemike.com wrote: On May 4, 2011, at 1:49 AM, Neil Puttock wrote: On 3 May 2011 23:44, m...@apollinemike.com m...@apollinemike.com wrote: Back to http://codereview.appspot.com/4438092/, it seems as if this doesn't screw up the harmonics

Re: Better approach to fixing the TabVoice glissando problem. (issue4438092)

2011-05-06 Thread m...@apollinemike.com
On May 4, 2011, at 1:49 AM, Neil Puttock wrote: On 3 May 2011 23:44, m...@apollinemike.com m...@apollinemike.com wrote: Back to http://codereview.appspot.com/4438092/, it seems as if this doesn't screw up the harmonics problem. But they're already screwed (probably since the

Re: Better approach to fixing the TabVoice glissando problem. (issue4438092)

2011-05-06 Thread Carl Sorensen
On 5/6/11 8:52 AM, m...@apollinemike.com m...@apollinemike.com wrote: On May 4, 2011, at 1:49 AM, Neil Puttock wrote: On 3 May 2011 23:44, m...@apollinemike.com m...@apollinemike.com wrote: Back to http://codereview.appspot.com/4438092/, it seems as if this doesn't screw up the harmonics

Re: Better approach to fixing the TabVoice glissando problem. (issue4438092)

2011-05-03 Thread n . puttock
On 2011/05/03 03:56:15, MikeSol wrote: A better approach to the TabVoice glissando problem, although I'm still not quite sure why it works, but it seems to work! The default procedure for noteToFretFunctionm, `determine-frets', returns a reversed list, so the following change to the helper

Re: Better approach to fixing the TabVoice glissando problem. (issue4438092)

2011-05-03 Thread m...@apollinemike.com
On May 3, 2011, at 2:14 PM, n.putt...@gmail.com wrote: On 2011/05/03 03:56:15, MikeSol wrote: A better approach to the TabVoice glissando problem, although I'm still not quite sure why it works, but it seems to work! The default procedure for noteToFretFunctionm, `determine-frets',

Re: Better approach to fixing the TabVoice glissando problem. (issue4438092)

2011-05-03 Thread n . puttock
On 2011/05/03 21:14:02, Neil Puttock wrote: (reverse string-fret-fingering-tuples)) ;; end of determine-frets-and-strings Hmm, this messes up ordering of harmonics, though they're already broken judging by the following: \version 2.15.0 music = \relative c' { dis\2\glissando e\2\harmonic

Re: Better approach to fixing the TabVoice glissando problem. (issue4438092)

2011-05-03 Thread Neil Puttock
On 3 May 2011 23:27, m...@apollinemike.com m...@apollinemike.com wrote: On May 3, 2011, at 2:14 PM, n.putt...@gmail.com wrote: On 2011/05/03 03:56:15, MikeSol wrote: A better approach to the TabVoice glissando problem, although I'm still not quite sure why it works, but it seems to work!

Re: Better approach to fixing the TabVoice glissando problem. (issue4438092)

2011-05-03 Thread m...@apollinemike.com
On May 3, 2011, at 3:36 PM, Neil Puttock wrote: On 3 May 2011 23:27, m...@apollinemike.com m...@apollinemike.com wrote: On May 3, 2011, at 2:14 PM, n.putt...@gmail.com wrote: On 2011/05/03 03:56:15, MikeSol wrote: A better approach to the TabVoice glissando problem, although I'm still not

Re: Better approach to fixing the TabVoice glissando problem. (issue4438092)

2011-05-03 Thread m...@apollinemike.com
On May 3, 2011, at 3:39 PM, m...@apollinemike.com wrote: On May 3, 2011, at 3:36 PM, Neil Puttock wrote: On 3 May 2011 23:27, m...@apollinemike.com m...@apollinemike.com wrote: On May 3, 2011, at 2:14 PM, n.putt...@gmail.com wrote: On 2011/05/03 03:56:15, MikeSol wrote: A better approach

Better approach to fixing the TabVoice glissando problem. (issue4438092)

2011-05-02 Thread mtsolo
Reviewers: , Message: A better approach to the TabVoice glissando problem, although I'm still not quite sure why it works, but it seems to work! Cheers, MS Description: Better approach to fixing the TabVoice glissando problem. Please review this at http://codereview.appspot.com/4438092/