Il 15/11/2012 20:20, Victor Eijkhout ha scritto:
I'm writing a piece in 14/16, and that's not 7/8: it's counted 4+3+3+4 
sixteenths.

1. Is there a way to make beaming automatically to 4-3-3-4?

You find the answer here:
http://lilypond.org/doc/v2.16/Documentation/notation/beams#setting-automatic-beam-behavior

A working example:

\version "2.16.1"

\relative c' {
  \time 14/16
  \set Timing.beatStructure = #'(4 3 3 4)
  c16 c c c d d d e e e c c c c  |
}


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

Reply via email to