X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fstaccato-pos.ly;h=9ad34f4fce388e3ae2089d55d0e16ed02f156171;hb=becfb1f1b2bcc675fc65cafd26002fb5eaf2d88f;hp=9a10e4b3f80b1dcbaaa72b0dae435ebf3c57f9a9;hpb=ecaf73bb03e974018c17e3051b3ac3a805dd1653;p=lilypond.git diff --git a/input/regression/staccato-pos.ly b/input/regression/staccato-pos.ly index 9a10e4b3f8..9ad34f4fce 100644 --- a/input/regression/staccato-pos.ly +++ b/input/regression/staccato-pos.ly @@ -1,20 +1,29 @@ -\version "2.1.28" +\version "2.7.39" \header{ -texidoc=" -The staccato dot (and all scripts with follow-into-staff set) must -not be on staff lines. -" + + texidoc=" Some scripts must have quantized postions. VErtical + position descend monotonously for a descending scale. The staccato + dot is close to the notehead. If the head is in a space, then the dot + is in the space next to it. " + +} + +\layout { + ragged-right = ##t } -\score { - \context Voice \notes\relative c' { - e'4-. f-. d-. c-. b-. - \stemDown - e,-. d-. c-. b-. a-. g-. + +\context Voice { + \relative c' { + e'4-. f-. g-. d-. c-. b-. + \stemDown + e,-. d-. c-. b-. a-. g-. } - \paper { - raggedright = ##t + \relative c'' { + \stemUp + d-> c-> b-> a-> g-> f-> e-> d-> + d' + d-. c-. b-. a-. g-. f-. e-. d-. } } -