lilypond-user
[Top][All Lists]
Advanced

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

Re: Beam question


From: Ben
Subject: Re: Beam question
Date: Thu, 21 Dec 2017 13:13:43 -0500
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0

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 }>>

reply via email to

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