lilypond-user
[Top][All Lists]
Advanced

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

Re: collision: shifted voice - augmentation dot


From: Jan Nieuwenhuizen
Subject: Re: collision: shifted voice - augmentation dot
Date: Wed, 22 Sep 2004 18:20:55 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

Meixner Music writes:

> learning to think lilypond, I did Bach, Suite E BWV 817 -
> Sarabande. Beautiful output!

Thanks!

> Now please have a look at
>
> http://homepage.mac.com/michaelmeixner/PhotoAlbum4.html

Nice page.  You found a bug, though.  LilyPond usually avoids dot
collision.  I'm surprised it doesn't work in this case.

> - how can the collision of the inner voice's stem with the
>   augmentation dot be resolved? (I searched for the correct grob-name,
>   but so far to no avail)

Try this:

\include "deutsch.ly"
\paper { raggedright = ##t }

\new PianoStaff {
        <<
        \set PianoStaff.connectArpeggios = ##t
        
        \new Staff {
                \clef violin \key e \major \time 3/4
                \relative c'' {
                        << {
                            \once \override Dots #'extra-offset = #'(0.5 . 0)
                            dis8.\arpeggio e16 cis4.\prall his8 } \\
                        { fis4 fis2 } \\ { h4 } >>
                }
        }
        \new Staff {
                \clef bass \key e \major \time 3/4
                \relative c' {
                        << { h4\arpeggio cis2 } \\ { h4 a2 } >>
                }
        }
        >>
}

-- 
Jan Nieuwenhuizen <address@hidden> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org




reply via email to

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