lilypond-user
[Top][All Lists]
Advanced

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

Re: synchronization of feathered beams


From: Kieren MacMillan
Subject: Re: synchronization of feathered beams
Date: Mon, 24 Dec 2018 13:14:56 -0500

p.s. Notice how telling Lilypond to consider the feathered measure separately 
from the rest, it does something different spacing-wise (which may or may not 
be what you want):

\version "2.19.82"

\layout {
  system-count = 4
}
\new Staff
\relative c' {
  \newSpacingSection
 \override Beam.grow-direction = #LEFT
 \featherDurations #(ly:make-moment 7/1)
 {c32[ d e f g f g f]}  c4 c c |
 \revert Beam.grow-direction
  \newSpacingSection
 c4 e d c c1 d e c c c c c c c c
}

Please read the manual carefully as to all the spacing options — they really 
are remarkably flexible and complete.

Cheers,
Kieren.
________________________________

Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: address@hidden




reply via email to

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