]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.1.39
authorfred <fred>
Tue, 26 Mar 2002 22:09:51 +0000 (22:09 +0000)
committerfred <fred>
Tue, 26 Mar 2002 22:09:51 +0000 (22:09 +0000)
12 files changed:
input/bugs/auto-beam.ly [deleted file]
input/bugs/auto-grace.ly [deleted file]
input/bugs/beam-translator.ly [deleted file]
input/bugs/biem.ly [deleted file]
input/bugs/core.ly [deleted file]
input/bugs/ctie-bug.fly [deleted file]
input/bugs/mats.ly [deleted file]
input/bugs/time-grouping.ly [deleted file]
lily/compressed-music-iterator.cc [deleted file]
lily/compressed-music.cc [deleted file]
lily/include/compressed-music-iterator.hh [deleted file]
lily/include/compressed-music.hh [deleted file]

diff --git a/input/bugs/auto-beam.ly b/input/bugs/auto-beam.ly
deleted file mode 100644 (file)
index ee339e3..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-\score{
-    \notes \relative c''{
-       \time 2/4;
-       c8
-       \repeat 2 {  % \bar "|:" iknoort-i ook...
-       c8 c8
-       }
-       c8
-    }
-    \paper{
-       \translator{
-           \VoiceContext
-           % add experimental auto-beaming
-           \consists Auto_beam_engraver;
-           beamAuto = 1.;
-           beamAutoEnd_8 = "1/4";
-           beamAutoEnd_16 = "1/4";
-           beamAutoEnd_32 = "1/4";
-       }
-    }
-}
diff --git a/input/bugs/auto-grace.ly b/input/bugs/auto-grace.ly
deleted file mode 100644 (file)
index b8d0152..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-\score{
-       \notes \type Voice {
-               \times 2/3  {[c16 c16 c16]}
-       }
-}
-
diff --git a/input/bugs/beam-translator.ly b/input/bugs/beam-translator.ly
deleted file mode 100644 (file)
index 42802aa..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-\score{
-       \type GrandStaff <
-       \type Staff=one \notes\relative c'{
-               s1
-       }
-       \type Staff=two \notes\relative c'{
-               \clef bass;
-               s2
-               \translator Staff=one \stemup [c8 c c c ] 
-               % the translator switch below, intended for the next beam,
-               % affects (and breaks) the beam above
-               \translator Staff=two
-       }
-       >
-       \paper{
-               % no slur damping
-               slur_slope_damping = 10.0;
-               \translator{
-                       \GrandStaffContext
-                       minVerticalAlign = 3.0*\staffheight;
-                       maxVerticalAlign = 3.0*\staffheight;
-               }
-               linewidth=-1.;
-       }
-}
diff --git a/input/bugs/biem.ly b/input/bugs/biem.ly
deleted file mode 100644 (file)
index 36a6cba..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-basloopje = \notes\relative c{
-  [d,8 a' d f] [a\translator Staff=treble d f d] \translator Staff=bass 
-}
-
-
-
-lower = \type Voice=two \notes \relative c{
-  <  \basloopje  >
-}
-\score {
-    \type PianoStaff < 
-\notes      \type Staff = treble { c1  }
-
-      \type Staff = bass <
-       \clef bass;
-        \lower
-      >
-    >
-
-  \paper {
-    gourlay_maxmeasures = 4.;
-    indent = 8.\mm;
-    textheight = 295.\mm;
-
-    % no slur damping
-    slur_slope_damping = 100.0;
-  }
-  \midi {
-    \tempo 4 = 54;
-  }
-}
-
diff --git a/input/bugs/core.ly b/input/bugs/core.ly
deleted file mode 100644 (file)
index 514dec8..0000000
+++ /dev/null
@@ -1,95 +0,0 @@
-%
-% This file prints lots of warning messages about scripts-dportato
-%
-
-\header{
-filename =      "scales.ly";
-enteredby =     "HWN";
-copyright =     "public domain";
-}
-
-%{
- Tested Features: scripts, beams, transposition, 
-%}
-
-%
-% scales with accents.
-%
-
-\version "1.0.14";
-blah =         \notes {
-               \time 6/8;      
-\transpose c {
-               \clef "bass";
-                       c4. d
-}
-                       c d 
-               \clef "violin" ;
-\transpose c'' {
-               \transpose  d { e f }  }
-\transpose c''' {
-               c4. d 
-       %ugr
-                |\times 6/9 { a8 \< a a a a a a  \! a a \ff \> ] } | }
-                \transpose c'' {
-                    \times 6/9 { a  a a a a a a a \! a ] } | }
-                \transpose c''' {
-                \times 6/9 { c,->-.-\fermata \< g,->-.-\fermata 
-                       d->-.-\fermata a->-.-\fermata
-                       e'->-.-\fermata b'-. f''-. c'''->-.-\fermata 
-                       \! g'''->-.-\fermata \> ] }
-
-               \times 6/9 { g'''->-.-\fermata c'''->-.-\fermata
-                       f''->-.-\fermata b'->-.-\fermata e'->-.-\fermata 
-                       a->-.-\fermata d->-.-\fermata g,->-.-\fermata \! 
-                       c,->-.-\fermata ] }
-                       
-               \times 6/9 { c,->-.-\fermata \< g,->-.-\fermata d->-.-\fermata 
-               a->-.-\fermata
-                       e'->-.-\fermata b'-. f''-. 
-                       c'''->-.-\fermata \! g'''->-.-\fermata \> ] }
-                \times 6/9 { g'''->-.-\fermata c'''->-.-\fermata
-                       f''->-.-\fermata b'->-.-\fermata e'->-.-\fermata 
-                       a->-.-\fermata d->-.-\fermata 
-                       g,->-.-\fermata \! c,->-.-\fermata ] }
-               }
-               \transpose c'' {
-                \times 2/3 { c g d' ] } 
-                \times 2/3 { d' g c ] }  
-                \times 2/3 { f c' g' ] } 
-                \times 2/3 { g' c' f ] }
-                }
-                \transpose c' {
-                \times 2/3 { c g d' ] } 
-                \times 2/3 { d' g c ] }  
-                \times 2/3 { f c' g' ] } 
-                \times 2/3 { g' c' f ] } 
-                \times 2/3 { g' c' f ] } 
-  \time 4/4;
-
-c1}
-
-               r8-"text" r8^. r8_. r8 r8 r8 r8 r8
-       [c-> d-> e-> f->][g-> a-> b-> c'->] % 1
-\transpose c'' {       [c'-^ b-^ a-^ g-^][f-^ e-^ d-^ c-^]}
-       [c'-^ b-^ a-^ g-^][f-^ e-^ d-^ c-^]
-       [c-. d-. e-. f-.][g-. a-. b-. c'-.]
-       [c'-- b-- a-- g][f-- e-- d c--] % 5
-       [c-\portato d-\portato e-\portato f-\portato]
-               [g-\portato a-\portato b-\portato c'-\portato]
-       [c'-\upbow b-\upbow a-\downbow g-\downbow]
-               [f-\downbow e-\downbow d-\upbow c-\upbow]
-       [c-| d-| e-| f-|][g-| a-| b-| c'-|]
-       [c' b a g][f e d c]
-       [c d e f][g a b c'] % 10 
-       |[c' b a g][f e d c]
-                       
-       }
-
-
-\score{
-       \notes {\blah}
-       \paper{
-        castingalgorithm = \Wordwrap;
-       }
-}
diff --git a/input/bugs/ctie-bug.fly b/input/bugs/ctie-bug.fly
deleted file mode 100644 (file)
index 0899018..0000000
+++ /dev/null
@@ -1 +0,0 @@
-a'' <c ~ e g> c
diff --git a/input/bugs/mats.ly b/input/bugs/mats.ly
deleted file mode 100644 (file)
index 6409937..0000000
+++ /dev/null
@@ -1,78 +0,0 @@
-
-corI=\notes\relative c'' {
-\key c;
-
-[g8. \f ( a16 ] ) g2 |
-[g8.  ( a16 ] ) g2_"dim." |
-c2. \p ( |
-) g2 g4 ( |
-) c2. ( |
-) g4 [g8. ( a16 ] ) g4 |
-c2. \p ( |
-) g2 g4 |
-c2 \< ( ~ [ \! c8 \> \! ) g ] |
-g2 \p r4 |
-g \mf ( d' c~ |
-c ) b r |
-R2. |
-}
-
-corII=\notes\relative c'' {
-\key c;
-\time 3/4;
-
-R2.*19 |
-r4 r [g8^"solo" \p (\< \! ) e'] |
-g2 \> ( [e8. ) \! c16 ] | % grace note e8 () g2
-g2 r 4 |
-r r \times 2/3 {[e'8 \p ( g, ) g' ]} |
-g4 \> () \! e r |
-r r \times 2/3 {[g8 \p ( e ) g ]} |
-d4 \> () \! g r |
-r r [g,16 ( \p d' e d ] |
-) g,4 r r |
-R2. |
-r4 r c \p ( |
-) g r r |
-g [g8. ( a16 ] ) g4 |
-R2. |
-r4 r [g8^""^"solo" \mf \< () \! e' ] |
-g2 \> [ \! e8. ( c16 ] |
-) g2 r4 |
-R2. |
-r4 r \times 2/3 {[e'8 \f ( g, ) g'] } |
-g4 () e r |
-r r \times 2/3 {[g8 \f ( e ) g] } 
-d4 () g r |
-r r [d16 \f ( g, e' d ] |
-[g, d' e ) d ] g,4 r |
-r d'2 \f \> ( | % grace note g8 d2
-[g,8. a16 g8. a16 \! g8. ) a16 ] |
-g4 r r |
-}
-
-trpI=\notes\relative c'' {
-\key c;
-\time 3/4;
-
-R2.*30 |
-}
-
-\score{ <
-  \type StaffGroup = brass <
-    \type Staff = cor <
-      \type Voice = corI { \stemup \corI }
-      \type Voice = corII { \stemdown \corII }
-    >
-    \type Staff = trp <
-      \type Voice = trpI { \stemup \trpI }
-    >
-  >
->
- \paper {
-    \translator {\OrchestralScoreContext
-       % The following line causes a SIGSEGV
-       \consists "Multi_measure_rest_engraver"; 
-    }
-  }
-}
diff --git a/input/bugs/time-grouping.ly b/input/bugs/time-grouping.ly
deleted file mode 100644 (file)
index b0cc682..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-%{
-  wierd grouping bug
-%}
-
-\score{
-    \notes \relative c''{
-       % be sure it's not related to auto-beamer
-       \property Voice.beamAuto = "0"
-       \time 1/2;
-       [ c8 c c c ]
-       \time 1/4;
-       [ c8 c ]
-    }
-    \paper{
-    }
-}
diff --git a/lily/compressed-music-iterator.cc b/lily/compressed-music-iterator.cc
deleted file mode 100644 (file)
index b4794e4..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-/*   
-  compressed-music-iterator.cc --  implement Compressed_music_iterator
-  
-  source file of the GNU LilyPond music typesetter
-  
-  (c) 1998--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-  
- */
-
-#include "compressed-music-iterator.hh"
-#include "compressed-music.hh"
-#include "musical-request.hh"
-#include "translator-group.hh"
-#include "command-request.hh"
-
-
-
-void
-Compressed_music_iterator::do_process_and_next (Moment m)
-{
-  if (first_b_)
-    {
-      bool success = report_to_l ()->try_music (dynamic_cast<Compressed_music const*> (music_l_));
-      if (!success)
-       music_l_->warning ( _("No one to print a tuplet start bracket"));
-    }
-
-  Music_wrapper_iterator::do_process_and_next (m);
-}
diff --git a/lily/compressed-music.cc b/lily/compressed-music.cc
deleted file mode 100644 (file)
index 940bee5..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-/*   
-  compressed-music.cc --  implement Compressed_music
-  
-  source file of the GNU LilyPond music typesetter
-  
-  (c) 1998--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-  
- */
-
-#include "compressed-music.hh"
-
-
-Compressed_music::Compressed_music (int n, int d,Music *mp)
-  : Music_wrapper (mp)
-{
-  num_i_ = n;
-  den_i_ = d;
-  element_l ()->compress (Moment (num_i_,den_i_));
-}
-
-
-
-
diff --git a/lily/include/compressed-music-iterator.hh b/lily/include/compressed-music-iterator.hh
deleted file mode 100644 (file)
index 0a16f50..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-/*   
-  compressed-music-iterator.hh -- declare Compressed_music_iterator
-  
-  source file of the GNU LilyPond music typesetter
-  
-  (c) 1998--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-  
- */
-
-#ifndef COMPRESSED_MUSIC_ITERATOR_HH
-#define COMPRESSED_MUSIC_ITERATOR_HH
-
-#include "music-wrapper-iterator.hh"
-
-class Compressed_music_iterator : public Music_wrapper_iterator
-{
-public:  
-  // construction
-protected:
-  virtual void do_process_and_next (Moment);
-};
-
-
-#endif /* COMPRESSED_MUSIC_ITERATOR_HH */
-
diff --git a/lily/include/compressed-music.hh b/lily/include/compressed-music.hh
deleted file mode 100644 (file)
index 484efdd..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-/*   
-  compressed-music.hh -- declare Compressed_music
-  
-  source file of the GNU LilyPond music typesetter
-  
-  (c) 1998--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-  
- */
-
-#ifndef COMPRESSED_MUSIC_HH
-#define COMPRESSED_MUSIC_HH
-
-#include "music-wrapper.hh"
-/**
-   Tempo expansion or compression.
- */
-class Compressed_music : public Music_wrapper
-{
-public:
-  int num_i_;
-  int den_i_;
-
-  Compressed_music (int, int, Music *);
-  
-  VIRTUAL_COPY_CONS(Music);
-};
-
-#endif /* COMPRESSED_MUSIC_HH */
-