]> git.donarmstrong.com Git - lilypond.git/blob - input/tricks/no-bar-lines.ly
release: 1.3.129
[lilypond.git] / input / tricks / no-bar-lines.ly
1 \score {
2   \notes \relative c'' {
3     a b c d
4     d c b a
5   }
6   \paper {
7     linewidth = -1.;
8     \translator {
9       \StaffContext
10       whichBar = #""
11       \remove "Time_signature_engraver";
12     }
13   }
14 }
15