bug-lilypond
[Top][All Lists]
Advanced

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

[LSR ] Connecting groups of beamed notes with a single beam


From: Pierre Perol-Schneider
Subject: [LSR ] Connecting groups of beamed notes with a single beam
Date: Thu, 10 Jul 2014 10:00:44 +0200

Hi Squad,

I'd like to modify the code of this snippet :
http://lsr.di.unimi.it/LSR/Item?id=2

\relative c'' {
  c32[ c c
  \set stemRightBeamCount = #1
  c32
  \set stemLeftBeamCount = #1
  c32 c c c]
}

to this one :

\relative c'' {
  \set subdivideBeams = ##t
  % Set beam sub-group length to an eighth note
  \set baseMoment = #(ly:make-moment 1/8)
  \set beatStructure = #'(2 2 2 2)
  c32[ c c c c c c c]
}


and put the manual beaming connections into a new snippet :
http://lsr.di.unimi.it/LSR/Item?id=927

see
http://lilypond.1069038.n5.nabble.com/Beam-subdivided-at-non-periodic-intervals-td164174.html
<http://lsr.di.unimi.it/LSR/Item?id=927>


Cheers,

Pierre


reply via email to

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