lilypond-devel
[Top][All Lists]
Advanced

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

collision of beams and accidentals


From: Werner LEMBERG
Subject: collision of beams and accidentals
Date: Wed, 21 Jan 2004 16:35:27 +0100 (CET)

Here a minor thing.  Hopefully, it is easy to implement.


    Werner

======================================================================

%
% This file shows problems with colliding beams and accidentals in lilypond
% CVS 2004-01-21 14:42 MET.
%
% . Beams shouldn't collide with accidentals -- at least I'm not aware of
%   a counterexample.

\version "2.1.13"

\score {
  \context Staff \notes \relative c {
    \clef bass f,8[ as']
  }

  \paper {
    #(paper-set-staff-size 6)
    linewidth = -1
  }
}

% EOF

PNG image


reply via email to

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