+++ /dev/null
-\score{
- \context Staff <
- \context Voice=one { \skip 1; }
- \context Voice=two { \skip 1; }
-
- \context Voice=one \partcombine Voice
- \context Thread=one \notes\relative c'' {
- a4 c4.()g8 a4
- }
- \context Thread=two \notes\relative c'' {
- g4 e4.()d8 c4
- }
- >
- \paper{
- linewidth=60.\mm;
- }
-}
-
+++ /dev/null
-
-%% Chord gurus, is this ok now??
-
-monstrous= \chords{
- \property Score.chordInversion = "1"
-
- % /c is/was missing:
- bes:6/+c
-
- % Cdim7
- c:dim7
-}
-
-\score{
- <
- \context ChordNames \monstrous
- \context Staff \monstrous
- >
- \paper{
- linelength=-1.0\mm;
- }
-}
+++ /dev/null
-
- \score {
- \notes \relative c' {
- c2( c \break c c c c \break c
-}}
+++ /dev/null
-\header{
-filename = "contrabasso-part.ly";
-% %title = "Ouvert\\"ure zu Collins Trauerspiel \\"Coriolan\\" Opus 62";
-description = "";
-composer = "Ludwig van Beethoven (1770-1827)";
-enteredby = "JCN";
-copyright = "public domain";
-}
-
-\version "1.3.59";
-
-\include "global.ly"
-\include "contrabasso.ly"
-
-\score{
- \$contrabasso_staff
- \include "coriolan-part-paper.ly"
- \include "coriolan-midi.ly"
-}
-
+++ /dev/null
-\header{
-filename = "viola-part.ly";
-% %title = "Ouvert\\"ure zu Collins Trauerspiel \\"Coriolan\\" Opus 62";
-description = "";
-composer = "Ludwig van Beethoven (1770-1827)";
-enteredby = "JCN";
-copyright = "public domain";
-}
-
-\version "1.3.59";
-
-\include "global.ly"
-\include "viola-1.ly"
-\include "viola-2.ly"
-
-$viola_staff = \context GrandStaff = viola <
- \$viola1_staff
- \$viola2_staff
->
-
-\include "coriolan-part-paper.ly"
-
-\score{
- \$viola_staff
- \include "coriolan-part-paper.ly"
- \paper{
- \translator { \HaraKiriStaffContext }
- }
- \include "coriolan-midi.ly"
-}
-
+++ /dev/null
-\header{
-filename = "violoncello-part.ly";
-% %title = "Ouvert\\"ure zu Collins Trauerspiel \\"Coriolan\\" Opus 62";
-description = "";
-composer = "Ludwig van Beethoven (1770-1827)";
-enteredby = "JCN";
-copyright = "public domain";
-}
-
-\version "1.3.59";
-
-\include "global.ly"
-\include "violoncello.ly"
-
-\score{
- \$violoncello_staff
- \include "coriolan-part-paper.ly"
- \include "coriolan-midi.ly"
-}
-