lilypond-user
[Top][All Lists]
Advanced

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

Re: How to split autobeam


From: Gilles Sadowski
Subject: Re: How to split autobeam
Date: Mon, 15 Sep 2008 16:12:34 +0200
User-agent: Mutt/1.5.13 (2006-08-11)

Hi.
  
> in a \time 4/4 a sequence of chords is written, patterns like this:
>  
> <<cis,8 eis gis cis>> <<cis,8 eis gis cis>> <<d,8 f a d>> <<d,8 f a d>>

Please always send a working LilyPond code example. It will make it
easier to understand what you tried.
The above does not compile (I'm using v2.10.33)!

> these 4 chords are beamed together. But I need the two chords cis,8 beamed
> together and the two chords d,8.

The following excerpt might do what you want:

%---
\version "2.10.10"

theMusic = {
  \time 4/4
  <cis, eis gis cis>8[ <cis, eis gis cis>] <d, f a d>[ <d, f a d>]
}

\score {
  \theMusic
  \layout {}
}
%---


Best,
Gilles




reply via email to

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