lilypond-user
[Top][All Lists]
Advanced

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

Re: Altered unisons


From: Ben
Subject: Re: Altered unisons
Date: Tue, 26 Feb 2019 13:55:00 -0500
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.5.1

On 2/26/2019 1:45 PM, Павел Буданов wrote:
We can write, for example, this: <b! bis>, and this will give a satisfactory result. But it isn't perfect. I want to use splitting stem, like this:
And for two voices I would like to engrave a bracket or a check, like these:


You can input altered unisons by using several overrides, for example:

http://lilypond.org/doc/v2.19/Documentation/snippets/simultaneous-notes#simultaneous-notes-displaying-complex-chords

\version "2.19.82"

fixA = {
  \once \override Stem.length = #11
}

fixB = {
  \once \override NoteHead.X-offset = #1.7
  \once \override Stem.length = #7
  \once \override Stem.rotation = #'(45 0 0)
  \once \override Stem.extra-offset = #'(-0.1 . -0.2)
  \once \override Flag.style = #'no-flag
  \once \override Accidental.extra-offset = #'(4 . -.1)
}


\relative c' {
  << { \fixA <b d!>8 } \\ { \voiceThree \fixB dis } >> s
}


Attachment: altered.png
Description: PNG image


reply via email to

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