Re: Changing clef automatically when pitch falls between a user-defined range of pitches

2018-10-18 Thread David Nalesnik
On Thu, Oct 18, 2018 at 9:27 AM elmeri wrote: > > Hey ML, > > I asked a similar question on the Music Practice & Theory Stack Exchange > site, and I was told that the idea of changing clef automatically is - in > most cases - a bad idea, at least musically/practically speaking. > Nevertheless,

Re: Changing clef automatically when pitch falls between a user-defined range of pitches

2018-10-18 Thread Aaron Hill
On 2018-10-18 8:19 am, Aaron Hill wrote: On 2018-10-18 7:21 am, elmeri wrote: This also needs to work for \transpose'd music. I missed that line. \transpose could be tricky to support if one wanted both... \transpose a b { \autoClef { ... } } \autoClef { \transpose a b { ... } }

Re: Changing clef automatically when pitch falls between a user-defined range of pitches

2018-10-18 Thread Aaron Hill
On 2018-10-18 7:21 am, elmeri wrote: Hey ML, I asked a similar question on the Music Practice & Theory Stack Exchange site, and I was told that the idea of changing clef automatically is - in most cases - a bad idea, at least musically/practically speaking. Nevertheless, I would like to ask

Changing clef automatically when pitch falls between a user-defined range of pitches

2018-10-18 Thread elmeri
Hey ML, I asked a similar question on the Music Practice & Theory Stack Exchange site, and I was told that the idea of changing clef automatically is - in most cases - a bad idea, at least musically/practically speaking. Nevertheless, I would like to ask for pointers as to how to accomplish this