lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

2.7.9 tie-dot collission


From: Henrik Frisk
Subject: 2.7.9 tie-dot collission
Date: Wed, 07 Sep 2005 23:20:43 +0200

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 %%%%%%%%%

PNG image


reply via email to

[Prev in Thread] Current Thread [Next in Thread]