[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Two strings writing legato
From: |
Mats Bengtsson |
Subject: |
Re: Two strings writing legato |
Date: |
Thu, 19 Jun 2008 12:21:08 +0200 |
User-agent: |
Thunderbird 2.0.0.5 (X11/20070716) |
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
address@hidden
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: address@hidden
WWW: http://www.s3.kth.se/~mabe
=============================================