From: Maximilian Albert Date: Fri, 12 Dec 2008 23:42:22 +0000 (+0100) Subject: Add regression test for 'toward-stem-shift property X-Git-Tag: release/2.12.0-1~15 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4cb9638e9572650393622a78a35a308daa550dc4;p=lilypond.git Add regression test for 'toward-stem-shift property --- diff --git a/input/regression/script-shift.ly b/input/regression/script-shift.ly new file mode 100644 index 0000000000..646096a8be --- /dev/null +++ b/input/regression/script-shift.ly @@ -0,0 +1,18 @@ + +\header { + texidoc = "The @code{toward-stem-shift} property controls the precise +horizontal location of scripts that are placed above an upstem or below +a downstem note (@code{0.0} means centered on the note head, @code{1.0} +means centered on the stem). +" +} + +\version "2.11.66" +\relative c'' +{ + \override Script #'toward-stem-shift = #0.0 + a4^. c_. + + \override Script #'toward-stem-shift = #1.0 + a4^. c_. +}