lilypond-user
[Top][All Lists]
Advanced

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

In-staff fermata with 2.25.


From: Thomas Morley
Subject: In-staff fermata with 2.25.
Date: Wed, 7 Jun 2023 23:07:27 +0200

Hi,

this came up in the german forum:
https://lilypondforum.de/index.php/topic,1247.msg6512.html

How to print fermata _in_ staff with 2.25.?

Below works with 2.24.
\version "2.24.1"

%#(ly:set-option 'debug-skylines #t)

\layout {
  \override Score.VerticalAxisGroup.default-staff-staff-spacing.basic-distance
= 0
  \override Score.VerticalAxisGroup.default-staff-staff-spacing.minimum-distance
= 0
}

<<
  \new Staff { \clef bass R1*6 }
  \new Staff {
    \clef bass
    \override Script.staff-padding = ##f
    c1\fermata
    d\fermata
    e\fermata
    \override Script.direction = #DOWN
    e\fermata
    f\fermata
    g\fermata
  }
>>

But not with 2.25.

Any hints?

Thanks,
  Harm



reply via email to

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