lilypond-user
[Top][All Lists]
Advanced

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

second voice note has no flags


From: Jay Hamilton
Subject: second voice note has no flags
Date: Sun, 17 Jun 2007 16:50:20 -0700

In the example below the 16th note a should have two flags but has none and 
looks like a quarter note.
What did I do wrong this time?

\version "2.10.25"
melody = \relative c'
{
\clef treble
\key c \major
\time 3/4
#(set-global-staff-size 20)
\override Staff.TimeSignature #' style = #' ()
\override Staff.NoteCollision #'merge-differently-headed = ##t
\override Staff.NoteCollision #'merge-differently-dotted = ##t
<<
{
a16-p e''^\markup {a} dis-1-m cis-3-i e^\markup {a} dis-m cis-i a-4-p 
dis^\markup {a} cis-m a-i a,-p
\bar "|."
}
\\
{
a2 \hideNotes a8. \unHideNotes a16
}
>>

  }
\score {
\new Staff \melody
\layout { }
\midi { }
}



Please respond to this email using
address@hidden
Jay Hamilton
www.soundand.com
206-328-7694




reply via email to

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