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


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

Reply via email to