summaryrefslogtreecommitdiff
path: root/input
diff options
context:
space:
mode:
authorKeith OHara <k-ohara5a5a@oco.net>2012-09-21 15:27:04 -0700
committerKeith OHara <k-ohara5a5a@oco.net>2012-09-27 22:55:31 -0700
commitcd09a4e7f2655f3bec65979a604d8f9f9bf454da (patch)
treef3973f599041459f098ba1c8871377b59c18d4ed /input
parentd5d79d9d580e584c9ffec584784e8fee00f0b62c (diff)
spacing-spanner: rods for non-adjacent paper-columns; issue 1700
Diffstat (limited to 'input')
-rw-r--r--input/regression/spacing-non-adjacent-columns3.ly21
1 files changed, 21 insertions, 0 deletions
diff --git a/input/regression/spacing-non-adjacent-columns3.ly b/input/regression/spacing-non-adjacent-columns3.ly
new file mode 100644
index 0000000000..ae928cf683
--- /dev/null
+++ b/input/regression/spacing-non-adjacent-columns3.ly
@@ -0,0 +1,21 @@
+\version "2.17.3"
+\header {
+ texidoc = "The spacing engine avoids collisions between non-adjacent columns."
+}
+
+\paper{ragged-right = ##t }
+<<
+ \new ChordNames \chordmode {
+ \set additionalPitchPrefix = #"add"
+ f2:13.15 f2
+ }
+ \new Staff {
+ f'4 f'8 f' f'2 \break
+ \set fingeringOrientations = #'(left)
+ \grace { <d-1-2-3>8[ f a] }
+ <fis''-1-2-3-4-5>4 r4
+ \set fingeringOrientations = #'(right)
+ <g'-1-2-3-4-5>4 \grace { d''8[ e'' d'']}
+ g'4
+ }
+>>