lilypond-user
[Top][All Lists]
Advanced

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

Re: Positioning of a tiny voice


From: Kieren MacMillan
Subject: Re: Positioning of a tiny voice
Date: Fri, 7 Feb 2020 16:32:49 -0500

Hi Joram,

> How to move the b'' exactly on top of the chord below?
> What to do about this warning?

Does this workaround/hack suit your needs?

%%%
\version "2.19.83"

upper = \relative {
 \tiny
 \stemUp
  s4 b''
}

music = \relative {
 \key e \minor
 \time 2/4
 b'8 <b, e g>16 c' <b, e g b>8 <b e g>16 b'
}

\new Staff { \voices 1,2 << \music \\ { \voiceThree \shiftOff \upper } >> }
%%%

Hope it helps!
Kieren.
________________________________

Kieren MacMillan, composer (he/him/his)
‣ website: www.kierenmacmillan.info
‣ email: address@hidden




reply via email to

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