Jump to content

Ambitus after key signature: Difference between revisions

From LilyPond wiki
Import snippet from LSR
 
m Replace version="2.24.0" with version="2.24" now that the LilyWiki extension supports auto-selecting the latest release in a stable series
Line 3: Line 3:
A common use case is printing the ambitus between key signature and time signature.
A common use case is printing the ambitus between key signature and time signature.


<lilypond version="2.24.0">
<lilypond version="2.24">
\new Staff \with {
\new Staff \with {
   \consists Ambitus_engraver
   \consists Ambitus_engraver

Revision as of 18:56, 16 November 2025

By default, ambitus are positioned at the left of the clef. The \ambitusAfter function allows for changing this placement. Syntax is \ambitusAfter grob-interface (see Graphical Object Interfaces for a list of possible values for grob-interface.)

A common use case is printing the ambitus between key signature and time signature.

LilyPond rendering error

No release of LilyPond 2.24 found.