]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorhanwen <hanwen>
Mon, 16 Jun 2003 13:56:32 +0000 (13:56 +0000)
committerhanwen <hanwen>
Mon, 16 Jun 2003 13:56:32 +0000 (13:56 +0000)
13 files changed:
input/opus-130.ly [deleted file]
input/praeludium-fuga-E.ly [deleted file]
input/scarlatti-paper.ly [deleted file]
input/scarlatti-properties.ly [deleted file]
input/scarlatti-test.ly [deleted file]
input/size11.ly [deleted file]
input/size13.ly [deleted file]
input/size16.ly [deleted file]
input/size20.ly [deleted file]
input/size23.ly [deleted file]
input/size26.ly [deleted file]
input/star-spangled-banner.ly [deleted file]
input/twinkle.ly [deleted file]

diff --git a/input/opus-130.ly b/input/opus-130.ly
deleted file mode 100644 (file)
index 9044d31..0000000
+++ /dev/null
@@ -1,72 +0,0 @@
-\version "1.7.18"
-\header{
-filename =      "opus-130.ly"
-title =         "Quartett"
-description =   ""
-composer =      "Ludwig van Beethoven (1770-1827)"
-opus = "130"
-enteredby =     "JCN"
-copyright =     "public domain"
-}
-
-% \
-
-tempi = \notes {
-       \property Voice.TextScript \set #'font-style = #'large
-       s8^"Allegro assai"
-}
-
-dynamics = \notes {
-       s8-\p\< \!s8.\> \!s16 | s4.-\p | s8\< s8. \!s16 | s4.-\p |
-       s8-\p\< \!s8.\> \!s16 | s4.-\p | s8\< s8. \!s16 | s4.-\p |
-}
-
-global = \notes {
-       \key g \major
-       \time 3/8
-       < 
-               \dynamics
-               s4. *  8
-               s4. *  8
-               % \repeat semi 2 { s4.*8 } 
-       >
-}
-
-violinei = \notes\relative c''{
-       d8(b)d16 r | g,4. | a16(b c8)e16 r | g,8~fis4 | 
-       d''8(b)d16 r | g,4. | a16(b c8)fis,16 r | fis8~g4
-}
-
-violineii = \notes\relative c'{
-       b8(d)b | e(g,)e' | e(c)a' | a(c)a | 
-       % copy from violinei: 5-8
-       d8(b)d16 r | g,4. | a16( b c8)fis,16 r | fis8~g4
-}
-
-viola = \notes\relative c'{
-       \clef "alto"
-       g8(b)g | b(e,)b' | c,(a')c, | c'(d,)c' | b(d)b | 
-       e(g,)e' | e(e,<)a' c,> | < a(c,> <fis b,> )b, 
-}
-
-cello = \notes\relative c'{
-       \clef "bass"
-       g4 r8 | e'4 r8 | c4 r8 | d4 r8 | g,,8 b g | b(e,)b' |
-       c,(a')d, | d'(d,)g 
-}
-
-\score{
-       \context StaffGroup <
-% broken, 1.1.23
-%              \context Staff = i < \tempi \global \violinei >
-               \context Staff = i < \global \violinei >
-               \context Staff = ii < \global \violineii >
-               \context Staff = iii < \global \viola >
-               \context Staff = iv  < \global \cello >
-       >
-       \paper{
-               \translator { \OrchestralScoreContext }
-       }
-       \midi{ \tempo 4 = 160 }
-}
-
diff --git a/input/praeludium-fuga-E.ly b/input/praeludium-fuga-E.ly
deleted file mode 100644 (file)
index 315139f..0000000
+++ /dev/null
@@ -1,209 +0,0 @@
-\version "1.7.18"
-\header {
-  filename =    "praeludium-fuga-E.ly"
-  title =       "praeludium and fuga in E-major"
-  opus =        "BWV 566"
-  composer =    "Johann Sebastian Bach (1685-1750)"
-  enteredby =   "JCN"
-  copyright =   "public domain"
-}
-%{
-  description
-
-  Praeludium 3 bar excerpt,
-       2nd fuga transposed subject -- 4 bar excerpt. 
-        We try to imitate the Griepenkerl/Keller edition which
-       gives the best approximation to Bach's original layout
-%}
-%{
- Tested Features:
- purpose of this file is testing: 
-   * real-life collisions
-   * multi-voice input --- splitting?
-   * organ staff...
-%}
-
-
-
-
-
-praeludiumCommands =  \notes {
-  \time 4/4
-   \key e \major
-}
-
-praeludiumRight =   \notes {
-  \praeludiumCommands
-  \clef violin
-
-  % 13 -- how to type -- where to split -- this more neatly?
-  \context Staff <
-    \context Voice = I \relative c'' { \stemUp r4 dis4 e4. e8 ~ |
-      \shiftOn e4 [d8 fis8] \shiftOff gis4 ~ [gis8 fis16 e ] |
-      fis4 ~ [fis8 e16 dis] e4 r8 e8 }
-    \context Voice = III \relative c'' { \stemUp \shiftOn r4 bis cis \shiftOff cis |
-      a' ~ [a16 gis a b] \shiftOn dis,4 cis ~ |
-      [cis8 dis16 ais] bis4 cis r8 b }
-    \context Voice = IV \relative c'' {
-
-      %\stemUp
-      %{
-      this is a diversion from the Griepenkerl/Keller
-       edition a hack to avoid collisions
-      %}
-      \stemDown
-      \shiftOn s4 gis }
-      
-    \context Voice =  II \relative c' { \stemDown
-%      \shiftOn       % idem
-
-      r4 fis \shiftOff gis gis |
-      a4. cis8 gis2 |
-      fis4 gis gis r8 e8 }
-  > |
-  % 16
-}
-
-praeludiumLeft =  \notes \relative c {
-  \praeludiumCommands
-  \clef bass
-
-  % 13
-  \context Staff <
-    \context Voice = two { r4 }
-    \context Voice = one { \stemUp s4 dis' cis cis ~ |
-      [cis8 a d cis] [bis gis] cis4 |
-      dis2 cis4 r8 cis }
-    \context Voice = one { \stemUp bis2 }
-    \context Voice = three { \stemUp \shiftOn r4 gis ~ [gis8 gis] ~ \stemDown \shiftOff gis4 |
-      a4. fis8 gis4. a8 ~ |
-      a4 gis4 gis r8 gis }
-%    { \stemUp \shiftOn s4 fis4 e}
-% a quick hack to avoid some collisons
-    \context Voice = four { \stemDown \shiftOn s4 fis4 e}
-    \context Voice = two { \stemDown s4 dis4 cis4 }
-  > |
-  %16
-}
-
-praeludiumPedal =  \notes \relative c{
-  \praeludiumCommands  
-  \clef bass
-
-  %13
-  r4 fis,4-\ltoe e4.-\lheel e'8-\rheel | 
-  fis4.-\rtoe fis8-\rtoe fis4-\rtoe [e8-\ltoe a-\rtoe] | 
-  dis,4-\ltoe gis-\rtoe [cis,8-\ltoe b!-\lheel ais-\rtoe gis-\ltoe] |
-  %16
-}
-
-
-fugaIICommands =  \notes{
-  \time3/4
-  \key e \major              % E-major
-}
-
-fugaIIRight =  \notes   \relative c''   {
-  \fugaIICommands
-  \clef violin
-
-  %15
-  \context Staff <
-    \context Voice = VA { \stemUp [b8 fis8] b4 }
-    \context Voice = VB {  \stemDown fis2 }
-  >
-
-  \context Staff \notes\relative c''<
-       \context Voice=one {
-         \property Voice.NoteColumn \override #'horizontal-shift = #0
-         \stemUp\slurUp\tieUp 
-         e4 
-       }
-       \context Voice=two {
-         \stemUp\slurUp\tieUp 
-         \property Voice.NoteColumn \override #'horizontal-shift = #1
-         cis
-       }
-       \context Voice=three {
-         \property Voice.NoteColumn \override #'horizontal-shift = #2
-         \stemUp\slurUp\tieUp 
-         ais
-       }
-       \context Voice=four {
-         \stemDown\slurDown\tieDown 
-         \property Voice.NoteColumn \override #'horizontal-shift = #-1
-         fis
-       }
-  >
-
-    %16
-    \context Staff <
-      \context Voice = one {  dis2 dis4 |
-      cis2 cis4 |
-      b4. [cis8 dis e] }
-    \context Voice = three {  \stemUp \shiftOn [b8 fis] b2 ~ |
-      [b8 a!16 gis] a2 ~ |
-      a4 gis2 }
-    \context Voice = two {  \stemDown fis2. ~ |
-      fis ~ |
-      fis4 e2 }
-  > |
-  %19
-}
-
-fugaIILeft =  \notes {
-  \fugaIICommands  
-  \clef bass
-
-  %15
-  \context Staff < 
-    \context Voice = two { \stemDown b2 \stemUp ais4 |
-      b2 b4 }
-    \context Voice = two { \stemDown s2 e4 |
-      fis2 fis4 }
-  >
-  \stemDown cis2 e4 |
-  b4. b8 b4 |
-  %19
-}
-
-fugaIIPedal =  \notes \relative c {
-  \fugaIICommands  
-  \clef bass
-
-  %15
-  dis4.-\ltoe e8-\rtoe cis4 |
-  b4.-\lheel [cis8-\ltoe dis8-\rtoe e8-\rheel] |
-  fis4.-\rtoe [e8-\rheel dis8-\rtoe cis8-\ltoe] |
-  dis4-\rtoe e4-\rheel e,4-\ltoe |
-  %19
-}
-
-breakmusic =  \notes { 
-  %\time4/4
-  r1
-}
-
-
-% these should be two separate scores...
-\score{
-  \context Score <
-    \context PianoStaff <
-      \context Staff = treble {
-       \property Score.midiInstrument = "church organ"
-        \praeludiumRight \breakmusic \fugaIIRight }
-      \context Staff = bass { 
-        \praeludiumLeft \breakmusic \fugaIILeft }
-    > 
-    \context Staff = pedal {
-      \praeludiumPedal \breakmusic \fugaIIPedal }
-  >
-
-  \paper {
-
-   \translator { \OrchestralScoreContext }
-  }
-
-  \midi {
-    \tempo 4 =96 }
-}
diff --git a/input/scarlatti-paper.ly b/input/scarlatti-paper.ly
deleted file mode 100644 (file)
index a73214e..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-\version "1.7.18"
-
-\paper{
-       indent=0.
-       linewidth=188.\mm
-
-       \translator{
-               \PianoStaffContext
-               VerticalAlignment \override #'forced-distance = #8.4
-       }
-       \translator{\StaffContext
-               TimeSignature \override #'style = #'C
-       }
-       \translator {
-         \ScoreContext
-         SpacingSpanner \override #'spacing-increment = #1.4
-       }
-       \translator{
-               \VoiceContext
-               noStemExtend = ##t
-               tupletVisibility = ##f
-               Stem \override #'stem-shorten = #'(0.0)
-       }
-}
-
-
diff --git a/input/scarlatti-properties.ly b/input/scarlatti-properties.ly
deleted file mode 100644 (file)
index 4be86fd..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-%  include file for scarlatti-test
-
-\version "1.7.18"
-
-rh=\property Thread.NoteHead \override #'style = #'default
-lh=\property Thread.NoteHead \override #'style = #'diamond
-
-n =  \property Thread.NoteHead \revert #'font-relative-size % = #'diamond %\property Thread.fontSize=#0  
-sm=\property Thread.NoteHead \override #'font-relative-size = #-1 
-
-% su=\stemUp\slurUp\tieUp  
-% sd=\stemDown\slurDown\tieDown
-
-su=\property Voice.Stem \override #'direction = #1
-sd=\property Voice.Stem \override #'direction = #-1  
-
-
-%{
-ls=\property Voice.forceHorizontalShift=#-0.6
-sls=\property Voice.forceHorizontalShift=#-0.22
-rs=\property Voice.forceHorizontalShift=#0.6
-srs=\property Voice.forceHorizontalShift=#0.22
-%}
-zs =  \property Voice.NoteColumn \revert #'force-hshift  % #0.0
-ls =  \property Voice.NoteColumn \override #'force-hshift = #-0.6
-sls= \property Voice.NoteColumn \override #'force-hshift = #-0.22
-rs =  \property Voice.NoteColumn \override #'force-hshift = #0.6
-srs= \property Voice.NoteColumn \override  #'force-hshift = #0.22
-
-
-
-ab=\property Voice.autoBeaming = ##t
-xb=\property Voice.autoBeaming = ##f
diff --git a/input/scarlatti-test.ly b/input/scarlatti-test.ly
deleted file mode 100644 (file)
index d5c9901..0000000
+++ /dev/null
@@ -1,349 +0,0 @@
-\version "1.7.18"
-%K000.ly LilyPond 1.2.16
-\header {
-title="John's Scarlatti quotes"
-composer = "Domenico Scarlatti"
-}
-
-
-\include "scarlatti-properties.ly"
-\include "scarlatti-paper.ly"
-%sonata-specific settings
-\paper {
-\translator{\VoiceContext
-  %% huh?
-  %%beamAutoBegin=0
-  autoBeamSettings \override #'(end 1 8 * *) = #(ly:make-moment 3 8)
-  autoBeamSettings \override #'(end 1 16 * *) = #(ly:make-moment 3 8)
-  autoBeamSettings \override #'(end 1 24 * *) = #(ly:make-moment 1 8)
-  autoBeamSettings \override #'(end 1 32 * *) = #(ly:make-moment 1 8)
-}
-}
-
-%{
-%standard properties list
-rh={\property Thread.noteHeadStyle=""}
-lh={\property Thread.noteHeadStyle = #'diamond}
-n={\property Thread.fontSize="0"}
-sm={\property Thread.fontSize="-1"}
-su={\property Voice.verticalDirection="1"}
-sd={\property Voice.verticalDirection="-1"}
-zs={\property Voice.forceHorizontalShift="0.0"}
-ls={\property Voice.forceHorizontalShift="-0.6"}
-sls={\property Voice.forceHorizontalShift="-0.22"}
-rs={\property Voice.forceHorizontalShift="0.6"}
-srs={\property Voice.forceHorizontalShift="0.22"}
-ab={\property Voice.autoBeaming = ##t}
-xb={\property Voice.autoBeaming = ##f}
-%}
-
-
-\score{
-\context PianoStaff \notes<
-\context Staff=up<
-  \key d \major 
-\time 3/8
-\clef treble
-\autochange Staff
-\context Voice=va< \zs
-\su
-\context Thread=ta{ \n
-\rh \sm[\times 2/3{a'32 d'' fis''}\n a''16]a'8 g'~
-%a2
-g'8 _"1 Aug 2000" \times 2/3{a'16 b' cis'' d'' fis'' g''}|
-%a3
-a''8 a' a'|
-%a4
-a'8 s \lh d''|
-%a5
-s8 \rh fis'' s|
-%a6
-a''32 s fis'' s d'' s a' s d' s a s \bar "||"
-\key f \major 
-%a7
-r16 a' f'8. d'16~
-%a8
-d'16 g' e'8. cis'16|
-%a9
-r16 a' f'8. d'16~
-%a10
-d'16 g' e'8. cis'16 \bar "||"
-\key d \major
-%a11
-r16 fis' d'8. g'16~
-%a12
-g'16 fis'8 e' b'16~
-%a13
-b'16 a' fis'8. d''16~
-%a14
-d''16 cis'' a'8. fis''16~
-%a15
-\sd fis''16 e''8 cis'' a'16~
-%a16
-\su a'8 d'' b''16 s|
-%a17
-\lh \sd r16 e''8 cis'' a'16~
-%a18
-\su a'8 d'' b''16 s|
-%a19
-s8 a''^"M" s|
-%a20
-\rh e''4.|
-%a21
-\lh s8 fis'' s|
-%a22
-s8 b''^"M" a''|
-%a23
-gis''8 \rh[b' c'']|
-%a24
-gis'8_\prall f''32 d'' ais' b' e'' c'' gis' a'|
-%a25
-d''32 b' fis' gis' c'' a' dis' e' b' gis' dis' e'|
-%a26
-a'8~a'32 gis' a' b' c'' gis' a' b'|
-%a27
-c''8 b'4~
-%a28
-b'8 a' gis'|
-%a29
-r8 a'4~
-%a30
-a'8 cis''4^\prall~
-%a31
-cis''4._\prall~
-%a32
-cis''4._\prall
-%a33
-s8 gis''4|
-%a34
-\times 12/15{a''16 \sm gis''32 fis'' e'' d'' cis'' b' a' gis' fis' e' d' cis' b \n}
-%a35
-s32 e' cis' a s a' e' cis' s cis'' a' e'|
-%a36
-\lh a'32 \rh[e'' cis'' a']\lh cis'' \rh[a'' e'' cis'']\lh a' \rh[a cis' e']\bar "||"
-\time 6/8
-%a37
-gis''8 a'' gis'' a'' gis'' a''|
-}
- \context Thread=tb{ \n
- \rh s8 fis' e'~
- %a2
- e'8 s4|
- %a3
- s8 fis' g'|
- %a4
- fis'8 s \lh a'|
- %a5
- s8 \rh d'' s|
- s4.*3
- %a9
- s8 \sm g' \n s|
- %a10
- s8 \sm fis' \n s|
- %a11
- s4 s16 e'~
- %a12
- e'16 s8 cis' s16|
- s4.*8
- %a21
- s8 \lh a' \rh s|
- s4.
- %a23
- s8 gis' a'|
- %a24
- b'8^\prall s4|
- s4.*3
- %a28
- s4 e'8|
- s4.*2
- %a31
- s8 e''4^\prall~
- %a32
- e''4.^\prall|
- s4.*4
- %a37
- s4. c''8 b' c''
- }
-  \context Thread=tc{ \n
-  \rh s8 d' a'~
-  %a2
-  a'8 s4|
-  %a3
-  s8 d' dis'
-  %a4
-  d'8 s \lh fis'|
-  %a5
-  s8 \rh a'
-  }>
-\autochange Staff
-\context Voice=vb< \zs
-\sd
-\context Thread=td{ \n
-\lh \sm[\times 2/3{d32 fis a}\n d'16]a8 a|
-%b2
-d4 r8|
-%b3
-r8 a a|
-%b4
-r32[d fis a][d' fis' a' d'']r \rh[d fis a]
-%b5
-[d'32 fis' a' d'']r32 \lh[d fis a][d' fis' a' d'']
-%b6
-s a''32 s fis'' s d'' s a' s d' s a|
-%b7
-\su r8. f16 bes8|
-%b8
-r8. g16 a8~
-%b9
-a16 r8 f16 bes8|
-%b10
-bes8 r16 g bes8|
-s4.
-%b12
-r8 a b|
-%b13
-\sd r8 d'4|
-%b14
-e'8 fis'4|
-%b15
-\su s8 a''^"M" s|
-%b16
-\sd b8 d' gis'|
-%b17
-\rh \su s8 a'' s|
-%b18
-\sd b8 d' gis'|
-%b19
-\times 2/3{a'16 c'' b' a' c'' d'' e'' c'' b'}|
-%b20
-\ls c''8^\prall \zs b'4|
-%b21
-\times 2/3{s16 c'' b' s b' c''}dis''32 c'' b' a'|
-%b22
-b'32 gis' dis' e' d''8 cis''|
-%b23
-b'32 gis' dis' e' s4|
-%b24
-s8 \lh d' cis'|
-%b25
-b8 a gis|
-%b26
-a32 d' c' b c' \rs f' \zs e' d' c' e' fis' gis'|
-%b27
-\su a8 b \sd d'~
-%b28
-d'8 c' \su b|
-%b29
-a8 s b|
-%b30
-[a8 \sd a' \su b]|
-%b31
-[a8 \sd a' \su b]|
-%b32
-[a8 \sd a' \su fis]|
-%b33
-gis'8 \sd e'' \su gis'|
-\sd a'8 s4|
-%b35
-\xb a8 cis' e' \ab|
-s4.
-%b37
-\rh \su \srs e''16 dis'' e'' dis'' e'' dis'' \lh \sd \sls e''16 dis'' e'' dis'' e'' dis'' \zs|
-}
- \context Thread=te{ \n
- \lh s4.*24
- %b25
- b,8 a, gis,|
- s4.*3
- %b29
- s4 d'8|
- %b30
- cis'8 s d'|
- %b31
- cis'8 s d'|
- %b32
- cis'8
- }>
-\autochange Staff
-\context Voice=vc< \zs
-\sd
-\context Thread=tf{ \n
-\lh s4.*2
-%c3
-s4 \rs c'8 \zs|
-s4.*3
-%c7
-d4.|
-%c8
-e4.|
-%c9
-d4.|
-%c10
-e4.|
-%c11
-d8 fis cis|
-%c12
-d4 g8|
-%c13
-fis4 b8|
-%c14
-a4 d'8|
-%c15
-a8 s a_"M"|
-%c16
-s4 s16 \rh e|
-%c17
-a8 s a|
-%c18
-s4 s16 \lh e|
-%c19
-a8_"M" s a|
-%c20
-a'4 gis'8|
-%c21
-dis8 s dis|
-%c22
-e8 s4|
-%c23
-s8 e dis|
-%c24
-e8 d cis|
-s4.*2
-%c27
-e4.|
-%c28
-d8 e4|
-s4.*4
-%c33
-e8 e' e|
-s4.*3
-%c37
-b'8 c'' b' e' e' e'
-}
- \context Thread=tg{ \n
- \lh s4.*10
- %c11
- s4 a8|
- s4.*25
- %c37
- e'8 e' e'
- }>
-\autochange Staff
-\context Voice=vd< \zs
-\sd
-\context Thread=th{ \n
-\rh s4.*20
-%d21
-a'4 s8|
-s4.*6
-%d28
-\su \srs f'4 \zs
-}>
->
-\context Staff=down<
-\clef bass
-\key d \major
-s4.*38
-> >
-} 
-
diff --git a/input/size11.ly b/input/size11.ly
deleted file mode 100644 (file)
index 5c334fb..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-\version "1.7.18"
-
-\header{
-texidoc="
-Fonts are  available in a default set of sizes: 11, 13, 16, 20, 23 and
-26pt staffheight.  Sizes of the text fonts and symbol fonts are made
-to match the staff dimensions.    
-"
-}
-
-\include "paper11.ly"
-\include "allfontstyle.ly"
diff --git a/input/size13.ly b/input/size13.ly
deleted file mode 100644 (file)
index 400f627..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-\version "1.7.18"
-
-\include "paper13.ly"
-\include "allfontstyle.ly"
diff --git a/input/size16.ly b/input/size16.ly
deleted file mode 100644 (file)
index c6a7333..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-\version "1.7.18"
-
-\include "paper16.ly"
-\include "allfontstyle.ly"
diff --git a/input/size20.ly b/input/size20.ly
deleted file mode 100644 (file)
index a94b47a..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-\version "1.7.18"
-
-\include "paper20.ly"
-\include "allfontstyle.ly"
diff --git a/input/size23.ly b/input/size23.ly
deleted file mode 100644 (file)
index 4f64812..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-\version "1.7.18"
-
-\include "paper23.ly"
-\include "allfontstyle.ly"
diff --git a/input/size26.ly b/input/size26.ly
deleted file mode 100644 (file)
index 91d624f..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-\version "1.7.18"
-
-\include "paper26.ly"
-\include "allfontstyle.ly"
diff --git a/input/star-spangled-banner.ly b/input/star-spangled-banner.ly
deleted file mode 100644 (file)
index 7082509..0000000
+++ /dev/null
@@ -1,167 +0,0 @@
-\version "1.7.18"
-%{
-Converted from star.mup with the aid of mup2ly.py
-http://www.arkkra.com/doc/star.html
-http://www.arkkra.com/doc/star.ps
-%}
-
-
-
-\header{
-       title="The Star Spangled Banner"
-       subtitle="The United States National Anthem"
-       poet="Text by Francis Scott Key"
-       composer="J. S. Smith"
-       arranger="Arranged by William J. Krauss"
-       enteredby="jcn"
-       copyright="public domain"
-}
-
-global =  \notes {
-  \time 3/4 
-  \key d \major
-  \partial 4
-}
-
-staffBVoiceB =  \notes {
-  a8.()fis16 
-  \repeat volta 2 { 
-    d4 fis4 a4 d'2 fis'8. e'16 d'4 fis4 gis4 a2 a8 a8 
-    fis'4. e'8 d'4 cis'2 b8. cis'16 d'4 d'4 a4 
-  }
-  \alternative { 
-    { fis4 d4 a8. fis16 } 
-    { fis4 d4 fis'8. fis'16 }
-  } 
-  fis'4 g'4 a'4 a'2 g'8 fis'8 e'4 fis'4
-  g'4 g'2 g'4 fis'4. e'8 d'4 cis'2 b8. cis'16 d'4 fis4 gis4 a2 a4
-  d'4 d'4 d'8()cis'8 b4 b4 b4 e'4 g'8 ()fis'8  e'8()d'8 
-  d'4()cis'4 a8. a16 d'4.()e'8 fis'8 g'8 a'2 d'8 e'8 fis'4. g'8
-  e'4 d'2 s4 
-}
-
-staffBVoiceC =  \notes { 
-  a8.()fis16 
-  \repeat volta 2 { 
-    a,4 d4 e4 d4 () fis4 fis8. fis16 fis4 d4 d4 cis2
-    e8 e8 a4. a8 a4 a2 a8. a16 a4 a4 a4 
-  }
-  \alternative { 
-    { fis4 d4 a8. fis16 } 
-    { fis4 d4 r4 } 
-  }
-  a4 a4 d'4 d'2 a8 a8 cis'4 cis'4 cis'4 cis'2 a4 a4. a8 a4 a2
-  a8. a16 d4 d4 d4 cis2 e4 fis4 e4 d4 d4 d4 dis4 g4 g8()dis8 e4 e2
-  e8. e16 d4.()a8 a8 a8 a2 g8 g8 a4. a8 g4 fis2 s4 
-}
-
-staffCVoiceB =  \notes { 
-  r4 
-  \repeat volta 2 { 
-    fis4 a4 a4 b2 cis'8. cis'16 b4 b4 b4 a2 cis'8 cis'8 
-    d'4. cis'8 d'4 e'2 e'8. e'16 d'4 d'4 a4 
-  }
-  \alternative { 
-    { fis4 d4 r4 } 
-    { fis4 d4 r4 } 
-  }
-  d4 e4 fis4 fis'2 e'8 d'8 e'4 e'4 e'4 e'2 cis'4 d'4. cis'8 d'4 e'2
-  e'8. e'16 a4 a4 e4 e2 cis'4 a4 a4 a4 g4 g4 b4 b4 b4 b4 a2
-  cis'8. cis'16 a4.()cis'8 d'8 d'8 d'2 d'8 d'8 d'4. d'8 cis'4
-  a2 s4 
-}
-
-staffCVoiceC =  \notes { 
-  r4 
-  \repeat volta 2 { 
-    d4 d4 cis4 b,2 ais,8. ais,16 b,4 b,4 e4 a,2 a8 a8 
-    d4. e8 fis8 g8 a2 g8. g16 fis4 fis4 a4 
-  }
-  \alternative { 
-    { fis4 d4 r4 } 
-    { fis4 d4 r4 } 
-  }
-  d4 d4 d4 d2 d8 d8 a4 a4 a4 a2 a,4 d4. e8 fis8 g8 a2 g8. g16 
-  fis4 d4 e4 a,2 a4 d4 e4 fis4 g4 g4 fis4 e4 e8()fis8  g8()gis8 a2 
-  g8. g16 fis4.()a,8 d8 e8 fis2 b8 b8 a4. a8 a,4 d2 s4 
-}
-
-text =  \lyrics {  
-  Oh __ \repeat "fold" 2 { }
-  \alternative {
-    { 
-      say, can you | see, by the dawn's ear -- ly light 
-      What so proud -- ly we hailed, 
-      At the twi -- light's last gleam -- ing. 
-      % Ah, it seems that this context stops to exist just before
-      % the :| barline is set, and doesn't see its width?
-      % Ugly fix:
-      Whose broad \bar "|."
-    }
-    \context LyricsVoice = "one-2" 
-    { 
-      stripes and bright stars, through the per -- il -- ous fight,
-      O'er the ram -- parts we watched, were so gal -- lant -- ly
-      " " " " " "  " "% UGH UGH UGH 
-      stream -- ing
-
-      And the rock -- ets' red glare, the bombs burst -- ing in air, 
-      gave proof through the night that our flag was still there, 
-      Oh say, does that star -- span -- gled ban -- ner yet wave, __ 
-      O'er the land __ of the free and the home of the brave.
-    }
-  }
-}
-
-\include "paper16.ly"
-
-\score{ 
-       \context GrandStaff \notes < 
-               \addlyrics
-               \context Staff=upper <
-                       \global
-                       \clef treble
-                       \property Staff.automaticMelismata = ##t
-                       \context Voice = one \transpose c c' {
-                               \voiceOne
-                               \staffBVoiceB
-                               \bar "|."
-                       } 
-                       \context Voice = two \transpose c c' {
-                               \voiceTwo
-                               \staffBVoiceC
-                       }
-               >
-               \context LyricsVoice = "one-1" \text
-               \context Staff=lower <
-                       \global
-                       \clef bass
-                       \property Staff.VoltaBracket = \turnOff
-                       \context Voice = three {
-                               \voiceOne
-                               \staffCVoiceB
-                       } 
-                       \context Voice = four {
-                               \voiceTwo
-                               \staffCVoiceC
-                       } 
-               >
-       >
-       \paper{
-               \paperSixteen
-               textheight = 230.\mm
-               linewidth= 180.\mm
-               \translator {
-                       \GrandStaffContext
-                       \accepts "Lyrics"
-               }
-               \translator {
-                       \LyricsVoiceContext
-                       \consists "Bar_engraver"
-               }
-       }
-       \midi {
-               \tempo 4 = 60
-       }
-}
-
diff --git a/input/twinkle.ly b/input/twinkle.ly
deleted file mode 100644 (file)
index 8df196b..0000000
+++ /dev/null
@@ -1,148 +0,0 @@
-\version "1.7.18"
-\header{
-filename =     "twinkle.ly"
-title =                "Twinkle Twinkle Little Star"
-composer =     "Traditional"
-enteredby =    "hwn and jcn"
-copyright =    "public domain"
-}
-
-%{
-DESCRIPTION
-
-traditional song in various languages.
-  "Ah, vous dirais-je, maman" 
-  "Altijd is Kortjakje ziek"
-  "Twinkle twinkle little star"
-%}
-
-%{
-Tested Features: lyrics, interleaving lyrics and staves, repeats,
-       auto beaming, adding lyrics to notes, hyphens
-%}
-
-
-
-melody =  \notes \relative c'' {
-       \clef violin
-       \property Staff.midiInstrument = "alto sax"
-       
-       c4 c | g' g | a a | g g |
-       f f | e e | d d8.( e16 | )c2 |
-
-       g'4 g | f f | e e | d d |
-       g g | f f | e( e8. f16 | e4 )d |
-
-       c c | g' g | a a | g g |
-       f f | e e | d d8.( e16 | )c2 |
-}
-
-accompany =  \notes \relative c {
-       \clef "bass"
-       c4 c' | e c | f c | e c | 
-       d b | c a | f g | c,2 | 
-
-       e'4 g, | d' g, | c g | b g | 
-       e' g, | d' g, | c c8.( d16 | c4 )b |
-
-       c, c' | e c | f c | e c | 
-       d b | c a | f g | c,2 
-}
-
-
-tekst =  \lyrics{ 
-       Al -- tijd is Kort -- jak -- je ziek, " "
-       midden "in de" week maar "'s zon" -- dags  " " niet.
-       "'s Zon" -- dags gaat ze naar de kerk, " "
-       met een boek vol zil -- ver  " " werk. " "
-       Al -- tijd is Kort -- jak -- je ziek, " "
-       midden  "in de" week maar "'s zon" -- dags  " " niet.
-}
-
-
-%{
-Ja inderdaad. Dit is geen educatieve danwel muzikaal verantwoorde
-tekst. Mogen wij ook af en toe ergens op afgeven?
-%}
-
-hegedraagjetekst =  \lyrics{ 
-       Al -- tijd zuigt Bill Gates mijn piek, " "
-       "\TeX" is slecht -- ser dan mu --  " " ziek.
-       "'s Zon" -- dags gaat het door een raam, " "
-       Weet dat ik me er -- voor  " " schaam.
-       Al -- tijd zuigt Bill Gates mijn piek, " "
-       "\TeX" is slecht -- ser dan mu --  " " ziek.
-}
-
-texte =  \lyrics{ 
-       \property Lyrics . LyricText \set #'font-shape = #'italic
-       Ah! vous dir -- ai -- je ma -- man " "
-       Ce qui cau -- se mon tour --  " " ment
-       Pa -- pa veut que je rai -- son -- ne
-       Comm' u -- ne gran -- de per -- " " son -- ne
-       Moi je dis que les bon -- bons " "
-       Va -- lent mieux que la rai --  " " son
-}
-
-texti =  \lyrics{
-
-       Twin -- kle, twin -- kle, lit -- tle star, " "
-       How I won -- der what you  " " are.
-       Up a -- bove the world so high, " "
-       Like a dia -- mond in the  " " sky. " "
-       Twin -- kle, twin -- kle, lit -- tle star, " "
-       How I won -- der what you  " " are!
-}
-
-textii =  \lyrics{
-       When the bla -- zing sun is gone, " "
-       When he no -- thing shines up --  " " on,
-       Then you show your lit -- tle light, " "
-       Twin -- kle, twin -- kle, all the  " " night. " "
-       Twin -- kle, twin -- kle, lit -- tle star, " "
-       How I won -- der what you  " " are!
-}
-
-textiii =  \lyrics{
-       Then the tra -- veler in the dark " "
-       Thanks you for your ti -- ny  " " spark
-       He could not see which way to go,
-       If you did not twin -- kle  " " so. " "
-       Twin -- kle, twin -- kle, lit -- tle star, " "
-       How I won -- der what you  " " are!
-}
-
-\score{
-       \notes <
-               \property Score.automaticMelismata = ##f
-               \context Staff=i s1
-               \context Lyrics=top s1
-               \context GrandStaff <
-                       \context Staff=ii \repeat volta 2 <
-                         \time 2/4
-                         \melody >
-                       \context Staff=iii \repeat volta 2 <
-                         \accompany >
-               >
-               \context Lyrics=bottom s1
-               % ugh, \repeat in \addlyrics dumps core
-               \addlyrics
-                       \context Staff = i < \melody>
-                       < 
-                               %\repeat fold 2 {} 
-                               %\alternative { 
-                                       \context Lyrics = top \tekst
-                                       \context Lyrics = top \texte
-                               %}
-                               %\repeat fold 3 {} 
-                               %\alternative { 
-                                       \context Lyrics = bottom \texti
-                                       \context Lyrics = bottom \textii
-                                       \context Lyrics = bottom \textiii
-                               %}
-                       >
-       >
-       \paper{ }
-       \midi{ \tempo 4 = 120 }
-}
-