lilypond-user
[Top][All Lists]
Advanced

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

Re: retrying in and out polyphony


From: Carl Sorensen
Subject: Re: retrying in and out polyphony
Date: Wed, 20 Dec 2017 00:03:51 +0000
User-agent: Microsoft-MacOutlook/f.29.0.171205


From: Mike Dean <address@hidden>

Measures 1,3,5 are chords, while measures 2,4,6 has the temporary polyphony and 
trying to fit what I want to do into the example is a struggle...

I use \stemDown to put the stem down and merge it with the chord:

{
  \clef bass
  \time 3/4 
  <<  
    \relative c' {
      \once \stemDown c2. |
      c4. bes8 aes bes
    } \\
    \relative c {
      <e g>2.(  |
      <des f>2.)
    }
  >>
}


HTH,

Carl
 



reply via email to

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