]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-bar-accidental.ly
Doc-fr: fix X-Ref
[lilypond.git] / input / regression / spacing-bar-accidental.ly
index 5a34a107d7089fca2eba860c13da8294b543f635..98c26482e72c5c94e5f6479192fd070712370174 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.17.6"
 \layout{
   ragged-right = ##t 
 }
 
 
 \relative c'' {
-  \override Score.NonMusicalPaperColumn #'stencil = #ly:paper-column::print
-  \override Score.NonMusicalPaperColumn #'layer = #2
+  \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 
 }