On 12/21/2017 1:05 PM, Mike Dean wrote:
In a piece with a double backslash to denote voices

  \clef treble
  \key c \major
  \time 3/4
<< { d, g d g fs a | d, g d g }
       \\
       { <b d> q <c d> |<b d> q }>>

The construct  ends after beat 2, leaving the four eighth notes unbeamed. is there something in the manual beaming syntax that I can use to beam the four notes?




Hi Mike,
I'm afraid your code does not compile due to failed bar checks. I don't see any eighth notes.
Can you re-check the code? :) They are all quarter notes in 3/4 time.

\version "2.19.80"
\language "english"
  \clef treble
  \key c \major
*\time 3/4*
<< { d, g d g fs a | d, g d g }
       \\
       { <b d> q <c d> |<b d> q }>>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to