]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/bugs/no-bars.ly
patch::: 1.3.116.jcn3
[lilypond.git] / input / bugs / no-bars.ly
diff --git a/input/bugs/no-bars.ly b/input/bugs/no-bars.ly
new file mode 100644 (file)
index 0000000..0ab9bf6
--- /dev/null
@@ -0,0 +1,20 @@
+\header{
+texidoc="
+defaultBarType is cheched by Timing_translator, but has no effect?
+";
+}
+
+\score {
+  \notes \relative c'' {
+    a b c d
+    d c b a
+  }
+  \paper {
+    \translator {
+      \StaffContext
+      defaultBarType = #"" 
+      \remove "Time_signature_engraver";
+      linewidth = -1.;
+    }
+  }
+}