lilypond-user
[Top][All Lists]
Advanced

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

Re: Custom beam subdivisions


From: Pierre Perol-Schneider
Subject: Re: Custom beam subdivisions
Date: Tue, 29 Dec 2020 07:08:22 +0100

Hi Vaylor,

Le mar. 29 déc. 2020 à 03:36, Vaylor Trucks <vaylor@gmail.com> a écrit :
 
Any thoughts?

???
\version "2.20.0"
\score {
  \new Staff { << \relative c' {
     \time 6/8
     %\set baseMoment = #(ly:make-moment 1/8)
     \set beatStructure = #'(2 1 2 1)
     %\set subdivideBeams = ##t
     c16 c c c c32 c c c
     c16 c c c c32 c c c
  } >> }
}

Cheers,
Pierre

reply via email to

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