]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-bar-accidental.ly
Merge remote-tracking branch 'origin/master' into translation
[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.17.6"
9 \layout{
10   ragged-right = ##t 
11 }
12
13
14 \relative c'' {
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   c4 r4
22   cis4 r4 
23 }