]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-bar-accidental.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / spacing-bar-accidental.ly
1
2 \header {
3   texidoc = "An accidental following a bar gets space so
4  the left edge of the acc is at 0.3 staff space from the bar line"
5 }
6
7
8 \version "2.19.21"
9 \layout{
10   ragged-right = ##t 
11 }
12
13
14 \relative {
15   \override Score.NonMusicalPaperColumn.stencil = #ly:paper-column::print
16   \override Score.NonMusicalPaperColumn.layer = #2
17   
18   \time 2/4
19   \stemUp
20   s2
21   c''4 r4
22   cis4 r4 
23 }