lilypond-user
[Top][All Lists]
Advanced

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

Re: Shifted notehead won't merge with same pitch from other voice


From: Pierre Perol-Schneider
Subject: Re: Shifted notehead won't merge with same pitch from other voice
Date: Thu, 29 May 2014 10:24:47 +0200

2014-05-29 9:15 GMT+02:00 Javier Ruiz-Alma <address@hidden>:
I'm typesetting the attached music using four voices.  However, a shifted quarter note refuses to merge with the half-note from other voice. I suspect it has to do with both having same stem direction, but how does one tell LP to merge anyway? Force-shifting notecolumn didn't seem to do the trick.

If you really want to reproduce your image you'll have to do something bad like :

%%%%%%%%%
\version "2.18.2"

\relative c' {

\key g \minor

<<

{ c8[

\once \override NoteHead.stencil = #ly:text-interface::print

\once \override NoteHead.text = \markup\musicglyph #"noteheads.s1"

d fis bes^( a)] }

\\

{ \once\hideNotes c,8_~ c2 }

\\

{ \mergeDifferentlyDottedOn s4 \stemDown fis4. }

>>

}

%%%%%%%%%%%%%%


But, as Urs, I'll encourage you to copy the Learning Manual example which is much more elegant.

Cheers,

Pierre


reply via email to

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