On 23/12/2018 21:35, Mark Stephen Mrotek wrote:

Hello,

Please see attached snippet.

In measure 3 the two e flats should be tied.

I have looked at using transparent as given in

http://lsr.di.unimi.it/LSR/Snippet?id=8

yet that would “collide” with the quarter rest.

Any suggestions would be greatly appreciated.


How about this?

\version "2.19.81"

{
  \time 6/8
  \clef "bass"
  <<
    \new Voice \relative c {
      \voiceOne
      bes8-5 bes'-1 d-2~ d8 c-1 bes-2 |
      c4. r4 f,8-2 |
      g4. s4.
      d4. s |
    }
    \new Voice \relative c' {
      \voiceTwo
      s4. r4 g8-4~ |
      g f-5 aes-2~ aes g-1 d-4~ |
      d c ees-3^~ \stemUp ees8 d^1 c^2 \stemNeutral  |
    }
    \new Voice \relative c {
      \voiceFour
      s2.*2 |
      s4. r4 a8-4~ |
      a g bes'-1~ bes a-2 g-3 |
    }
  >>
}

\relative c' {
  \time 6/8
  \clef bass
  <<
    {
      bes,8-5 bes'-1 d-2~ d8 c-1 bes-2 |
      c4. r4 f,8-2 | g4. ees8 d-1 c-2 | d4. s |
    } \\
    {
      s4. r4 g8-4~ |
      g f-5 aes-2~ aes g-1 d-4~ |
      d c ees-3  r4 a,8-4~ |
      a g bes'-1~ bes a-2 g-3 |
    }
  >>
}


--
Timothy Lanfear, Bristol, UK.


_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to