[Reposting with link to big attachment, instead of attaching it]

Hello,

I am trying to replicate the notation in the linked picture, but the best I
can do is to create different voices but when I try I get the attached
example. If I try to create multiple voices on the last chord, I get too
many notehead clashes and it doesn't look good at all.
Any suggestion?

Thanks!

Giampaolo

 https://ibb.co/d3DdFo
\version "2.18.2"
\language "english"

\header {
  % Remove default LilyPond tagline
  tagline = ##f
}

\paper {
  #(set-paper-size "letter")
}

global = {
  \key a \minor
  \numericTimeSignature
  \time 3/8
}

right = \relative c'' {
  \global
  % Music follows here.
  << \mergeDifferentlyHeadedOn
    \mergeDifferentlyDottedOn
    { \voiceOne  a,16 b c e c b } \\
       { \voiceTwo \tieUp s8. e8.~ } \\ { \voiceTwo \tieUp s4 c8~ } \\
  { \voiceTwo \tieUp s4 s16 \hideNotes b16~ } >> 
  <a b c e>4.\fermata
  \bar "|."
}

left = \relative c' {
  \global
  % Music follows here.
  a,4.~ a\fermata \bar "|."
}

\score {
  \new PianoStaff <<
    \new Staff = "right" \right
    \new Staff = "left" { \clef bass \left }
  >>
  \layout { }
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to