]> git.donarmstrong.com Git - lilypond.git/blob - input/test/no-bar-lines.ly
update syntax in .ly files.
[lilypond.git] / input / test / no-bar-lines.ly
1 \version "1.7.6"
2
3 \score {
4   \notes \relative c'' {
5     a b c d
6     d c b a
7   }
8   \paper {
9     linewidth = -1.
10     \translator {
11       \StaffContext
12       whichBar = #""
13       \remove "Time_signature_engraver"
14     }
15   }
16 }
17
18 %% new-chords-done %%