lilypond-user
[Top][All Lists]
Advanced

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

Re: Re[2]: Merging note heads with different pitches. Bug?


From: Pierre Perol-Schneider
Subject: Re: Re[2]: Merging note heads with different pitches. Bug?
Date: Thu, 20 Feb 2020 11:39:44 +0100

Hi All,
How about:

\version "2.19.84"
\language "english"

\relative {
  \key fs \minor
  \time 3/8
  <<
    { \voiceTwo fs'8
       \once \override NoteColumn.force-hshift = #2.4
       \once \override Accidental.X-extent = #'(1 . 0)
       \once \override Accidental.extra-offset = #'(3.3 . 0)
      fs! fs } \\ { \voiceOne gs8 fss gs }
  >>
}
%%% End %%%

Cheers,
Pierre

Le jeu. 20 févr. 2020 à 00:07, Trevor <address@hidden> a écrit :
Hi Knute

Rather ugly, but I think this gets close to what you want:

%%% Start %%% 
\version "2.21.0" 
\language "english" 
\relative { 
\key fs \minor 
\time 3/8 
<< { gs'8*30/32[ fss8 s8*1/16 gs8] | } \\ { fs8*31/32[ fs8 s8*1/32 fs8] | } >> 
%%% End %%% 

I've not investigated how to remove the unwanted natural.

Trevor

------ Original Message ------
From: "Knute Snortum" <address@hidden>
To: "Mark Stephen Mrotek" <address@hidden>
Cc: address@hidden
Sent: 19/02/2020 22:32:42
Subject: Re: Merging note heads with different pitches. Bug?

Well, it works the same way in 2.18.2, so not a regression. I was
hoping for something more like
 
\once \override NoteHead.mergeNoteHeads = ##f
 
And ideally the fss would be to the left of the fs. I'm having a heck
of a time making that happen with force-hshifts.
 
---
Knute Snortum
(via Gmail)
 
On Wed, Feb 19, 2020 at 11:31 AM Mark Stephen Mrotek
 
Knute,
 
Don't know about a bug, yet this is a start (not too pretty),
 
%%% Start %%%
\version "2.19.84"
\language "english"
 
\relative {
\key fs \minor
\time 3/8
<< { gs'8
\once \override NoteColumn.force-hshift = #2.2
\once \override Accidental.X-extent = #'(1 . 0)
\once \override Accidental.extra-offset = #'(3 . 0)
fss gs } \\ { fs fs fs } >>
}
%%% End %%%
 
Mark
 
-----Original Message-----
From: lilypond-user [mailto:lilypond-user-bounces+carsonmark=address@hidden] On Behalf Of Knute Snortum
Sent: Wednesday, February 19, 2020 11:01 AM
Subject: Merging note heads with different pitches. Bug?
 
Consider this snippet:
 
%%% Start %%%
\version "2.19.84"
\language "english"
 
\relative {
\key fs \minor
\time 3/8
<< { gs'8 fss gs } \\ { fs fs fs } >>
}
%%% End %%%
 
Why does the fss note head get merged with the fs? Is this a bug? If not, how do I stop it from happening?
 
---
Knute Snortum
(via Gmail)
 

reply via email to

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