]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-stem-bar.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / spacing-stem-bar.ly
index 7665030801a1a197f4ff31105bc55ffc8cb08832..8c26d9d55984451643b6baa0abf49abb3c91db84 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.17.6"
+\version "2.19.21"
 \header {
 
   texidoc = "Upstem notes before a barline are printed with some extra
@@ -11,7 +11,7 @@ space. This is an optical correction similar to juxtaposed stems.
 \layout { ragged-right = ##t}
 
 
-\relative e'
+\relative
 {
   \override Score.PaperColumn.layer = #1
   \override Score.PaperColumn.stencil = #ly:paper-column::print
@@ -19,7 +19,7 @@ space. This is an optical correction similar to juxtaposed stems.
   
   \time 2/8
   \stemUp
-  e8[ e]
+  e'8[ e]
   e'[ e]
 }