lilypond-user
[Top][All Lists]
Advanced

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

Re: Beaming small problem


From: Pierre Perol-Schneider
Subject: Re: Beaming small problem
Date: Wed, 21 Oct 2015 17:46:01 +0200

Hi Jacques,

How about:

\version "2.19.28"

PartPOneVoiceOne =  \relative fis, {
  \clef "bass"
  \key d \major
  \time 4/4
  <<
    {
      \voiceOne fis'8 [ 8 8 8 ]
    } \\ {
      fis,8 [ fis'8  8 8 ]
    }
  >>
  fis8 [ eis16 dis16 cis8
  b8 ] | % 2
}

{
  \PartPOneVoiceOne
}


See also: http://www.lilypond.org/doc/v2.19/Documentation/notation/multiple-voices

Cheers,
Pierre

2015-10-21 17:26 GMT+02:00 Menu Jacques <address@hidden>:
Hello folks,

I’ve done various attempts, but to no avail: how can I get the beam from below for the 2nd to 4th eighthes, as in the attached PNG?

Thanks for your help!

JM



\version "2.19.28"

PartPOneVoiceOne =  \relative fis, {
  \clef "bass" \key d \major \time 4/4
  <fis fis'>8 [ <fis' fis>8 <fis fis>8 <fis fis>8 ]

  fis8 [ eis16 dis16 cis8
  b8 ] | % 2
}

{
  \PartPOneVoiceOne
}




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



reply via email to

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