lilypond-user
[Top][All Lists]
Advanced

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

Re: Minim and Quaver simultaneously


From: Martin Seng Hin Yew
Subject: Re: Minim and Quaver simultaneously
Date: Thu, 24 Jan 2008 13:35:31 +0800
User-agent: Thunderbird 2.0.0.9 (Windows/20071031)

Trevor Bača wrote:
On Jan 22, 2008 10:27 AM, Martin Seng Hin Yew <address@hidden> wrote:
Greeting Lilypond Users.
Please, do let me know how to code the first note in the attached image?
(A minim which stemmed down and up for a quaver, same time) I can't
think of a method.


Hi Martin,

#'merge-differently-headed is the command you seek:


%%% BEGIN %%%

\version "2.11.34"

\layout { ragged-right = ##t }

\context Staff <<
   \clef "treble_8"
   \context Voice = "first" {
      \voiceOne
      c8 [ e8 ] g8 [ c'8 ]
   }
   \context Voice = "second" {
      \voiceTwo
      \override Staff.NoteCollision #'merge-differently-headed = ##t
      c2
   }
>>

%%% END %%%




Please see 1.5.2.1 Collision resolution for this and other goodies such as #'merge-differently-dotted, which you'll probably also want.




--
Trevor Bača
address@hidden


Hi Trevor Bača,

Ya there's such a command. Thanks for pointing it out for me and the nice output example you've done here!



reply via email to

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