I'm trying to get automatic beaming of 32nd notes to end every
quarter note rather than every eighth note. I thought the following
should achieve it, but the beaming of 32nd notes still breaks every
eighth note:

 relative c'' {
 time 3/4
 #(override-auto-beam-setting '(end 1 32 * *) 1 4)
 #(override-auto-beam-setting '(end 1 32 * *) 2 4)
 a16 a a a a a a a a a a a
 a32 a a a a a a a a a a a a a a a a a a a a a a a
 }

 I also tried 

 #(override-auto-beam-setting '(end * * * *) 1 4)
 #(override-auto-beam-setting '(end * * * *) 2 4)

 with no effect either. What is the correct command?

 Nick

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

Reply via email to