lilypond-user
[Top][All Lists]
Advanced

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

Re: Superimposing notes


From: Paul Morris
Subject: Re: Superimposing notes
Date: Thu, 9 Apr 2015 17:06:00 -0700 (MST)

Andrew Bernard wrote
> In general, how to superimpose notes - precisely the opposite of avoiding
> collisions.

Hi Andrew, See below.  This should work for your use case I think.
HTH,
-Paul

%%%%%%%%%%%

\version "2.18.2"

first = \relative f' {
  \once \override NoteColumn.ignore-collision = ##t
  c4 
}

second = \relative f' {
  d2 
}

\new Staff
<<
  \new Voice { \voiceOne \first }
  \new Voice { \voiceTwo \second }
>>

%%%%%%%%%%%

Related links:
http://lsr.di.unimi.it/LSR/Item?id=457
http://lilypond.org/doc/v2.18/Documentation/internals/note_002dcolumn_002dinterface
http://lilypond.org/doc/v2.18/Documentation/snippets/staff-notation#staff-notation-quoting-another-voice




--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Superimposing-notes-tp174264p174309.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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