[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Tie running through stems
From: |
Mats Bengtsson |
Subject: |
Re: Tie running through stems |
Date: |
Wed, 26 Jan 2005 10:03:28 +0100 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040913 |
What version of LilyPond do you use? Please always state that, or even
better, include a
\version "2.4.2"
line at the top of your .ly code.
The problem you see is not a bug in the implementation, but a lack of
documentation. As is described at
http://lilypond.org/doc/v2.4/Documentation/user/out-www/lilypond/Writing-polyphonic-music.html#Writing-polyphonic-music
the <<{...} \\ {...}>> feature implicitly sets properties of the upper
and lower voice corresponding to the \voiceOne and \voiceTwo macros.
What's not described is exactly what these macros do, namely that
\voiceOne set the direction of stems, slurs, ties, articulations,
text annotations, dots of dotted notes and fingerings to point upwards,
whereas \voiceTwo makes the same list of object be directed downwards.
The intention, of course, is to make it as clear as possible what notes
belong to which voice, even when the voices cross.
/Mats
Sebastiano Vigna wrote:
Dear developers,
the following example (from Scarlatti K460) sports a tie (second bar, on
the a-flat) that should be up, down instead is down and runs through
stems.
\score {
\context Staff = upper {
\time 2/2
\key c \major
\relative c' {
{ c'4 g'8 c, b4 c }
<<
{ g'4 f8 es d4 c d2 d' ~ d8 d c b b4 c } \\
{ aes,2 aes' ~ aes4 g8 f es4 d es2 r } % Bug 1
>>
}
}
}
Of course, easily fixed with \tiesUp.
--
=============================================
Mats Bengtsson
Signal Processing
Signals, Sensors and Systems
Royal Institute of Technology
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
=============================================