]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-bar-accidental.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / spacing-bar-accidental.ly
index 5a34a107d7089fca2eba860c13da8294b543f635..a1fac7247857eddc44bebddbda161ddd63e7441a 100644 (file)
@@ -1,23 +1,23 @@
 
 \header {
   texidoc = "An accidental following a bar gets space so
- the left edge of the acc is at 0.3 - 0.6 staff space of the bar line"
+ the left edge of the acc is at 0.3 staff space from the bar line"
 }
 
 
-\version "2.11.10"
+\version "2.19.21"
 \layout{
   ragged-right = ##t 
 }
 
 
-\relative c'' {
-  \override Score.NonMusicalPaperColumn #'stencil = #ly:paper-column::print
-  \override Score.NonMusicalPaperColumn #'layer = #2
+\relative {
+  \override Score.NonMusicalPaperColumn.stencil = #ly:paper-column::print
+  \override Score.NonMusicalPaperColumn.layer = #2
   
-  \time 1/4
+  \time 2/4
   \stemUp
-  s4
-  c
-  cis4 
+  s2
+  c''4 r4
+  cis4 r4 
 }