lilypond-user
[Top][All Lists]
Advanced

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

Alter length of secondary beam over rest


From: Andrew Bernard
Subject: Alter length of secondary beam over rest
Date: Mon, 22 Apr 2019 21:44:53 +1000

In the following MWE, I want to have the secondary beam on the last note B much shorter, so that only the main beam goes over the rest. How can one achieve this? It would be good if that part of secondary beam was the same length as the other tertiary beams.

Andrew

%======

\version "2.19.83"

{
  \stemUp
  c''32[ c'''16
  \set stemLeftBeamCount = #3
  \set stemRightBeamCount = #1
  e''32
  r16 b''16]
}

%======


reply via email to

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