]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.0.1
authorfred <fred>
Mon, 22 Jun 1998 11:56:46 +0000 (11:56 +0000)
committerfred <fred>
Mon, 22 Jun 1998 11:56:46 +0000 (11:56 +0000)
init/part-paper.ly [new file with mode: 0644]

diff --git a/init/part-paper.ly b/init/part-paper.ly
new file mode 100644 (file)
index 0000000..94e0351
--- /dev/null
@@ -0,0 +1,27 @@
+%part-paper.ly
+
+\paper {
+       % for simple testing only!
+%      castingalgorithm = \Wordwrap; % lots faster on my 486 -- jcn
+Score = \translator {
+       \type Score_engraver;
+
+       \consists "Timing_engraver";
+       \consists "Bar_column_engraver";
+       \consists "Bar_number_engraver";
+       \consists "Mark_engraver";
+       \consists "Span_score_bar_engraver";
+       \consists "Score_priority_engraver";
+       \consists "Priority_horizontal_align_engraver";
+       \consists "Vertical_align_engraver";
+
+       \accepts "StaffGroup";
+       \accepts "Staff";
+       \accepts "RhythmicStaff";       
+       \accepts "Lyrics";
+       \accepts "GrandStaff";
+       SkipBars = "1";
+}
+       \include "bar-numbering.ly";
+}
+