]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-stem-bar.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / spacing-stem-bar.ly
1
2 \version "2.19.21"
3 \header {
4
5   texidoc = "Upstem notes before a barline are printed with some extra
6 space. This is an optical correction similar to juxtaposed stems.
7 "
8
9 }
10
11 \layout { ragged-right = ##t}
12
13
14 \relative
15 {
16   \override Score.PaperColumn.layer = #1
17   \override Score.PaperColumn.stencil = #ly:paper-column::print
18
19   
20   \time 2/8
21   \stemUp
22   e'8[ e]
23   e'[ e]
24 }
25
26
27