]> git.donarmstrong.com Git - lilypond.git/blob - input/test/empty-staffs.ly
add version everywhere.
[lilypond.git] / input / test / empty-staffs.ly
1 \version "1.7.7"
2 \header {
3     
4 texidoc = "Blank music paper, another example: empty staffs and a
5 tablature staff."
6
7 }
8
9 emptymusic = \notes { \repeat unfold 4  { s1\break }  \bar "|." }
10
11 \score  {
12 \notes  <
13         \context Staff \emptymusic
14         \context TabStaff \emptymusic
15         >
16
17
18   \paper {
19     \translator {
20       \ScoreContext
21       \remove Bar_number_engraver
22     }
23   }
24 }
25 %% new-chords-done %%