lilypond-user
[Top][All Lists]
Advanced

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

Re: shorten beamed stems without overriding beam-positions?


From: Mats Bengtsson
Subject: Re: shorten beamed stems without overriding beam-positions?
Date: Thu, 23 Sep 2004 18:33:10 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2) Gecko/20040803

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
address@hidden
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: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================




reply via email to

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