]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/no-bars.ly
0ab9bf606aaa73cec599d7897fa859d1d38a0985
[lilypond.git] / input / bugs / no-bars.ly
1 \header{
2 texidoc="
3 defaultBarType is cheched by Timing_translator, but has no effect?
4 ";
5 }
6
7 \score {
8   \notes \relative c'' {
9     a b c d
10     d c b a
11   }
12   \paper {
13     \translator {
14       \StaffContext
15       defaultBarType = #"" 
16       \remove "Time_signature_engraver";
17       linewidth = -1.;
18     }
19   }
20 }