Hi Keith, 

Keith OHara wrote
> The general solution seems to be to apply whatever algorithm you use 
> to choose ottavation after applying the \autochange routine
>   \autoOctave \autoChange {...}
> or maybe easier to merge them into one.

Oh, I see! So now I will probably aim to produce something like the code
below:

\score {
  \new PianoStaff {
    \autochange { c'4 d' c' b } 
    \autochange { \ottava #1 <c''' e''' g'''> }
    \autochange { \ottava #0 c' b a }
  }
} 

I always applied \autochange to the whole PianoStaff, and for some reason it
didn't cross my mind I could do \autochange { musicA } \autochange { musicB
} etc. Thanks a lot, now things will be much easier!

Take care,
Gilberto



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/problem-with-autochange-and-ottava-tp168278p168336.html
Sent from the User mailing list archive at Nabble.com.

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to