lilypond-user
[Top][All Lists]
Advanced

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

Re: stem doesn't fit in beam


From: Karl Hammar
Subject: Re: stem doesn't fit in beam
Date: Thu, 28 Oct 2004 02:57:02 +0200

Mats Bengtsson <address@hidden> wrote:

> It seems to be just a warning and the output looks OK.
> 
> Still, I send a copy to bug-lilypond, since the problem
> remains in version 2.3.22. A minimal example file is
> 
> \version "2.3.22"
> 
> {e4 f4. [f8 f8. f16]}
...
> Jean-marc LEGRAND wrote:
...
> > g4 c4. bes8 [a8. g16]
> > fis2 f4. g8
> > e4 f4. [f8 f8. f16]
> > g4. g8 f [f f8. f16]
> > f8 [d e fis] g4. g8
> > g4. g8 f4 g8. f16
> > e4 c f4. ees8
> > d4 d8 ees d4. d8
> > d4. d8 e4 f8. ees16
> > d4 ees f4. f8
> > f [d e fis] g4. g8
> > fis4. fis!8 g4 g8 f
> > ees8 [f ees! d] c d ees!4
...
> > warning: stem doesn't fit in beam:
> > e4       f4. [f8 f8. f16]
...

Move the "[":

  $ cat z.ly
  \version "2.3.22"

  {e4 f4. f8[ f8. f16]}
  $ lilypond --dvi z.ly 

  Now processing `z.ly'
  Parsing...
  Interpreting music... [2]
  Preprocessing graphical objects... 
  Calculating line breaks... [2]
  Layout output to `z.tex'...Converting to `z.dvi'...

  $ 

From:

 
http://lilypond.org/doc/v2.3/Documentation/user/out-www/lilypond/Automatic-and-manual-beams.html#Automatic-and-manual-beams

I understand that one don't surround the notes to be beamed with [],
instead the start and end note are appended with them.

Correct:

  a8[ ais]

Incorrect:

  [a8 ais]

Regards
/Karl




reply via email to

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