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