fixing beaming

2011-02-11 Thread Douglas Ridgway
\relative c' {
c8 c8 c8 c4 c4 c8~ | c8 r8 r2.
}

This beams the first three eighth notes together, but the third one
should have a flag, to emphasize the syncopation. What's the right way
to fix this?

Thanks!
doug.

___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: fixing beaming

2011-02-11 Thread Phil Holmes
- Original Message - 
From: Douglas Ridgway ridg...@dridgway.com

To: lilypond-user@gnu.org
Sent: Friday, February 11, 2011 5:22 PM
Subject: fixing beaming



\relative c' {
c8 c8 c8 c4 c4 c8~ | c8 r8 r2.
}

This beams the first three eighth notes together, but the third one
should have a flag, to emphasize the syncopation. What's the right way
to fix this?

Thanks!
doug.


\relative c' {
c8[ c8] c8 c4 c4 c8~ | c8 r8 r2.
}

I think this is what you want?

--
Phil Holmes


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: fixing beaming

2011-02-11 Thread Douglas Ridgway
On Fri, Feb 11, 2011 at 10:40 AM, Phil Holmes m...@philholmes.net wrote:
 - Original Message - From: Douglas Ridgway ridg...@dridgway.com
 To: lilypond-user@gnu.org
 Sent: Friday, February 11, 2011 5:22 PM
 Subject: fixing beaming


 \relative c' {
 c8 c8 c8 c4 c4 c8~ | c8 r8 r2.
 }

 This beams the first three eighth notes together, but the third one
 should have a flag, to emphasize the syncopation. What's the right way
 to fix this?

 \relative c' {
 c8[ c8] c8 c4 c4 c8~ | c8 r8 r2.
 }

 I think this is what you want?

Yep, exactly. I knew it ought to be easy :) Thanks!

doug.

___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user