Many of the issues regarding ties brought up in the examples in a previous post (http://lists.gnu.org/archive/html/lilypond-user/2005-09/msg00141.html) are resolved in 2.7.9. However, there is still a collission between ties and dots on notes on ledger lines with ties down (notes in spaces are fine).
%%%%%%%%%%%%% BEGIN SNIPPET %%%%%%%%%
\version "2.7.9"
\layout {
raggedright = ##t
}
\score {
\new PianoStaff <<
\new Staff <<
\relative c'' {
\time 9/8
\set Score.measureLength = #(ly:make-moment 10 8)
<es, fes>4. <d fes>2. \hideNotes d8 \unHideNotes |
}
>>
\new Staff <<
\clef bass
\relative c {
<<
{
s4. s4. s4 \hideNotes b'8 \unHideNotes b!8~
} \\
{
\set fontSize = #0
r4. r8. es,,8.~ es4.~ \hideNotes es8 \unHideNotes
}
>>
}
>>
>>
}
%%%%%%%%%%%%%% END SNIPPET %%%%%%%%%
tiedot-collission.png
Description: image/png
_______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
