----- Original Message ----- 
  From: Pierre Perol-Schneider 
  To: Peter Terpstra 
  Cc: lilypond-user 
  Sent: Thursday, November 13, 2014 1:03 PM
  Subject: Re: Solved: (Was Re: Differently headed does not merge.)


  Hi Peter,



  2014-11-13 13:47 GMT+01:00 Peter Terpstra <peter.terpst...@gmail.com>:



    Have solved it a bit like this, as i had already defined the voice, just 
gave a limited example.
    Just looks wonderful now!



  If you want to achieve this there's also a quicker way :

  \version "2.18.2"

  {
    \key d \major
    \clef "treble_8"
    <<
      { <a'-2>2 ~ q8 <d''-4>8 <cis''-3> <a'-4> }\\
      {
       \tweak duration-log #1 d,8 a, <fis-1> <cis'-3> b2
      }
    >>
  }


  Cheers,
  Pierre





------------------------------------------------------------------------------


  _______________________________________________
  lilypond-user mailing list
  lilypond-user@gnu.org
  https://lists.gnu.org/mailman/listinfo/lilypond-user




Or maybe (clearer outout in MHO)...

\version "2.18.2"

{

    \key d \major

    \clef "treble_8"

    <<

        { <a'-2>2 ~ q8 <d''-4>8 <cis''-3> <a'-4> }\\

        { d,2*1/4 a,8 <fis-1> <cis'-3> b2 }

    >>

}







Phil.


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to