lilypond-user
[Top][All Lists]
Advanced

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

Broken beam to the left not working?


From: Knute Snortum
Subject: Broken beam to the left not working?
Date: Tue, 29 Mar 2022 10:51:38 -0700

I've come across an odd behavior, maybe a bug.  I am trying to create a broken/partial/fragmented beam to the left of the note group.  I can do it to the right just fine.  Some code may help illustrate what I mean:

%%%
\version "2.23.7"

% This doesn't work: no beams are created
\relative c''' {
  \hideNotes g8[ \unHideNotes f16 e f]
}

% This works: beams are created with a partial beam at the end
\relative c'' {
  f16[ e f \hideNotes g8] \unHideNotes
}
%%%

The "\hideNotes" trick works when I want the partial beam to the right, but not to the left.  Bug?  Is there a work-around?

--
Knute Snortum


reply via email to

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