diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2005-03-09 16:03:16 +0000 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2005-03-09 16:03:16 +0000 |
commit | 9a7dfb0f5156e52dd4c4ad158abad29f165220e9 (patch) | |
tree | 803988e401daff4ce127f57393773cfde22d4997 /input/regression/stem-stemlet.ly | |
parent | 607e3c574444a7b5938f06bf95acd3e95bd44d41 (diff) |
* lily/stem.cc (print): only produce stemlets if there are no
noteheads on this stem.
* lily/note-spacing.cc (stem_dir_correction): robustness fix:
don't crash on stemlet (visible stem without heads).
* scm/define-grobs.scm (all-grob-descriptions): junk LeftEdge for
unbroken situations.
* scm/output-lib.scm (center-invisible): new function.
* lily/spacing-loose-columns.cc (set_loose_columns): use spacing
wishes to determine loose column space.
Diffstat (limited to 'input/regression/stem-stemlet.ly')
-rw-r--r-- | input/regression/stem-stemlet.ly | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/input/regression/stem-stemlet.ly b/input/regression/stem-stemlet.ly index 72c7433603..4c49a8dfc9 100644 --- a/input/regression/stem-stemlet.ly +++ b/input/regression/stem-stemlet.ly @@ -11,4 +11,5 @@ length can be set with @code{stemlet-length}." \relative { \override Stem #'stemlet-length = #0.75 c8[ r8 c16 r16 c8] + c4 } |