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