lilypond-user
[Top][All Lists]
Advanced

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

strange stems and beams


From: Stefan Thomas
Subject: strange stems and beams
Date: Sat, 17 May 2008 09:14:03 +0200

Dear lilypond-users,
I wonder, why the stems and beeams are looking so strange in the below quoted example:

re = { \change Staff = rechts }
li = { \change Staff = links }

%begin%%%
rechts = \relative c'' { \time 6/8 < ees ees'>8 [ r8 \li <d d'> ] \re < ees ees'> [ r8 \li <c c'> ] }
links = { s2. }
\score {
\new PianoStaff = "Klavier"
        <<
        \new Staff= "rechts" { \rechts }
           \new Staff = "links" \with {
      \override VerticalAxisGroup #'keep-fixed-while-stretching = ##t }
    { \links} >>   
}
%%% end%%%

reply via email to

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