lilypond-user
[Top][All Lists]
Advanced

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

how to get shorter stems


From: Stefan Thomas
Subject: how to get shorter stems
Date: Thu, 17 Jun 2021 21:10:32 +0200

Dear community,
in the following example the stems in voice three are to short in my opinion.
How can I shorten them?

\version "2.22.0"
global = { \key d \minor  \time 6/8 }
upper = { \voiceOne
  <e g bes>4.  <g bes>4 <g bes>8
}
middle = { \voiceThree
s4.    
 \override Stem.length = #1 % has no effect!
d8 e d
}
under = { \voiceTwo
 <d, e, g, bes, d>4. <d, g, bes,>4.
}

All =  { \clef "bass" \global
<< {\upper  } \new Voice { \middle } \new Voice { \under }  >>
}

\new Staff \All

reply via email to

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