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