lilypond-user
[Top][All Lists]
Advanced

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

Re: Miss same position of note head


From: Klaus Blum
Subject: Re: Miss same position of note head
Date: Thu, 13 Apr 2017 12:54:30 -0700 (MST)

Hi Ingo, 

Inxman wrote
> i don't understand why the note heads in the middle of this snippet do not
> share the same place? 

that's because the upper voice needs a dotted note head while the lower
doesn't. 
You can force LilyPond to merge them anyway using \mergeDifferentlyDottedOn:

% ---------------------------------------------------
\version "2.19.33"

upper = \relative c'' {
  \clef treble
  \time 4/4
  \mergeDifferentlyDottedOn
  <<
    { a4 g8. [f16] }
    \\
    { a16 [a, c f] g [g, b f']  }
  >>
}

\score {
  \new GrandStaff
  \new Staff = upper { \new Voice = "singer" \upper }
}
% ---------------------------------------------------

Cheers, 
Klaus



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Miss-same-position-of-note-head-tp202248p202251.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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