]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.5.6
authorfred <fred>
Wed, 27 Mar 2002 02:00:01 +0000 (02:00 +0000)
committerfred <fred>
Wed, 27 Mar 2002 02:00:01 +0000 (02:00 +0000)
61 files changed:
input/bugs/1st-note-spacing.ly [deleted file]
input/bugs/abe.ly [deleted file]
input/bugs/ac-clash.ly [deleted file]
input/bugs/accents.ly [deleted file]
input/bugs/accid.ly [deleted file]
input/bugs/accidental-collision.ly [deleted file]
input/bugs/ancient-font.ly [deleted file]
input/bugs/auto-beam-tuplets.ly [deleted file]
input/bugs/auto-beam.ly [deleted file]
input/bugs/barline.ly [deleted file]
input/bugs/beam.ly [deleted file]
input/bugs/beamed-chord.ly [deleted file]
input/bugs/beaming.ly [deleted file]
input/bugs/braces.ly [deleted file]
input/bugs/broken-tuplet.ly [deleted file]
input/bugs/context-weirdness.ly [deleted file]
input/bugs/denneboom.ly [deleted file]
input/bugs/die-staff.ly [deleted file]
input/bugs/different-time.ly [deleted file]
input/bugs/dots.ly [deleted file]
input/bugs/drarn.ly [deleted file]
input/bugs/dynamic-switch.ly [deleted file]
input/bugs/grace-dynamic.ly [deleted file]
input/bugs/grace-finger.ly [deleted file]
input/bugs/grace-gets-slur.ly [deleted file]
input/bugs/grace-staff-length.ly [deleted file]
input/bugs/grace-stems.ly [deleted file]
input/bugs/hinterfleisch-gone.ly [deleted file]
input/bugs/l.ly [deleted file]
input/bugs/lyrics-bar.ly [deleted file]
input/bugs/lyrics-spacing.ly [deleted file]
input/bugs/markup-definition.ly [deleted file]
input/bugs/markup.ly [deleted file]
input/bugs/mmrest-collide.ly [deleted file]
input/bugs/multiply.ly [deleted file]
input/bugs/partial-beam.ly [deleted file]
input/bugs/pc-direction.ly [deleted file]
input/bugs/pc-mmrest.ly [deleted file]
input/bugs/pc-rest-collide.ly [deleted file]
input/bugs/prefatory-spacing.ly [deleted file]
input/bugs/repeat.ly [deleted file]
input/bugs/rest-melisma.ly [deleted file]
input/bugs/slur-attachment.ly [deleted file]
input/bugs/slur-dots.ly [deleted file]
input/bugs/slur-dx.ly [deleted file]
input/bugs/slur-steep-broken.ly [deleted file]
input/bugs/spacing-very-tight.ly [deleted file]
input/bugs/staff-size.ly [deleted file]
input/bugs/standchen-space.ly [deleted file]
input/bugs/steep-beam.ly [deleted file]
input/bugs/steep.ly [deleted file]
input/bugs/text-kerning.ly [deleted file]
input/bugs/text-spanner.ly [deleted file]
input/bugs/textcresc.ly [deleted file]
input/bugs/tie-break-accidental.ly [deleted file]
input/bugs/ties.ly [deleted file]
input/bugs/time.ly [deleted file]
input/bugs/triplets.ly [deleted file]
input/bugs/voice-switch-slur.ly [deleted file]
input/regression/grace-nest.ly [deleted file]
input/regression/spacing-clefs.ly [deleted file]

diff --git a/input/bugs/1st-note-spacing.ly b/input/bugs/1st-note-spacing.ly
deleted file mode 100644 (file)
index f617002..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-
-\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/abe.ly b/input/bugs/abe.ly
deleted file mode 100644 (file)
index 69a6114..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-% Generated by mudela-book.py; options are 
-\include "paper16.ly"
-\paper  { linewidth = 390.000000 \pt; } 
-
-\score {
-  \notes \relative c'' {
-    a\longa a\breve  
-    a1 a2 a4 a8 a16 a32 a64 a64 
-  }
-  \paper {
-    \translator {
-      \StaffContext
-       \remove "Clef_engraver";
-       \remove "Staff_symbol_engraver";
-    }
-  }
-}
diff --git a/input/bugs/ac-clash.ly b/input/bugs/ac-clash.ly
deleted file mode 100644 (file)
index 0f0d4f4..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-% accidentals clash
-\score {
-  \context Staff \notes\relative c' <
-    % koord: c1 e g bes dis
-    bes'1 dis
-  >
-}
\ No newline at end of file
diff --git a/input/bugs/accents.ly b/input/bugs/accents.ly
deleted file mode 100644 (file)
index 1712266..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-\score {
-  \context Staff \notes\relative c''<
-    \context Voice=one {
-      \voiceOne
-      e2->
-    }
-    \context Voice=two {
-      \voiceTwo
-      f,2->
-    }
-  >
-}
\ No newline at end of file
diff --git a/input/bugs/accid.ly b/input/bugs/accid.ly
deleted file mode 100644 (file)
index 4783c01..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-%The sharp is printet too far to the left.
-
-
-\version "1.4.0"
-\score {
-\notes \context Staff <
-  \context Voice = up {\stemUp gis''4}
-  \context Voice = dwn {\stemDown <ces' d'>}
->
-}
diff --git a/input/bugs/accidental-collision.ly b/input/bugs/accidental-collision.ly
deleted file mode 100644 (file)
index 76318dc..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-\include "paper16.ly";
-\score {
-  \notes {
-    \relative c'' \context Voice \sequential {
-     <dis ais e>
-   }
-  }
-  \paper{
-      linewidth = 5.0\cm;
-  }
-}
diff --git a/input/bugs/ancient-font.ly b/input/bugs/ancient-font.ly
deleted file mode 100644 (file)
index 13287d5..0000000
+++ /dev/null
@@ -1,132 +0,0 @@
-\version "1.3.146"
-\header {
-texidoc="setting staff symbol properties the normal way is broken"
-    title      = "ancient font test"
-    date       = "2000"
-}
-
-
-
-\include "paper26.ly"
-
-global =  \notes {
-    \property Score.timing = ##f
-%   \property Staff.TimeSignature \override #'style = #'old
-}
-
-upperVoice =  \context Staff = upperVoice <
-    \global
-    \property Staff.StaffSymbol \override #'line-count = #4
-    \notes \transpose c' {
-       \property Voice.NoteHead \override #'style = #'mensural
-       \property Voice.Stem \override #'stem-centered = ##t
-       \property Staff.Custos \override #'style = #'vaticana
-       \clef "vaticana_fa2"
-       c2 d e f g
-
-%      \property Staff.clefGlyph = #"clefs-vaticana_do"
-%      \property Staff.clefPosition = #1
-%      \property Staff.clefOctavation = #0 
-       \clef "vaticana_do2"
-
-       a b c'
-       b a g f
-       \clef "vaticana_fa1"
-       e d c1 \bar "|"
-
-       \property Staff.Custos \override #'style = #'medicaea
-       \clef "medicaea_fa2"
-       c2 d e f g
-       \clef "medicaea_do2"
-       a b c'
-       b a g f
-       \clef "medicaea_fa1"
-       e d c1 \bar "|"
-
-       \property Staff.Custos \override #'style = #'hufnagel
-       \clef "hufnagel_fa2"
-       c2 d e f g
-       \clef "hufnagel_do2"
-       a b c'
-       b a g f
-       \clef "hufnagel_fa1"
-       e d c1 \bar "||"
-    }
->
-
-lowerVoice =  \context Staff = lowerNotes <
-    \global
-    \property Staff.StaffSymbol \override #'line-count = #5
-    \notes \transpose c' {
-        \property Voice.NoteHead \override #'style = #'mensural
-       \property Voice.Stem \override #'stem-centered = ##t
-       \property Staff.Custos \override #'style = #'mensural
-       \clef "mensural1_c2"
-       c2 d e f g
-        \property Staff.forceClef = ##t
-       \clef "mensural1_c2"
-       a b c'
-       b a g f
-       \clef "mensural2_c2"
-       e d c1 \bar "|"
-
-       \clef "mensural2_c2"
-       c2 d e f g
-        \property Staff.forceClef = ##t
-       \clef "mensural3_c2"
-       a b c'
-       b a g f
-       \clef "mensural3_c2"
-       e d c1 \bar "|"
-
-       \clef "mensural1_f"
-       c2 d e f g
-        \property Staff.forceClef = ##t
-       \clef "mensural1_f"
-       a b c'
-       b a g f
-       \clef "mensural2_f"
-       e d c1 \bar "|"
-
-        \property Staff.forceClef = ##t
-       \clef "mensural2_f"
-       c2 d e f g
-       \clef "mensural_g"
-       a' b' c''
-       b' a' g' f'
-        \property Staff.forceClef = ##t
-       \clef "mensural_g"
-       e' d' c'1 \bar "|"
-
-        \property Staff.forceClef = ##t
-       \clef "mensural_g"
-       c'2 d' e' f' g'
-       \clef "hufnagel_do_fa"
-       a b c'
-       b a g f
-        \property Staff.forceClef = ##t
-       \clef "hufnagel_do_fa"
-       e d c1 \bar "||"
-    }
->
-
-\score {
-    \context ChoirStaff <
-       \upperVoice
-       \lowerVoice
-    >
-    \paper {
-%      \paperTwentysix
-       linewidth = 17.25\cm
-       textheight = 26.0\cm
-       indent = 0.0
-       \translator {
-           \StaffContext
-           \consists Custos_engraver
-%          Custos \override #'style = #'mensural
-           \remove Time_signature_engraver
-%          StaffSymbol \override #'line-count = #4
-       }
-    }
-}
-
diff --git a/input/bugs/auto-beam-tuplets.ly b/input/bugs/auto-beam-tuplets.ly
deleted file mode 100644 (file)
index 41f707a..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-
-\header { texidoc = "tuplet-spanner should not put visible brackets on
-beams even if they're auto generated."; }
-
-\score { \notes \relative c' {
-  \property Voice.tupletSpannerDuration = #(make-moment 1 4)
-  \property Voice.TupletBracket \override #'tuplet-bracket-visibility = #'if-no-beam
-  \times 2/3 {
-       [f8 f f ][f8 f f ] f f f f f f 
- }
-}}
diff --git a/input/bugs/auto-beam.ly b/input/bugs/auto-beam.ly
deleted file mode 100644 (file)
index 0d6ee48..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-
-\header {
-texidoc ="Auto beam can not be put on the final notes of a score  ";
-}
-
-\score { \notes {
-  c8 c8
-}}
diff --git a/input/bugs/barline.ly b/input/bugs/barline.ly
deleted file mode 100644 (file)
index aaf7ad5..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-
-\header {
-texidoc= "Staves that end half way a system should end at the bar line.";
-}
-
-melody = \notes \relative c' {
-       \partial 8;
-       g8 |
-       \bar "|.";\clef bass;
-}
-
-
-
-accompaniment =\chords  \sequential {
-       r8
-       r2 r2
-}
-
-\score {
-       \simultaneous {
-         \context ChordNames \accompaniment
-            \context Staff {
-               \melody }
-       }
-       \paper { }
-}
diff --git a/input/bugs/beam.ly b/input/bugs/beam.ly
deleted file mode 100644 (file)
index 44e7dfe..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-\header {
-  texidoc="beam-stem attachment test"
-}
-       
-\score {
-  \context RhythmicStaff \notes {
-    \stemUp [c8 c]
-    \stemDown [c8 c]
-    \stemUp [c8. c16]
-  }
-  \paper {
-    linewidth = -1.0
-    magnification = 64
-  }
-}
\ No newline at end of file
diff --git a/input/bugs/beamed-chord.ly b/input/bugs/beamed-chord.ly
deleted file mode 100644 (file)
index 935174e..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-
-\header{
-texidoc="Beam thinks that first two notes should be stem down.  Can be fixed by uncommenting \stemUp";
-}
-
-\score{
-  \notes\relative c'{
-    %\stemUp
-    \clef alto;
-    \time 3/4;
-    r8 <d ( bes > ) bes' d <e-> g, c, c,> r |
-  }
-}
diff --git a/input/bugs/beaming.ly b/input/bugs/beaming.ly
deleted file mode 100644 (file)
index ae0ccd5..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-
-\score { \notes {
-
-       [\times 2/3 {c16 c c} c8]
-       [\times 2/3 {c16 c c} c8]}}
diff --git a/input/bugs/braces.ly b/input/bugs/braces.ly
deleted file mode 100644 (file)
index 04179b0..0000000
+++ /dev/null
@@ -1,80 +0,0 @@
-% this bug apparently caused by dvips + mf rounding.
-
-
-\header {
-texidoc="Run this through ly2dvi to show differerent brace sizes"
-}
-
-\include "paper11.ly"
-\paper { linewidth = -1.0 }
-
-\score {
-  \context GrandStaff <
-    \context Staff = a \notes c''1
-    \context Staff = b \notes c''1
-  >
-}
-
-
-\include "paper13.ly"
-\paper { linewidth = -1.0 }
-
-\score {
-  \context GrandStaff <
-    \context Staff = a \notes c''1
-    \context Staff = b \notes c''1
-  >
-  \paper {
-    \translator {
-      \GrandStaffContext
-      SystemStartDelimiter \override #'weird = #-5
-    }
-  }
-}
-
-
-\include "paper16.ly"
-\paper { linewidth = -1.0 }
-
-\score {
-  \context GrandStaff <
-    \context Staff = a \notes c''1
-    \context Staff = b \notes c''1
-  >
-  \paper {
-    \translator {
-      \GrandStaffContext
-      SystemStartDelimiter \override #'weird = #5
-    }
-  }
-}
-
-
-\include "paper20.ly"
-\paper { linewidth = -1.0 }
-
-\score {
-  \context GrandStaff <
-    \context Staff = a \notes c''1
-    \context Staff = b \notes c''1
-  >
-  \paper {
-    \translator {
-      \GrandStaffContext
-      SystemStartDelimiter \override #'weird = #-7
-    }
-  }
-}
-
-
-\include "paper26.ly"
-\paper { linewidth = -1.0 }
-
-\score {
-  \context GrandStaff <
-    \context Staff = a \notes c''1
-    \context Staff = b \notes c''1
-    \context Staff = c \notes c''1
-    \context Staff = d \notes c''1
-  >
-}
diff --git a/input/bugs/broken-tuplet.ly b/input/bugs/broken-tuplet.ly
deleted file mode 100644 (file)
index 9f4cbaf..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-
-\header {
-
-texidoc ="tuplet bracket doesn't behave properly at line break. Not a real problem.";
-}
-
-\score{
-       \notes\relative c''< 
-       {       % broken cresc dumps core
-               c2 c4*2/3 \times 2/3 { c( c c }
-               c4 c c c
-       } >
-       \paper{
-       indent = 0.;
-               linewidth=30.\mm;
-       }
-}
diff --git a/input/bugs/context-weirdness.ly b/input/bugs/context-weirdness.ly
deleted file mode 100644 (file)
index b7f4a6e..0000000
+++ /dev/null
@@ -1,52 +0,0 @@
-\header {
-texidoc = "context level weirdness.  after some commands, explicit
- \context Voice commands must be inserted; otherwise subsequent property
- settings fail silently"
-}
-
-% from les-nereides.ly
-
- #(define (make-text-checker text)
-  (lambda (elt) (equal? text (ly-get-grob-property elt 'text))))
-
-\score {
-  \context PianoStaff <
-    \context Staff=upper \notes\relative c' {
-        \property Score.timing = ##f
-
-        \outputproperty #(make-text-checker "foe") #'extra-offset = #'(-2 . 4)
-        c-"foe"
-       
-       \translator Staff=lower
-
-       % staff switch moves us
-       % implicitely to staff level: text-checker won't see "foe"
-        \outputproperty #(make-text-checker "foe") #'extra-offset = #'(-2 . 4)
-        c-"foe"
-
-       % get back to Voice level: it works again
-       \context Voice
-       \outputproperty #(make-text-checker "foe") #'extra-offset = #'(-2 . 4)
-        c-"foe"
-
-       \clef treble
-       
-       % clef change moves us
-       % implicitely to staff level: text-checker won't see "foe"
-        \outputproperty #(make-text-checker "foe") #'extra-offset = #'(-2 . 4)
-        c-"foe"
-
-       % get back to Voice level: it works again
-       \context Voice
-       \outputproperty #(make-text-checker "foe") #'extra-offset = #'(-2 . 4)
-        c-"foe"
-       
-    }
-    \context Staff=lower \notes\relative c' {
-      s
-    }
-  >
-  \paper {
-    linewidth = -1.0
-  }
-}
\ No newline at end of file
diff --git a/input/bugs/denneboom.ly b/input/bugs/denneboom.ly
deleted file mode 100644 (file)
index 5f368a7..0000000
+++ /dev/null
@@ -1,115 +0,0 @@
-\header{
-filename =      "denneboom.ly";
-enteredby =     "jcn";
-copyright =     "public domain";
-}
-%{ file tests silly line shapes %}
-
-\include "paper20.ly"
-
-
-
-oden =  \lyrics{ 
-       O |
-       den- ne- boom, o | 
-       den- ne- boom  Wat |
-       zijn uw tak- ken | 
-       won- der- schoon 
-}
-
-ikheb =  \lyrics{
-       Ik | 
-       heb u laatst in_'t |
-       bos zien staan  toen |
-       zat- en er geen |
-       kaars- jes aan 
-}
-
-ugloeit =  \lyrics{
-       U |
-       gloeit in bar- re | 
-       win- ter- tijd, als |
-       sneeuw op aar- de | 
-       licht ge- spreid 
-}
-
-oboom =  \notes\transpose c''{
-       g,8 |
-       c8. c16 c4. d8 | 
-       e8. e16 e4. e8 | 
-       d  e f4 b, | 
-       d8. c16 c4 r8
-}
-
-bos =  \notes\transpose c''{
-       g8 | 
-       g e a4. g8 | 
-       g8. f16 f4 r8 f8 |
-       f d g4. f8 | 
-       f8. e16 e4 r8
-}
-
-
-melody =  \notes{
-       \oboom
-       \oboom
-       \bos
-       \oboom
-}
-
-
-verseOne =  \notes{
-       \oden
-       \oden
-       \ikheb
-       \oden
-}
-
-verseOneStaff =  \context Lyrics = one 
-       \$verse_one
-
-
-verseTwo =  \notes{
-       \oden
-       \oden
-       \ugloeit
-       \oden
-}
-
-verseTwoStaff =  \context Lyrics = two 
-       \$verse_two
-
-
-denneboomShape =  \paper{ 
-       \paperTwenty
-       indent = 20. \mm;
-
-       % UGH -- THIS IS HAIRY 
-       #'margin-shape = #(map
-               (lambda (x) (cons-map mm-to-pt x)) 
-               '((70.0 .  20.)
-                (65.0 .  30.0)
-                (57.5  .  45.0)
-                (50.0 .  60.0) 
-                (42.5  .  75.)  
-                (35.0 .  90.)
-                (27.5  .  105.)
-                (20.0 .  120.0)
-                (10.0 .  140.0) 
-                (65.0 .  30.0))
-       )
-
-       gourlay_maxmeasures = 30.;
-       arithmetic_basicspace = 3.8;
-       arithmetic_multiplier = 8.\pt;
-}
-
-\score{
-       \addlyrics
-               \context Staff { \time 3/4; \melody }
-               \context Lyrics \$verse_one
-       \paper{ 
-               \$denneboom_shape 
-       }
-       \midi{ \tempo 4 = 90; }
-}
diff --git a/input/bugs/die-staff.ly b/input/bugs/die-staff.ly
deleted file mode 100644 (file)
index 294847a..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-
-\header  {
-texidoc = "a staff should really die, if no one's referencing it."
-}
-\score {
- {
-    \context Staff = q {
-      \notes { a' b' c' d' }
-    }
-
-    \break
-
-    \context PianoStaff <
-      \context Staff = i {
-        \notes { a' b' c' d' }
-      }
-      \context Staff = ii {
-        \notes { \clef "bass"; a b c d }
-      }
-    >
-  }
-}
diff --git a/input/bugs/different-time.ly b/input/bugs/different-time.ly
deleted file mode 100644 (file)
index c7031ad..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-
-\header {
-texidoc =" Spacing for one staff in polymetric music should
-be not hampered by a staff in another time signature.";
-}
-
-\score{
-    \context PianoStaff <
-        \context Staff = upper \notes\relative c''{
-           \property Staff.timeSignatureFraction = #'(3 . 4)
-           c4 c c
-           c2.
-                   
-        }
-        \context Staff = lower \notes\relative c' {
-           \property Staff.timeSignatureFraction = #'(4 . 4)
-           c4 c c c
-           c1
-        }
-    > 
-    \paper{
-       linewidth=-1.0;
-       \translator {
-           \ScoreContext
-           \remove Timing_engraver;
-       }
-       \translator {
-           \StaffContext
-           \consists Timing_engraver;
-       }
-    }
-}
diff --git a/input/bugs/dots.ly b/input/bugs/dots.ly
deleted file mode 100644 (file)
index ff1d7f2..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-
-\header {
- texidoc = "Dots should remain close to the heads they belong to, but should not overlap."
-}
-
-
-\score {
-  \notes
-   \context Voice { <f,4. c'' d e f> }
-}
diff --git a/input/bugs/drarn.ly b/input/bugs/drarn.ly
deleted file mode 100644 (file)
index c3c131a..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-%% oops, weird small ties
-
-\score {
-  \context Staff \notes <
-    \time 3/8;
-    \context Voice=one \relative c'' {
-      \property Voice.Stem \set #'direction = #1
-      \property Voice.Tie \set #'direction = #1
-      \property Voice.Slur \set #'direction = #1
-      \property Voice.Slur \set #'attachment = #'(head . head)
-      c8~c()c  
-    }
-    \context Voice=two \relative c'' {
-      \property Voice.Stem \set #'direction = #-1
-      \property Voice.Tie \set #'direction = #-1
-      \property Voice.Slur \set #'direction = #-1
-      \property Voice.Slur \set #'attachment = #'(head . head)
-      a8()a~a  
-    }
-  >
-  \paper { linewidth = -1.; } 
-%  \paper { linewidth = 40*\staffspace; } 
-}
diff --git a/input/bugs/dynamic-switch.ly b/input/bugs/dynamic-switch.ly
deleted file mode 100644 (file)
index c392f4d..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-
-% what's the problem?
-\score{
-       \context Staff <
-               \context Voice=one \skip 1;
-               \context Voice=two \skip 1;
-               \context Voice=one \partcombine Voice
-                       \context Thread=one \notes\relative c'' {
-                               c2 \clef bass; c2
-                               c2 c2
-                       }
-                       \context Thread=two \notes\relative c'' {
-                               b2 \< a4 () \! a
-                               a2 \> a4 () \! a
-                       }
-       >
-       \paper{
-               linewidth=140.\mm;
-       }
-}
-
-
diff --git a/input/bugs/grace-dynamic.ly b/input/bugs/grace-dynamic.ly
deleted file mode 100644 (file)
index 89b002c..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-
- % ?
- \score { \notes \context Voice {\grace {c'_\f} d e f g}}
diff --git a/input/bugs/grace-finger.ly b/input/bugs/grace-finger.ly
deleted file mode 100644 (file)
index 077b407..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
- % ?
-\score {
-\notes \context Voice = VA \relative c'' {
-       \grace {[b8^1 c^2]} d4^3
-}
-\paper {linewidth = -1. ; }}
diff --git a/input/bugs/grace-gets-slur.ly b/input/bugs/grace-gets-slur.ly
deleted file mode 100644 (file)
index 8b13789..0000000
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/input/bugs/grace-staff-length.ly b/input/bugs/grace-staff-length.ly
deleted file mode 100644 (file)
index 25b4037..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-\header{
-texidoc="stripped version of trip.ly.  upper staff is too short, lower too long"
-}
-\score{
-  \context PianoStaff \notes <
-    \context Staff = treble {
-       r1
-       r1
-       \bar "|."
-    }
-    \context Staff = bass {
-      r1
-      \context Staff {
-       \grace { c16 } c1
-      }
-    }
-  > 
-  \paper { }
-}
diff --git a/input/bugs/grace-stems.ly b/input/bugs/grace-stems.ly
deleted file mode 100644 (file)
index 26add43..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-\header{
-texidoc="startGraceMusic should no-stem-extend to true, but there's no effect:
-the two grace beams should be the same here.
-"
-}
-
-
-\score { 
-  \context Voice \notes\relative c {
-    \grace { 
-      [f8 e8] 
-      \property Voice.Stem \override #'no-stem-extend = ##t
-      [f8 e8] 
-      \property Voice.Stem \revert #'no-stem-extend
-    }
-    a4
-       
-  }
-  \paper {
-    linewidth=-1.0
-  }  
-  \midi { }
-}
diff --git a/input/bugs/hinterfleisch-gone.ly b/input/bugs/hinterfleisch-gone.ly
deleted file mode 100644 (file)
index 19db673..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-
-% jij had zoon mooi tight spacing example,
-% kan zo'n harde space ook niet voor en na maatstreep!
-\score {
-       \notes \relative c'' {
-       \time 2/4;
-       \property Voice.noAutoBeaming=##t
-       a4 a8
-       a32 a a a
-}
-%set bit wide
-\paper {linewidth = 100.\mm;}
-}
diff --git a/input/bugs/l.ly b/input/bugs/l.ly
deleted file mode 100644 (file)
index 7711233..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-
-\score { \notes { c^#`(rows ";" (lines "1" (bold "2") "3"))}}
-
diff --git a/input/bugs/lyrics-bar.ly b/input/bugs/lyrics-bar.ly
deleted file mode 100644 (file)
index 26a675c..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-
-%
-% Lyrics with barline colliding is fine now, BUT
-% There's an horizontal gap between staff and end bar 
-%
-
-\header{
-texidoc="
-Adding a @code{Bar_engraver} to the LyricsVoice context makes sure that
-lyrics don't collide with barlines.
-";
-}
-
-\score {
-       \context StaffGroup <
-       \notes \context Staff {
-               b1 \bar "|:"; b1 \bar ":|";
-       }
-       \lyrics\context Lyrics <
-               \context LyricsVoiceWithBars {
-%                      thisContextHasBarEngraver1  added
-                       ThisContextCertainlyHasBarEngraverAddedButThereHasBeenSomethingFunnyBefore1.  Here.
-               }
-               \context LyricsVoice {
-                       this4 one has no BarEngraverAddedToContext1
-               }
-       >
-       \notes \context Staff = SB { b1 b1 }
-       >
-       \paper {
-               linewidth = -1.0\cm;
-               \translator {
-                       \LyricsContext
-                       \accepts "LyricsVoiceWithBars";
-               }
-               \translator {
-                       \LyricsVoiceContext
-                       \consists "Bar_engraver";
-                       \name "LyricsVoiceWithBars";
-               }
-               \translator {
-                       \LyricsVoiceContext
-               }
-       }
-}
diff --git a/input/bugs/lyrics-spacing.ly b/input/bugs/lyrics-spacing.ly
deleted file mode 100644 (file)
index bb43fbc..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-\include "norsk.ly"
-
-\header {
-texidoc ="``baz'' should be centered on the a (tenor voice), but it is
-not.";
-}
-
-\version "1.3.140";
-
-sop = \notes \transpose c''  {e2 e fis1 }
-alt = \notes \relative c' {cis2 e e d }
-ten = \notes \relative c' {a2 a a1 }
-txt = \lyrics {foo2 bar baz jazz }
-
-\score {
-    <
-       \context Staff = up \notes <
-           \context Voice=sopv {\stemUp \sop}
-           \context Voice=altv {\stemDown \alt}
-       >
-       \context Staff = down \notes < \clef "F";
-           \context Voice=tenv {\stemUp \ten}
-       >
-       \context Lyrics = la { \txt }
-    >
-    \paper { linewidth = -1; }
-}
diff --git a/input/bugs/markup-definition.ly b/input/bugs/markup-definition.ly
deleted file mode 100644 (file)
index 17d576b..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-%{
-
-The definition of markup is incomplete.
-
-Ideally, either the input is valid, and all information therein is
-used, or it is invalid, and an error message is produced.
-
-%}
-
-
-\score { \notes \relative c' {
-    f_#'(lines "one" ( "tow"))
-
-    % three ignored
-    f_#'(lines "one" ( "two" "three" ))        
-
-        % italic ignored.
-    f_#'(lines "one" (bold italic "towo"))
-    
-  }}
diff --git a/input/bugs/markup.ly b/input/bugs/markup.ly
deleted file mode 100644 (file)
index 7711233..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-
-\score { \notes { c^#`(rows ";" (lines "1" (bold "2") "3"))}}
-
diff --git a/input/bugs/mmrest-collide.ly b/input/bugs/mmrest-collide.ly
deleted file mode 100644 (file)
index 7457807..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-%
-% multi-measure-rests should collide with notes, just as normal rests.
-%
-\score {
-  \notes\context Staff <
-     \context Voice=one \relative c''{
-       d d d d
-       d d d d
-     } 
-     \context Voice=two {
-       r1
-       R
-     } 
-  >
-}
\ No newline at end of file
diff --git a/input/bugs/multiply.ly b/input/bugs/multiply.ly
deleted file mode 100644 (file)
index 6d611c4..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-% ugh: strange order of things, this:
-%    a16 * 1/2 (
-% must be 
-%    a16 ( * 1/2
-
-%{
-?? is this a bug? --hwn
-%}
-
-\score { 
-  \context Voice \notes\relative c {
-    % to see the magic: uncomment size stuff in init/paper20.ly
-       
-       c'4 c4
-       
-       \property Voice.fontSize= -2
-       % ugh ugh
-       b16 * 1 / 2 (
-       \property Voice.fontSize= 0 )
-       g4 *31/32
-       
-       a a g2
-       
-  }
-  \paper { }  
-  \midi { }
-}
diff --git a/input/bugs/partial-beam.ly b/input/bugs/partial-beam.ly
deleted file mode 100644 (file)
index fb88181..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-
-\include "paper20.ly"
-Sopnotes = \notes {
-       \time 4/4;
-       \key g \major;
-       \clef treble;
-       \partial 8 * 3;
-       e'8 f'8 g'8 |
-       d'8 d'16 d'16 e'8. e'16 g'8 g'8 f'8 f'8
-}
-
-\score {
-       \notes
-       <
-               \context Staff="sop"
-               <
-                   \Sopnotes
-               >
-       >
-       \paper {
-                \translator {
-                 \StaffContext 
-                        autoBeamSettings \override #'(end * * * * ) = #(make-moment 1 8)
-               }
-       }
-}
diff --git a/input/bugs/pc-direction.ly b/input/bugs/pc-direction.ly
deleted file mode 100644 (file)
index aa13271..0000000
+++ /dev/null
@@ -1,137 +0,0 @@
-
-% move to regtest once it works?
-
-
-% still not workign ? --hwn.
-
-\header {
-texidoc="
-On their own staff, staffcombined voices should be stemboth (not up/down);
-while voicecombined threads should get their direction set (up/down)";
-}
-
-
-End = { \skip 1*8; }
-
-violaI = \notes\relative c'' {
-  c c e4. e8
-}
-violaII = \notes\relative c'' {
-  c4 b a a
-}
-
-
-violoncello = \notes\relative c' {
-   c8 c c c    c8 c c c\break
-   a1
-}
-
-contrabasso = \notes\relative c {
-   a4 a8 a   a8 a a a\break
-   a1
-}
-
-violeStaff =  \notes \context Staff = viole <
- \context Voice=oneViole <
-               \property Staff.instrument = #"Viola"
-               \property Staff.instr = #"Vla."
-
- \End
- >
- \context Voice=twoViole <
-               \property Staff.instrument = #"Viola II"
-               \property Staff.instr = #"Vla. II"
- \End
- >
-  \context Voice=oneViole \partcombine Voice
-    \context Thread=oneViole \violaI
-    \context Thread=twoViole \violaII
->
-
-staffCombinePianoStaffProperties = {
-       \property PianoStaff.devNullThread = #'()
-       \property PianoStaff.soloADue = ##t
-       \property PianoStaff.soloText = #""
-       \property PianoStaff.soloIIText = #""
-       % This is non-conventional, but currently it is
-       % the only way to tell the difference.
-       \property PianoStaff.aDueText = #"\\`a2"
-       \property PianoStaff.splitInterval = #'(1 . 0)
-       \property PianoStaff.changeMoment = #`(,(make-moment 1 1) . ,(make-moment 1 1))
-       \property PianoStaff.noDirection = ##t
-}
-
-
-\score {
-  <
-  \context StaffGroup <
-   \violeStaff
-
-  \context PianoStaff = bassi_group \notes <
-    \staffCombinePianoStaffProperties
-    \context Staff=oneBassi < \clef bass;
-               \property Staff.instrument = #'(lines
-                 "Violoncello" "    e" "Contrabasso")
-
-               \property Staff.instr = #"Vc."
-               \End >
-    \context Staff=twoBassi < \clef bass;
-               \property Staff.instrument = #"Contrabasso"
-               \property Staff.instr = #"Cb."
-
-    \End >
-  
-    \context Staff=oneBassi \partcombine Staff
-      \context Voice=oneBassi { \violoncello }
-      \context Voice=twoBassi { \contrabasso }
- >
->
- >
-  \paper {
-    % \paperSixteen
-    linewidth = 80 * \staffspace;
-    textheight = 200 * \staffspace;
-    \translator{
-      \ThreadContext
-      \consists "Rest_engraver";
-      
-      % Set value for engraver at thread level,
-      % to override the default that is set in ScoreContext
-      % for added engraver at Voice level
-      devNullThread = #'()
-    }
-    \translator{
-      \VoiceContext
-      \remove "Rest_engraver";    
-
-      % The staff combine (bassi part) needs a
-      % thread_devnull_engraver here.
-      % Instead of maintaining two separate hierarchies,
-      % we switch add it, but switch it off immideately.
-      % The staff combine parts switch it on.
-      % devNullThread = #'never
-      \consists "Thread_devnull_engraver";
-    }
-    \translator{
-      \HaraKiriStaffContext
-      \consists "Mark_engraver";
-    }
-    \translator {
-      \OrchestralScoreContext
-      skipBars = ##t
-      soloText = #"I."
-      soloIIText = #"II."
-      % By default, turn off the Thread_devnull_engraver
-      % at Voice level
-      devNullThread = #'never
-
-      % Hmm
-      currentBarNumber = #218
-      BarNumber \override #'padding = #3
-      RestCollision \override #'maximum-rest-count = #1
-      marginScriptHorizontalAlignment = #1
-      TimeSignature \override #'style = #'C
-    }
-  }
-}
-
diff --git a/input/bugs/pc-mmrest.ly b/input/bugs/pc-mmrest.ly
deleted file mode 100644 (file)
index e188fa5..0000000
+++ /dev/null
@@ -1,60 +0,0 @@
-%
-% mmrests of second voice should not disappear
-%
-% the problem is more complex: the mmrest-engraver lives at staff level,
-% but it seems that we need one per voice.
-%
-
-#(set! point-and-click line-column-location)
-one = \notes\relative c'' {
-
-       f4 \!e-.\f r2|
-       R1|
-       f2\p()es|
-       \property Voice.crescendoText = #'(lines " " "cresc." " ")
-       \property Voice.crescendoSpanner = #'dashed-line
-       d1\<|
-       d1|
-       d2 d2|
-       d2 d2|
-       \!f1\ff ~|
-       f1
-}
-
-two = \notes \relative c'' {
-       r4 c r2|
-       R1*6|
-       c1 ~|
-       c1
-}
-       
-\score {
-  \notes <
-    \context Staff = Viole <
-       \context Voice=one \partcombine Voice
-               \context Thread=one \one
-               \context Thread=two \two
-    >
-  >
-  \paper {
-    \translator {
-      \ThreadContext
-      \consists "Rest_engraver";
-    }
-    \translator {
-      \VoiceContext
-      \remove "Rest_engraver";
-      \consists Multi_measure_rest_engraver;
-      \consists Bar_engraver;
-    }
-    \translator {
-      \HaraKiriStaffContext
-      \remove Multi_measure_rest_engraver;
-      \remove Bar_engraver;
-    }
-    \translator {
-      \OrchestralScoreContext
-      RestCollision \override #'maximum-rest-count = #1
-    }
-  }
-}
\ No newline at end of file
diff --git a/input/bugs/pc-rest-collide.ly b/input/bugs/pc-rest-collide.ly
deleted file mode 100644 (file)
index 1818d1a..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-%
-% when part-combining, rests should collide as in normal case
-%
-\score {
-  \notes <
-    \context Staff <
-       \context Voice=one \relative c''{
-        d4 d d d
-        d d d d
-       } 
-       \context Voice=two {
-        r1
-        R
-       } 
-    >
-    \context Staff = Viole <
-       \context Voice=one \partcombine Voice
-               \context Thread=one \relative c''{ d4 d d d  d d d d }
-               \context Thread=two { r1 R1 }
-    >
-  >
-  \paper {
-  }
-}
\ No newline at end of file
diff --git a/input/bugs/prefatory-spacing.ly b/input/bugs/prefatory-spacing.ly
deleted file mode 100644 (file)
index ba788f5..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-
-\header { texidoc= "Spacing after clef/key should be stretched
-equidistantly for large stretching, but should stay clear of prefatory
-matter for small stretching. Support in the spacing engine for
-separate spring constants for stretching/shrinking is needed"; 
-}
-
-foo = \notes\relative c''   {   \key as \major; f }
-
-\score {
-
-  < \foo 
-  >
-}
diff --git a/input/bugs/repeat.ly b/input/bugs/repeat.ly
deleted file mode 100644 (file)
index 9a9835f..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-
-% should start with |:
-\score { \context Staff \notes \repeat volta 3 c1 \alternative { d1 e1 }} 
diff --git a/input/bugs/rest-melisma.ly b/input/bugs/rest-melisma.ly
deleted file mode 100644 (file)
index 9ebb3ef..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-\header {
-texidoc="slur or long note on other staves fool lily into extending melisma"
-}
-\score {
-  <
-    \addlyrics
-      \notes {
-       \property Staff.automaticMelismata= ##t
-       c4 () c r c
-      }
-      \context Lyrics \lyrics { foo __ bar }
-    \context Staff=foolMelismata \notes{
-      c4 ( c c ) c
-    }  
-    \context Staff=foolMelismata \notes{
-      c1
-    }  
-  >  
-}
\ No newline at end of file
diff --git a/input/bugs/slur-attachment.ly b/input/bugs/slur-attachment.ly
deleted file mode 100644 (file)
index c6fabda..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-
-\header{
-texidoc="
-Slurs should be attached to note heads, except when they would collide
-with beams.  Also see: ophee-slurs.
-";
-}
-\score{
-       \notes \relative c''{
-               \property Voice.Slur \set #'direction = #1
-               a8( a )a4
-               a4( a8 )a
-               a8 a()a4
-               a4() a8 a
-       }
-       \paper{ 
-               indent = 0.0;
-               linewidth = 100.\mm;
-       }
-}
diff --git a/input/bugs/slur-dots.ly b/input/bugs/slur-dots.ly
deleted file mode 100644 (file)
index 5b52064..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-
-% Placement of slur uses x-extent of note-head which includes dots
-       
-\score {
-  \notes\relative c'' {
-    c4.............()c
-  }
-  \paper {
-    linewidth = -1.;
-  }
-} 
diff --git a/input/bugs/slur-dx.ly b/input/bugs/slur-dx.ly
deleted file mode 100644 (file)
index 745e8ab..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-
-\header{
-texidoc="
- Right ending of slur is too far right.
-
- [I did make a better test .ly for this, but can't seem to find it
-now.]  "; }
-
-\score {
-  \notes \relative c'' {
-    \property Voice.Stem \set #'direction = #1
-    \property Voice.Slur \set #'direction = #1
-    d,32( d'4 )d8..
-    \property Voice.Slur \set #'attachment = #'(stem . stem)
-    d,32( d'4 )d8..
-  }
-  \paper {
-    linewidth = -1.;
-  }
-} 
diff --git a/input/bugs/slur-steep-broken.ly b/input/bugs/slur-steep-broken.ly
deleted file mode 100644 (file)
index e98f347..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-
-\score{
-  \notes\relative c''{
-    \time 2/4;
-    [f8 e d f, (] | \break
-    [) a'8. gis16 fis8. cis16] |
-  }
-  \paper{linewidth = 3.0\cm;indent = .0;}
-}
-
diff --git a/input/bugs/spacing-very-tight.ly b/input/bugs/spacing-very-tight.ly
deleted file mode 100644 (file)
index b863ef4..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-
-% When tightly spaced, hinterfleisch -> 0.
-% Stems may touch the bar lines, opposite stems may touch eachother.
-% We need a mininum of about a note-width/interline space in these
-% situations, so that in tightly spaced music all vertical lines
-% are about equally spaced.
-
-\score {
-       \notes \relative c''{ 
-               r1 e4 f, e' f,
-       }
-       \paper { 
-               linewidth = 25.0 \mm;
-               indent = 0.0\mm;
-       }
-}
diff --git a/input/bugs/staff-size.ly b/input/bugs/staff-size.ly
deleted file mode 100644 (file)
index 699155a..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-
-       % separate staff-size is clumsy with \override.
-       
-\score {
-  \notes \relative c' < \context Voice {
-       \property Staff.staffSpace = #10
-       \property Staff.fontSize = #-1
-       \property Voice.fontSize = #-1
-       
-       \property Voice . dynamicDirection = \up \stemDown
-%\key gis \major;
-       c8 d [e f g a] b c \ff
-  }
-
-\context Staff = VB {  \property Voice . dynamicDirection = \down c,,4 \ff c c c  }
-
->
-\paper { linewidth = -1.; }
-}
-
diff --git a/input/bugs/standchen-space.ly b/input/bugs/standchen-space.ly
deleted file mode 100644 (file)
index 7d9e632..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-
-\score {
-\notes \relative c' <
-\context Staff = SA  { c4. c8 \times 2/3 { [c8 c c] } }
-\context Staff = SB  { c8 c c c c c }
->
-
-\paper { linewidth = -1. }
-}
diff --git a/input/bugs/steep-beam.ly b/input/bugs/steep-beam.ly
deleted file mode 100644 (file)
index 35b3866..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-
-\header {
-texidoc ="1st beam should prob. be horizontal.";
-}
-
-\score { \notes <{  [ r8 g''16 des'] [r8 c16 a] }>}
diff --git a/input/bugs/steep.ly b/input/bugs/steep.ly
deleted file mode 100644 (file)
index 474d80c..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-\score{
-       \notes\relative c''{
-               a'( a a [a8...] b,32\break
-               c4 \clef bass; c,,, c )c
-       }
-       \paper{
-               indent=0.0\mm;
-               linewidth=40.0\mm;
-       }
-}
-
diff --git a/input/bugs/text-kerning.ly b/input/bugs/text-kerning.ly
deleted file mode 100644 (file)
index ad72afb..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-\header {
-texidoc= "LilyPond doesn't kern text, but TeX does, leading to skewed results: the VAVAVAVA takes less space than LilyPond thinks it does."; } 
-
-\score {
- \notes \relative c'' < \context Voice {
-%       c16 c16 c16 c16 c4
-        c4 c4 c4
- }
-\context Lyrics  \lyrics {   foobar4 -- VAVAVAVAV4 -- foobar4 } >
-
-       
- \paper { linewidth = -10.0\cm; }
-}
diff --git a/input/bugs/text-spanner.ly b/input/bugs/text-spanner.ly
deleted file mode 100644 (file)
index 31a114c..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-
-% text spanners should not repeat start text when broken
-
-\score {
-  \notes \relative c'' {
-    \property Voice.crescendoText = #"cresc."
-    \property Voice.crescendoSpanner = #'dashed-line
-    c1\< c \break
-    c1 \!c \break
-    }
-  \paper {
-    linewidth = 40*\staffspace;
-  }
-}
diff --git a/input/bugs/textcresc.ly b/input/bugs/textcresc.ly
deleted file mode 100644 (file)
index e9f6eac..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-\score { \notes {
-  \context Voice {
-    \property Voice.crescendoText = "cresc."
-    \property Voice.crescendoSpanner = #'dashed-line
-    c2. r8 c8 \< \break \! c1
-  }
-}
-\paper { linewidth = 5.\cm;}
-}
-
diff --git a/input/bugs/tie-break-accidental.ly b/input/bugs/tie-break-accidental.ly
deleted file mode 100644 (file)
index 94b7e3d..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-
-\header {
-texidoc = "First and second bes (tied across line break)
-should get an accidental, but others should not";
-}
-
-\score {
-  \notes {
-    bes1 ~ | \break
-    bes2 ~ bes4 ~ bes4 ~ | bes1
-    \key  f\major;
-    bes1 ~|bes2 b ~|b ~ b ~|b1
-  }
-  \paper {
-    linewidth = 40*\staffspace;
-  }
-}
diff --git a/input/bugs/ties.ly b/input/bugs/ties.ly
deleted file mode 100644 (file)
index 4555481..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-
-\header {
-  texidoc="Positioning of last ties is incorrect; ties between 2-1 and 1-1
-  durations differ.";
-}
-
-\score {
-  \context Staff <
-    \context Voice = a \notes\relative c'' {
-      \voiceOne
-      r2 a2~a1~a
-    }
-    \context Voice = y \notes\relative c' {
-      \voiceTwo
-      r2 a2~a1~a
-    }
-  >
-  \paper {
-    linewidth = 100 * \staffspace;
-  }
-}
diff --git a/input/bugs/time.ly b/input/bugs/time.ly
deleted file mode 100644 (file)
index 88e9bf5..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-
-% Uses old style
-
-\score {
-  \notes { 
-    \property Staff.TimeSignature \override #'style = #'oldC4/4
-    s1 
-  }
-}
diff --git a/input/bugs/triplets.ly b/input/bugs/triplets.ly
deleted file mode 100644 (file)
index 9cc8704..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-
-\header {
-texidoc="Simple beams.  This broke somewhere < 1.3.110
-";
-  title = "Gammes Chromatiques";
-  composer = "";
-  filename = "gammes_chromatiques.ly";
-}
-
-%{
-           - At bar 3 of 2nd score, stems are too big (or the beams are
-          badly positionned)
-%}
-
-linebreak = \penalty -1000;
-
-exI = \notes \relative c' {
-  \repeat "volta" 2 {
-    \times 2/3 {c8( cis d} \times 2/3 {dis e f} 
-    \times 2/3 {fis g gis} \times 2/3 {a bes b} |
-    \property Voice.TupletBracket \override #'tuplet-number-visibility = ##f
-    \property Voice.TupletBracket \override #'tuplet-bracket-visibility = ##f
-    \times 2/3 {c8 cis d} \times 2/3 {dis e f} 
-    \times 2/3 {fis g gis} \times 2/3 {a bes b} |
-    \times 2/3 {c b bes} \times 2/3 {a aes g}
-    \times 2/3 {fis f e} \times 2/3 {ees d des} |
-    \times 2/3 {c b bes} \times 2/3 {a aes g}
-    \times 2/3 {fis f e} \times 2/3 {ees d )des}
-  }
-  c1 || \linebreak
-}
-
-\score { \context Staff { \notes { \exI } } }
diff --git a/input/bugs/voice-switch-slur.ly b/input/bugs/voice-switch-slur.ly
deleted file mode 100644 (file)
index 306dc2b..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-       % docme.
-\score{
-       \context Staff <
-               \context Voice=one\skip 1;
-               \context Voice=two\skip 1;
-               \context Voice=one \partcombine Voice
-                       \context Thread=one \notes\relative c'' {
-                               c4( c b )a 
-                               a( b c )d
-                       }
-                       \context Thread=two \notes\relative c'' {
-                               a4( c b )a
-                               a( b c )a
-                               
-                       }
-       >
-       \paper{
-               linewidth=140.\mm;
-       }
-}
-
-
diff --git a/input/regression/grace-nest.ly b/input/regression/grace-nest.ly
deleted file mode 100644 (file)
index 71ca4b4..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-\header {
-texidoc = "grace code should not be confused by nested sequential musics, containing grace notes; practically speaking, this means that the end-bar and measure bar coincide in this example." 
-
-}
-\score{
-\notes 
-
-{ c''2 { \grace  b'16  c''2 }  \bar "|." }
-  \paper {
-}
- }
-
diff --git a/input/regression/spacing-clefs.ly b/input/regression/spacing-clefs.ly
deleted file mode 100644 (file)
index 67c31e7..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-
-\header {
-texidoc = "If possible clef changes and the like 
-should be folded under notes of the different staff
-"
-}
-\score { \notes \relative c'' < \context Staff = SA {
-c4 c16 c c c  cis4 cis4
-c4 c4 c4 c
-
-
- }
-   { \key d \major c2
-     \clef bass
-     c,2 c cis2  } >
-
-   \paper { linewidth = -1. } 
- }
-
-