]> 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 b3087d4ddda5aac3acecdeb7a1546dd295b7cf82..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.14.0"
+\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 2/4
   \stemUp
   s2
-  c4 r4
+  c''4 r4
   cis4 r4 
 }