diff options
author | Joe Neeman <joeneeman@gmail.com> | 2007-12-01 10:01:50 +1100 |
---|---|---|
committer | Joe Neeman <joeneeman@gmail.com> | 2007-12-01 10:06:16 +1100 |
commit | e2aacd8cd74189b655de4d98f268387ba0695e7c (patch) | |
tree | c0e0fc67f2bfee7ef74cfd56ff63bb8febaf6111 | |
parent | b9bc6ba63ccc51a289986433cced74b8d1e511ba (diff) |
Fix skyline-vertical-placement to match the description.
-rw-r--r-- | input/regression/skyline-vertical-placement.ly | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/input/regression/skyline-vertical-placement.ly b/input/regression/skyline-vertical-placement.ly index 6c85a39f2a..59e57f06ff 100644 --- a/input/regression/skyline-vertical-placement.ly +++ b/input/regression/skyline-vertical-placement.ly @@ -7,7 +7,8 @@ using a skyline algorithm so that they don't collide with other objects." \version "2.11.0" \relative c''' { - \override TextScript #'outside-staff-priority = #1 + \override TextScript #'outside-staff-priority = #2 + \override DynamicLineSpanner #'outside-staff-priority = #1 c \once \override TextScript #'self-alignment-X = #CENTER a,^"this doesn't collide with the c" |