lilypond-user
[Top][All Lists]
Advanced

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

Re: Polyphonic alternating beams with cross-voice slurs


From: Erik Sandberg
Subject: Re: Polyphonic alternating beams with cross-voice slurs
Date: Thu, 10 Mar 2005 23:51:24 +0100
User-agent: KMail/1.7.2

On Thursday 10 March 2005 22.11, Erik Sandberg wrote:
> On Thursday 10 March 2005 20.58, Matthias Kilian wrote:
>
> I gave bar 235 a try:
>

I thought some more about it. This gives no warnings, but more importantly, it 
_feels_ better :) (it's cleaner somehow):

\relative {
<<{d16( a') s a s a[ s a] s a[ s a] } \\
 {\slurUp bes,[ s e]( \hideNotes a) \unHideNotes f[( \hideNotes a) 
\unHideNotes fis]( \hideNotes a) \unHideNotes g[( \hideNotes a) \unHideNotes 
gis]( \hideNotes a) }
 >>
}

You could also use unfolding repeats to make it more convenient:

\relative {
<<
  {d16( a') s a s a[ s a] s a[ s a] } \\
  <<
    {\slurUp bes,[ s e]( a) f[( a) fis]( a) g[( a) gis]( a) }
    \repeat unfold 6 { s \hideNotes s \unHideNotes }
  >>
>>
}

btw, this example feels like something for the LSR.. I'm adding it.

Erik




reply via email to

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