]> git.donarmstrong.com Git - lilypond.git/commitdiff
Removing files.
authorGraham Percival <graham@percival-music.ca>
Sat, 16 Oct 2004 20:50:22 +0000 (20:50 +0000)
committerGraham Percival <graham@percival-music.ca>
Sat, 16 Oct 2004 20:50:22 +0000 (20:50 +0000)
input/template/piano-4-voices.ly [deleted file]
input/template/piano-lyrics.ly [deleted file]

diff --git a/input/template/piano-4-voices.ly b/input/template/piano-4-voices.ly
deleted file mode 100644 (file)
index 676dded..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-\version "2.3.22"
-
-\header {
-  texidoc ="Polyphonic piano music."
-}
-
-upperOne = \relative c'' {
-  \voiceOne
-  a b c d
-}
-
-upperTwo = \relative c' {
-  \voiceTwo
-  a2 c
-}
-
-lowerOne = \relative c {
-  \voiceOne
-  a2 c
-}
-
-lowerTwo = \relative c {
-  \voiceTwo
-  a1
-}
-
-\score {
-  \context PianoStaff <<
-    %\time 4/4
-    \context Staff = upper <<
-      \context Voice = one \upperOne
-      \context Voice = two \upperTwo
-    >>  
-    \context Staff = lower <<
-      \clef bass
-      \context Voice = one \lowerOne
-      \context Voice = two \lowerTwo
-    >>  
-  >>
-  \layout { }  
-  \midi { }  
-}
diff --git a/input/template/piano-lyrics.ly b/input/template/piano-lyrics.ly
deleted file mode 100644 (file)
index 13a5e90..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-\version "2.3.22"
-
-\header {
-  texidoc ="Lyrics between two staffs."
-}
-
-upper = \relative c'' {
-  a b c d
-}
-
-lower = \relative c {
-  a2 c
-}
-
-text = \lyricmode {
-  Aaa Bee Cee Dee
-}
-
-\score {
-  \context GrandStaff <<
-    \context Staff = upper {
-       \context Voice = singer \upper
-    }
-    \lyricsto "singer" \new Lyrics \text
-    \context Staff = lower <<
-      \clef bass
-      \lower
-    >>  
-  >>
-  \layout {
-    \context {
-      \GrandStaff
-      \accepts "Lyrics"
-    }
-    \context {
-      %\Lyrics
-      \Lyrics
-      \consists "Bar_engraver"
-    }
-  }  
-  \midi { }  
-}