]> git.donarmstrong.com Git - lilypond.git/blob - input/features/no-bar-lines.ly
patch::: 1.3.128.jcn4
[lilypond.git] / input / features / 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