lilypond-user
[Top][All Lists]
Advanced

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

Re: separate consecutive cluster chords


From: Klaus Blum
Subject: Re: separate consecutive cluster chords
Date: Thu, 25 Jun 2015 14:22:51 -0700 (MST)

Hi Kieren, 

you have to separate the clusters by rests (however, you can \hide them).

Here's a little experiment:

% ---------------------------------------------
\version "2.18.2"

separateClusters = {
  \override ClusterSpanner.X-offset = #-0.2
  \makeClusters {
    <g g'>4. \hide r8
    <d d'>4. \hide r8
    \grace {<g g'>8} <g g'>4. \hide r8
    \grace {<d d'>8} <d d'>4. \hide r8
    <g g'>4 <g g'>8 \hide r8
    <d d'>4 <d d'>8 \hide r8
  }
}

notes = {
  g'2 d' g' d' 
  s4 g' s  d'
}

\score {
  <<
    { \omit NoteHead \notes }
    \\
    { \separateClusters }
  >>
}
% ---------------------------------------------

Are you looking for something like that?

Cheers, 
Klaus

P.S.: To separate the voices, I'd like to replace the double backslash by a
"\new Voice" construction, but this adds a new staff. Can't figure out
why...  :-(



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/separate-consecutive-cluster-chords-tp178200p178219.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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