lilypond-user
[Top][All Lists]
Advanced

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

RE: Stem not quite correctly positioned on merged noteheads


From: Nick Payne
Subject: RE: Stem not quite correctly positioned on merged noteheads
Date: Tue, 24 Mar 2009 09:11:47 +1100

Fixed by a small hshift on the 1/8 note that merges with the 1/2 note:

\version "2.12.2"

\relative c'' {
<<
{
\mergeDifferentlyHeadedOn
\once \override NoteColumn #'force-hshift = #0.05
c8 d e d
} \\ {
c2
}
>>
}

Nick

> -----Original Message-----
> From: Nick Payne [mailto:address@hidden
> Sent: Friday, 20 March 2009 04:44
> To: 'address@hidden'
> Subject: Stem not quite correctly positioned on merged noteheads
> 
> \version "2.12.2"
> 
> \relative c'' {
> <<
> {
> \mergeDifferentlyHeadedOn
> c8 d e d
> } \\ {
> c2
> }
> >>
> }
> 
> If you look closely at the output produced by the above, the right-hand
> stem on the merged note is not exactly positioned in line with the
> right-hand side of the notehead. This is the example from section 1.5.2
> of the NR. I can see the same thing in scores I have set, particularly
> with merged half notes that have a hollow notehead.
> 
> Nick

Attachment: merge.png
Description: PNG image


reply via email to

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