I agree that the horizontal beams don't look too well. LilyPond uses some
clever mathematical algorithm to try to figure out what beam slope and
stem lengths to use, in an attempt to find a solution that looks pleasing to the
eye. However, it seems that it doesn't succeed completely in this particular
example. You can modify this manually, if you wish. See the section called
"Paired substitution functions" for an example that shows how to write a
helper function to do it.

For the slur, one solution is to force it to be below the notes, using:
       c16 es a_( g fis es  d c
      ...

  /Mats

Helge Kruse wrote:
Hello,

I have an excerpt of my score, that doesn't look nice. The beams are
horizontal in the first measure and I don't know why. The stem's length of D
and C is much too small. To avoid a collision the slur has been blown up and
looks like, ... "blown up".

How can I change the beam's slope (or whatever the correct English word is
;-)?

Regards,
Helge

\version "2.7.39"
\include "deutsch.ly"
        
     upper = \relative c' {
                \clef treble
        \key b \major
        \time 6/8
                c16 es fis es d a c es fis es d a |
                c16 es a ( g fis es d c
                        \change Staff = "lower" b a g fis |
                        es8 ) \change Staff = "upper"
                        r8 r8 r4 d'8  |
         }
lower = \relative c {
        \clef bass
        \key b \major
        \time 6/8
                d2.~ |
                d4. r4 r8 |
                s8 <d d,>8 <cis cis,> <c c,> <b b,> <a a,> |
                    }
\book {
     \score  {
        \context PianoStaff <<
           \set PianoStaff.instrument = "HARPE  "
           \context Staff = upper \upper
           \context Staff = lower \lower
        >>
        \layout { }
     }
}



_______________________________________________
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