lilypond-user
[Top][All Lists]
Advanced

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

Beaming with magnifyStaff and stopStaff


From: Knute Snortum
Subject: Beaming with magnifyStaff and stopStaff
Date: Sun, 20 Mar 2022 15:40:43 -0700

Hi all,

I have run into another possible-bug-certainly-ugly issue that I found
trying to create an ossia bar. When a musical figure has beams and the
staff is reduced in size with magnifyStaff and there is a stopStaff
right after it, the stems are too short and the beams are too wide.
Here's a MWE:

%%%
\version "2.23.6"

  \new Staff \with { \magnifyStaff #2/3 } {
    \relative {
      c''16 c \stopStaff s4. s2 |
    }
  }
%%%

Is it a bug that I should post on the bugs list?  Is there a work-around?

--
Knute Snortum



reply via email to

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