Thanks!!

On 26-01-2016 19:12, Pierre Perol-Schneider wrote:
Oops my fault.
So here it goes:

\version "2.19.35"

\relative c'' {
  \set Score.proportionalNotationDuration = #(ly:make-moment 1/40)
  \override Beam.grow-direction = #RIGHT
  \featherDurations #(ly:make-moment 2/3)
  { e32[
    \override NoteHead.transparent = ##t
    e e e e e e e e e e e e e e]
  }

  \override Beam.grow-direction = #LEFT
  \featherDurations #(ly:make-moment 3/2) %% <= !!!
  { e32[ e e e e e e e e e e e
    \revert NoteHead.transparent
    e]
  }
  \override Beam.grow-direction = #'()
  s8
}

Cheers,
Pierre

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

Reply via email to