]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-bar-stem.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / spacing-bar-stem.ly
1
2 \header {
3   texidoc = "Downstem notes following a barline are
4 printed with some extra space. This is an optical correction similar
5 to juxtaposed stems.
6
7 The bar upstem should be approx 1.1 staff space, the bar downstem 1.3
8 to 1.5 staff space."
9 }
10
11
12 \version "2.14.0"
13 \layout{
14   ragged-right = ##t 
15 }
16
17
18 \relative c'' {
19   \override Score.NonMusicalPaperColumn #'stencil = #ly:paper-column::print
20   \override Score.NonMusicalPaperColumn #'layer = #2
21   
22   \time 2/4
23   \stemDown
24   s2
25   e4 s4 
26   e,4 s4
27 }