Did you try to set all the three properties you mentioned at
the same time? Then you'll see the difference. Also, you may
want to reduce the damping of the beam slope:

\include "deutsch.ly"
\score {
  \context Staff \notes \transpose c' c' {
    \relative c'' {
      \key c \major
      << { \shiftOnn
           \override Beam #'damping = #0
           \override Stem #'beamed-lengths = #'(1)
           \override Stem #'beamed-extreme-minimum-free-lengths = #'(1)
           \override Stem #'beamed-minimum-free-lengths = #'(1)
           \times 2/3 { g8 h d }
           \times 2/3 { g, h d }
         }
           \\
         { c,2 }
           \\
         { e'2 }
      >>
    }
  }
\paper{raggedright=##t }
}


/Mats

Roland Goretzki wrote:
Hi at all.

I'm using version 2.2.0
and want to shorten many beamed stems in a way, which allows to
transpose the whole score afterwards several times, so I cannot use e.g.
\override Beam #'positions = #'(2 . 0).

In my short example at the bottom I can't find a way to shorten the
stems enough. :-(
With \override Stem #'beamed-lengths = #'(1) there is no way.
I also made experiments with minimum-free-lengths and
extreme-minimum-free-lengths, but no result.

It seems, as if one could only make the stems longer ...
e.g. with \override Stem #'beamed-lengths = #'(7)

Can somebody help me, please?
Best Regards Roland


Example:
=======================================================================
\include "deutsch.ly"
\score {
  \context Staff \notes \transpose c' c' {
    \relative c'' {
      \key c \major
      << { \shiftOnn
           \override Stem #'beamed-lengths = #'(1)
           \times 2/3 { g8 h d }
           \times 2/3 { g, h d }
         }
           \\
         { c,2 }
           \\
         { e'2 }
      >>
    }
  }
}
=======================================================================


_______________________________________________ lilypond-user mailing list [EMAIL PROTECTED] 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 [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to