]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-bar-accidental.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / spacing-bar-accidental.ly
index 5a34a107d7089fca2eba860c13da8294b543f635..eee994d286f974c836864520072c6bc340d2fc64 100644 (file)
@@ -1,11 +1,11 @@
 
 \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.16.0"
 \layout{
   ragged-right = ##t 
 }
@@ -15,9 +15,9 @@
   \override Score.NonMusicalPaperColumn #'stencil = #ly:paper-column::print
   \override Score.NonMusicalPaperColumn #'layer = #2
   
-  \time 1/4
+  \time 2/4
   \stemUp
-  s4
-  c4 
-  cis4 
+  s2
+  c4 r4
+  cis4 r4 
 }