lilypond-user
[Top][All Lists]
Advanced

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

Making distance/space between notes above a syllable smaller


From: b.a.g.hillen
Subject: Making distance/space between notes above a syllable smaller
Date: Wed, 6 Oct 2021 23:16:55 +0200

Is it possible in Lilypond to make the distance/space between two or three notes above a syllable smaller?

In the example see the slurs g(bes) and bes(c bes) with 2 or 3 notes.

\version "2.18.2"

eenVoice = \relative c'' {\key bes \major

   \cadenzaOn   % zet barlines uit

   \override Staff.TimeSignature #'stencil = ##f

   \hide Stem

   d,4 f g f g (bes) bes^- bes (c bes) a g^- \bar":|."

}

verseOne = \lyricmode {

    O -- ver heel de aar -- de klinkt hun roep.

}

\score {

  <<

    \new Voice = "one"  {

    \eenVoice

}

    \new Lyrics \lyricsto "one"{

    \verseOne

}

  >>

}

Regards,

Ben Hillen



reply via email to

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