lilypond-user
[Top][All Lists]
Advanced

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

Empty markup lines behavior change (maybe regression) in dev (2.21.7) th


From: K.L.
Subject: Empty markup lines behavior change (maybe regression) in dev (2.21.7) than stable (2.20.0)
Date: Thu, 8 Oct 2020 10:23:22 +0800

Try engrave this ly code:

\version "2.20.0"

\header {
  title = \markup \column {
   \line { "Minuet" }
   \line { "" }
   \line { "" }
  }
  subtitle = "A study in accent and in the correct timing of half beats"
}
 
{s}

By lilypond v2.20.0:
image.png

By lilypond v2.21.7:
image.png

Sometimes a ly code converted from music sheet software (like Finale), and their composers prone to typeset casually like this. It's better to keep accordance with the original appearance.

And I noticed that in SVG results of the new version, every individual element was wrapped by a <g>, what's the design intention? Something will transform double times?

reply via email to

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