lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: proportional horizontal space in accelerando and ritardando


From: Caio Giovaneti de Barros
Subject: Re: proportional horizontal space in accelerando and ritardando
Date: Tue, 26 Jan 2016 20:28:00 -0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]