lilypond-devel
[Top][All Lists]
Advanced

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

How to create complex chord


From: Larry
Subject: How to create complex chord
Date: Wed, 6 Apr 2016 15:57:49 -0400
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.0

Hello,

I need to create a chord of which part is a tuplet and don't know how.

Attached is an image of what I want to do:
here's my attempt (which doesn't work):

\version "2.18.2"
\language "english"

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

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

right = \relative c' {
  \global
  \tempo "Adagio sostenuto"
  \tuplet 3/2 { e,8 gs cs }
}

left = \relative c,  {
  \global
      { <cs gs cs' >1 }
}

\score {
  \new PianoStaff \with {
    instrumentName = "Piano"
  } <<
    \new Staff = "right" \with {
      midiInstrument = "acoustic grand"
    } \right
    \new Staff = "left" \with {
      midiInstrument = "acoustic grand"
    } { \clef bass \left }
  >>
  \layout { }
  \midi {
    \tempo 4=70
  }
}

Larry

Attachment: example1.gif
Description: GIF image


reply via email to

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