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 11:04:31 +0100

BTW, this works too:

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

Cheers,
Pierre

Le mar. 29 déc. 2020 à 07:46, Pierre Perol-Schneider <pierre.schneider.paris@gmail.com> a écrit :
Oops, sorry, not awake...
How about:

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

Cheers,
Pierre

Le mar. 29 déc. 2020 à 07:08, Pierre Perol-Schneider <pierre.schneider.paris@gmail.com> a écrit :
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]