This seems to be related to
http://code.google.com/p/lilypond/issues/detail?id=318

I forward it to bug-lilypond.

The "line feed" goes away if you use
\new Staff {
\clm \clma << \clm \\ \clma >>
}
But I don't understand why it happens. It somehow
seems related to the fact that you have separate
\relative directives for the two macros.

  /Mats

Paul Scott wrote:

I would think this should be automatic but is there a way to get the lower "stem" down instead of up conflicting with the upper stem? I would think this is a bug.

Are the error messages necessary?

Why the "line feed" after the first measure?

\version "2.11.20"
clm    = \relative c'' { \repeat tremolo 8 { e16( cis) } }
clma   = \relative c' { \repeat tremolo 8 { e16( g) } }
{
 \clm \clma << \clm \\ \clma >>
}

TIA,

Paul Scott

------------------------------------------------------------------------

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user



--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: [EMAIL PROTECTED]
        WWW: http://www.s3.kth.se/~mabe
=============================================



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to