diff options
author | Mike Solomon <mike@apollinemike.com> | 2012-08-31 09:24:31 +0200 |
---|---|---|
committer | Mike Solomon <mike@apollinemike.com> | 2012-08-31 09:24:31 +0200 |
commit | 97b66b1443a8907763d0e6c5e3ee9c1834bb02b5 (patch) | |
tree | 3426e53ee8b06afebcc4edc586b75f5418bc14d7 /input | |
parent | fd6877e1c25dd96c30e540a4c6951297b90d6ae4 (diff) |
Better automation of tremolo direction for whole note tremolos.
Diffstat (limited to 'input')
-rw-r--r-- | input/regression/stem-tremolo-note-collision.ly | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/input/regression/stem-tremolo-note-collision.ly b/input/regression/stem-tremolo-note-collision.ly new file mode 100644 index 0000000000..6b5b32a93c --- /dev/null +++ b/input/regression/stem-tremolo-note-collision.ly @@ -0,0 +1,20 @@ +\version "2.17.2" + +\header { + texidoc = "Tremolos should avoid other notes in the staff as +best as possible and issue a warning otherwise. +" +} + +#(ly:expect-warning (_ "ignoring too many clashing note columns")) + +{ +<< + { b'4 f'2. } + \\ + { + \grace a8 + \repeat tremolo 32 <b g'>32 + } +>> +}
\ No newline at end of file |