lilypond-user
[Top][All Lists]
Advanced

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

Re: Beaming small problem


From: Noeck
Subject: Re: Beaming small problem
Date: Wed, 21 Oct 2015 17:58:29 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

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



reply via email to

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