From: fred Date: Wed, 27 Mar 2002 02:36:25 +0000 (+0000) Subject: lilypond-1.5.33 X-Git-Tag: release/1.5.59~210 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=66134ad5349355589e79d676276fcd15d08d7363;p=lilypond.git lilypond-1.5.33 --- diff --git a/input/bugs/1st-note-spacing.ly b/input/bugs/1st-note-spacing.ly deleted file mode 100644 index 56803b1071..0000000000 --- a/input/bugs/1st-note-spacing.ly +++ /dev/null @@ -1,12 +0,0 @@ -\header { -texidoc="apparently added in 1.5.2 -- what about it?" -} -\version "1.3.148" - -\score {\notes \relative c'' < -\context Staff = SA { \times 6/7 { [c8 c c c c c c] } } -\context Staff = SB { \times 6/6 { [c c c c c c] } } -> - -\paper { linewidth = -1. } -} diff --git a/input/bugs/tie-different-notes.ly b/input/bugs/tie-different-notes.ly deleted file mode 100644 index 52e071a401..0000000000 --- a/input/bugs/tie-different-notes.ly +++ /dev/null @@ -1,14 +0,0 @@ -\header { - -texidoc=" - - c ~ cis gets tied - -" -} - - \score { - \context Staff \context Voice = i { - \notes\relative c'' { ~ } - } - } diff --git a/input/test/beam-quanting.ly b/input/test/beam-quanting.ly deleted file mode 100644 index 977ed5b283..0000000000 --- a/input/test/beam-quanting.ly +++ /dev/null @@ -1,19 +0,0 @@ -\version "1.3.146" - -%{ -Have some fun beam quanting -%} - -% no y quantising -#(define (beam-vertical-position-quants m dy) '()) - -% rediculous dy quanting -#(define beam-height-quants '(0 4)) - -\score { - \notes\relative c'{ - c8 c c c - c8 e g a - c,8 f b e - } -}