bug-gnu-music
[Top][All Lists]
Advanced

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

Re: slope-limit


From: Jan Nieuwenhuizen
Subject: Re: slope-limit
Date: 05 Apr 2001 16:18:24 +0200
User-agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.7

Rune Zedeler <address@hidden> writes:

> I really don't understand, and I STILL cannot produce an example where
> setting slope-limit makes any difference.

> > Experiment with 
> > input/regression/beam-extreme.ly and slope-limit to
> > see how it works (that's: not very well, this is difficult).
> 
> The example doesn't mention slope-limit.
> If someone would please produce some slope-limit example where removing
> "slope-limit" would do something to the output.



\version "1.3.146"
\header{
texidoc="
Beams should behave reasonably well, even under extreme circumstances.
Stems may be short, but noteheads should never touch the beam.  Note that
under normal circumstances, these beams would get knees here
Beam.auto-knee-gap was set to false.
"
}

extreme = \notes\relative c'' {
  \stemBoth
  [g8 c c,]
  [c16 c'' a f]
  \stemUp 
  [c,,32 c'' a f]
  r4
}
\score {
  {
    % If we want to test extreme beams,
    % we should not have them auto-kneed
    \property Voice.Beam \override #'auto-knee-gap = ##f
    \extreme
    \property Voice.Beam \override #'slope-limit = #1000
    \extreme
  }
  \paper{
    linewidth=-1.
  }
}

-- 
Jan Nieuwenhuizen <address@hidden> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org




reply via email to

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