]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-loose-polyphony.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / spacing-loose-polyphony.ly
diff --git a/input/regression/spacing-loose-polyphony.ly b/input/regression/spacing-loose-polyphony.ly
new file mode 100644 (file)
index 0000000..18f2ba4
--- /dev/null
@@ -0,0 +1,17 @@
+\version "2.16.0"
+
+\header {
+  texidoc = "Loose columns (here, the treble clef) are spaced
+correctly in polyphonic music.
+"
+}
+
+\new PianoStaff <<
+  \new Staff \relative c' {
+    \times 2/3 { g'4 a2 }
+  }
+  \new Staff \relative c' {
+    \clef bass fis,,8 cis'
+    \clef treble g'' fis,
+  }
+>>