bug-lilypond
[Top][All Lists]
Advanced

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

two other bugs


From: Werner LEMBERG
Subject: two other bugs
Date: Wed, 17 Jul 2002 20:50:10 +0200 (CEST)

Please compile attached file.  It shows two bugs:

  . the first ties crossing the bar line between bar 1 and 2 are far
    too long; the second are OK -- strange.

  . the flats for the last two chords are too separated.



    Werner
% erinnerung.ly

\version "1.5.68"

\include "paper16.ly"
\include "deutsch.ly"

rechts = \notes \relative c' {
  \clef treble
  \time 3/4
  \context Voice {
    <gis8 cis e gis> <b4 d f> <b d f> <g8 b des f> ~ |
    <g8 b des f> <f4 a c> <c' f a> <c8 f a> ~ |
    <c8 f a> <f4 a c> <es g b> <des8 f as> |
  }
}

Rechts = \context Staff \notes {
  rechts
}

\score {
  \rechts

  \paper {
    linewidth = -1
  }
}

reply via email to

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