On 2020-01-28 4:52 am, Gianmaria Lari wrote:
Just a curiosity. Why lilypond engrave this:

\version "2.19.83"
{\partial 8*7 g8 8 8 8 8 8 8}


like

g8[ 8 8]     8[ 8 8 8]

I would expect:

g8[ 8 8 8]     8[ 8 8]

Notes within the anacrusis are adjacent to the end of the measure. To beam notes, you would need to consider what the complete measure would look like. This could be done by adding in imaginary skips at the beginning of the measure.

      \partial 8*7     g8  8 8   8  8 8 8
  =>  \partial 8*8 s8  g8  8 8   8  8 8 8
  =>  \partial 8*8 s8[ g8  8 8]  8[ 8 8 8]
  =>  \partial 8*7     g8[ 8 8]  8[ 8 8 8]


-- Aaron Hill

Reply via email to