]> 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 9a36e658ac69541deb6eeaf3ed8f76237ae1fc6e..8c26d9d55984451643b6baa0abf49abb3c91db84 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.6.0"
+\version "2.19.21"
 \header {
 
   texidoc = "Upstem notes before a barline are printed with some extra
@@ -8,21 +8,19 @@ space. This is an optical correction similar to juxtaposed stems.
 
 }
 
-\layout { raggedright = ##t}
+\layout { ragged-right = ##t}
 
-\relative e'
-{
 
-                               %%\override Staff.StaffSpacing  #'stem-spacing-correction = #0.5
-                               %%\override Staff.NoteSpacing  #'stem-spacing-correction = #0.5
+\relative
+{
+  \override Score.PaperColumn.layer = #1
+  \override Score.PaperColumn.stencil = #ly:paper-column::print
 
-  \time 3/8
+  
+  \time 2/8
   \stemUp
-  e8 e e
-  f f f
-  a a a
-  c c c
-  e e e
+  e'8[ e]
+  e'[ e]
 }