summaryrefslogtreecommitdiff
path: root/input
diff options
context:
space:
mode:
authorKeith OHara <k-ohara5a5a@oco.net>2012-09-21 14:41:33 -0700
committerKeith OHara <k-ohara5a5a@oco.net>2012-09-21 15:29:06 -0700
commit4b5d91b8d2a6f8a689c946f25f290934ab32f19d (patch)
tree31aaafad88cd249051eea6af8e9e632ea2e3052c /input
parentb66c86c98f3c0a00acab3b4664bb14e0913368a3 (diff)
Revert "spacing-spanner: rods for non-adjacent paper-columns; issue 1700"
This reverts commit ad55b046668fb00a6f80684e4caa4e4de982e399.
Diffstat (limited to 'input')
-rw-r--r--input/regression/spacing-non-adjacent-columns3.ly21
1 files changed, 0 insertions, 21 deletions
diff --git a/input/regression/spacing-non-adjacent-columns3.ly b/input/regression/spacing-non-adjacent-columns3.ly
deleted file mode 100644
index 4a7c0568a7..0000000000
--- a/input/regression/spacing-non-adjacent-columns3.ly
+++ /dev/null
@@ -1,21 +0,0 @@
-\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] }
- <d''-1-2-3-4-5>4 r4
- \set fingeringOrientations = #'(right)
- <g'-1-2-3-4-5>4 \grace { d''8[ e'' d'']}
- g'4
- }
->>