Hi Jacques,

you need two voices:

\version "2.19.28"

PartPOneVoiceOne = \relative fis {
  \clef "bass"
  \key d \major
  \time 4/4
  \voiceOne
  fis8[ fis fis fis]
  \oneVoice
  fis8[ eis16 dis cis8 b] | % 2
}

PartPOneVoiceTwo = \relative fis, {
  \voiceTwo
  fis8 fis' fis fis
}

\new Staff<<
  \PartPOneVoiceOne
  \PartPOneVoiceTwo
>>

Cheers,
Joram

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to