projects
/
lilypond.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cf826d
)
clarify stem-bar example.
author
Han-Wen Nienhuys
<hanwen@xs4all.nl>
Mon, 8 Jan 2007 10:01:45 +0000
(11:01 +0100)
committer
Han-Wen Nienhuys
<hanwen@xs4all.nl>
Mon, 8 Jan 2007 12:40:42 +0000
(13:40 +0100)
input/regression/spacing-stem-bar.ly
patch
|
blob
|
history
diff --git
a/input/regression/spacing-stem-bar.ly
b/input/regression/spacing-stem-bar.ly
index 87e14f00c698b22ed59d226f4d24832de0a21c95..3288f3cef563edf283ec271759259572276ed386 100644
(file)
--- 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]
}