lilypond-user
[Top][All Lists]
Advanced

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

Newby question about stem directions


From: Tim Rowe
Subject: Newby question about stem directions
Date: Sun, 10 May 2009 14:45:52 +0100

I can't get the following bit of notation to work -- despite the
\stemUp command the stems are down (which looks horrid!) -- can
anybody tell me what I'm doing wrong? Thanks.:

\version "2.12.2"
\include "english.ly"

lower = \relative c {
  \clef bass
  \key f \major
  \time 4/4

  <<  {\stemDown c2 } {\stemUp e4 e4 } \stemNeutral >> c2 |
}

\score {
  <<
  \set Score.tempoHideNote = ##t
  \tempo 4 = 144
    \new PianoStaff <<
      \new Staff = "lower" \lower
      >>
  >>
  \layout {
    \context { \RemoveEmptyStaffContext }
  }
  \midi { }
}

-- 
Tim Rowe




reply via email to

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