lilypond-user
[Top][All Lists]
Advanced

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

collision: shifted voice - augmentation dot


From: Meixner Music
Subject: collision: shifted voice - augmentation dot
Date: Wed, 22 Sep 2004 16:34:50 +0200


Forgot to include a picture - here it is...

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

Now please have a look at

http://homepage.mac.com/michaelmeixner/PhotoAlbum4.html

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

===

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

\new PianoStaff {
        <<
        \set PianoStaff.connectArpeggios = ##t
        
        \new Staff {
                \clef violin \key e \major \time 3/4
                \relative c'' {
                        << { 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 } >>
                }
        }
        >>
}

===





reply via email to

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