lilypond-user
[Top][All Lists]
Advanced

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

Disconnected and oddly placed stems


From: Dan Florio
Subject: Disconnected and oddly placed stems
Date: Sat, 05 Sep 2009 11:37:18 -0400
User-agent: Thunderbird 2.0.0.23 (Windows/20090812)

Here are the first few measures of a guitar part in a tune I'm working on:

(Each line represents a measure)

\version "2.12.2"

\header
 {
    title = "Percussion Song"
    composer = "Dan Florio"
 }

Guitar = \relative c'
 {
    << e1 g d' g >>
    << e, g d' fis >>
    << ees, g des' fis >>
    << ees,2 g des' f >> << ees, g des' e >>
 }

\score
 {
    <<
    \new Staff = "Guitar" { \Guitar }
    >>

\midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 275 4) } }
    \layout { }
 }

I've attached the pdf of that specific part. Notice how the stems in the fourth measure are disconnected and opposite. Anyone know why this is happening, and how I can fix it?


Attachment: LatinPercussion2.pdf
Description: Adobe PDF document


reply via email to

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