]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-bar-accidental.ly
Issue 1388: Initial work to support opentype font features.
[lilypond.git] / input / regression / spacing-bar-accidental.ly
index edc807ba5f0478b5b4171e8a58b1cf1f78bca815..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.12.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 
 }