lilypond-user
[Top][All Lists]
Advanced

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

Manually control note spacing?


From: Robert Hickman
Subject: Manually control note spacing?
Date: Fri, 5 Jan 2024 14:50:33 +0000

Hi,

I'm trying to make an example showing mordent symbols with text
labels. I want the note positions spaced so that the text is all on
one line, with notes placed as needed to fit around it.

The easiest way I can think of doing that would be to put manually
sized 'gap fillers' between the notes which is something I often do in
LaTeX, but I can't find any way of doing that in lilypond - it only
seems possible to change spacing globally?

\version "2.18.2"

\header {tagline = ""}
{
    \numericTimeSignature
    \time 4/4
    a'4\mordent^"Mordent"
    a'4\upmordent^"Upper Mordent"
   a'4\downmordent^"Lower Mordent"
}



reply via email to

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