diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2007-01-08 11:01:45 +0100 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2007-01-08 11:01:45 +0100 |
commit | 3742d013106d0130a0a8d0b95bc1731cf56a4393 (patch) | |
tree | 1bd8f628426cceb1979609919c4c485ff136888c | |
parent | f3c2461e84bc93268ee44d174ac767cd6d053618 (diff) |
clarify stem-bar example.
-rw-r--r-- | input/regression/spacing-stem-bar.ly | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/input/regression/spacing-stem-bar.ly b/input/regression/spacing-stem-bar.ly index 87e14f00c6..3288f3cef5 100644 --- a/input/regression/spacing-stem-bar.ly +++ b/input/regression/spacing-stem-bar.ly @@ -10,19 +10,17 @@ space. This is an optical correction similar to juxtaposed stems. \layout { ragged-right = ##t} + \relative e' { + \override Score.PaperColumn #'layer = #1 + \override Score.PaperColumn #'stencil = #ly:paper-column::print - %%\override Staff.StaffSpacing #'stem-spacing-correction = #0.5 - %%\override Staff.NoteSpacing #'stem-spacing-correction = #0.5 - - \time 3/8 + + \time 2/8 \stemUp - e8 e e - f f f - a a a - c c c - e e e + e8[ e] + e'[ e] } |