lilypond-user
[Top][All Lists]
Advanced

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

Ignore stems


From: Simon Albrecht
Subject: Ignore stems
Date: Fri, 25 Mar 2022 13:11:53 +0100

Hello everybody,

I want to try having Lyrics placed without regard for any stems in the adjacent staff (and then using whiteout to remedy the clash, of course). The below approach doesn’t work. Why? Can I make it work?

Best, Simon

%%%%%%%%%%%%%%%%
\version "2.23.6"

\layout {
  \context {
    \Lyrics
    \override LyricText.show-vertical-skylines = ##t
    \override VerticalAxisGroup.nonstaff-relatedstaff-spacing = #'((padding . 0.2))
  }
  \context {
    \Voice
    \override Stem.show-vertical-skylines = ##t
    \override Stem.vertical-skylines = #'()
  }
}

<<
  { b'4 }
  \addlyrics { M }
  { a'4 }
  \addlyrics { M }
>>

Attachment: Screenshot_20220325_130835.png
Description: PNG image


reply via email to

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