[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
weird-stem-size-grace
From: |
Erik Sandberg |
Subject: |
weird-stem-size-grace |
Date: |
Fri, 4 Jun 2004 11:54:01 +0200 |
User-agent: |
KMail/1.6.2 |
On Friday 04 June 2004 10.59, Mats Bengtsson wrote:
> > \acciaccatura { af,16[ af'] } <af c gf'>8\arpeggio buried the af' in
> > the bar. I'm assuming it had something to do with the chord which
> > followed. It is certainly an advantage that Lilypond allows adjustments!
>
> Yes, but in this case it's rather a bug that LilyPond doesn't do the
> right thing directly.
It has been added to lily-bugs as weird-stem-size-grace:
%important
address@hidden
\header {texidoc = "
This file produces a warning:
\"Weird stem size; check for narrow beams\"
and, indeed, the stem size is weird."}
\version "2.2.2"
\score {
\notes { \grace { a,16[ a'] } a8 }
\paper {raggedright=##t }
}