Stemby wrote:
Hi
I'm not sure that it is a bug.
Now I think it is a documentation "error":
Try looking in LSR. There's at least two examples of this in
there.
Exactly! :-) This[1] example could be put into the user manual, chapter 7.8
("Other instrument specific notation").
Thank you.
Regards
Carlo
[1] http://lsr.dsi.unimi.it/LSR/Item?id=150
A much simpler alternative, at least in this example, is to move the
slur engraver from
the Voice context to the Staff context:
\version "2.10.0"
\layout{
\context{
\Voice
\remove Slur_engraver
}
\context{
\Staff
\consists Slur_engraver
}
}
\relative c' {
<< {
d16( a') s a) s a[) s a]) s a[) s a])
}
\\
{
\slurUp
bes,16[ s e]( s f[( s fis]( s g[( s gis]( s } >>
}
/Mats
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond
--
=============================================
Mats Bengtsson
Signal Processing
School of Electrical Engineering
Royal Institute of Technology (KTH)
SE-100 44 STOCKHOLM
Sweden
Phone: (+46) 8 790 8463
Fax: (+46) 8 790 7260
Email: [EMAIL PROTECTED]
WWW: http://www.s3.kth.se/~mabe
=============================================
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond