lilypond-user
[Top][All Lists]
Advanced

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

Why isn't VoiceTwo flipping the stems down?


From: Kevin Cole
Subject: Why isn't VoiceTwo flipping the stems down?
Date: Sun, 5 Jun 2022 09:28:40 -0400

What did I miss THIS time?

%%%%%%%%%%
\version "2.22.1"
\language "english"

global = {
  \time 4/4
  \key d \major
}

soprano = \relative c'' {
  \global
  \clef treble
  b2( cs2)                             | % 19
  <<
    \voiceOne { d2 e2 }                  %    Stem UP
    \new Voice
    \voiceTwo { b4 a4 b4 cs8[( b8]) }    %    Why isn't this Stem DOWN ???
  >>
  \oneVoice                            | % 20
  d2 cs2                               | % 21
  \bar "|."
}

\score {
  \new Staff = "soprano" \soprano
  \layout { \autoBeamOff }
}
%%%%%%%%%%


reply via email to

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