X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fstaccato-pos.ly;h=7f0d3210ee0a158abc87e999caee4d6cff0b0cd5;hb=bf0c1c47ad9bd411b4527d1dd5f5dfab9d98d404;hp=322b8a0886ca89594e88abf8a74c8f725da446cd;hpb=d02446a61d3eabfde67ed48928ae07766c97750f;p=lilypond.git diff --git a/input/regression/staccato-pos.ly b/input/regression/staccato-pos.ly index 322b8a0886..7f0d3210ee 100644 --- a/input/regression/staccato-pos.ly +++ b/input/regression/staccato-pos.ly @@ -1,12 +1,12 @@ -\version "2.7.32" +\version "2.10.0" \header{ - texidoc=" The staccato dot (and all scripts with follow-into-staff -set) must not be on staff lines. 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. " + 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. " } @@ -14,12 +14,26 @@ to it. " ragged-right = ##t } - -\context Voice \relative c' { - e'4-. f-. g-. d-. c-. b-. - \stemDown - e,-. d-. c-. b-. a-. g-. +{ + \new Voice \relative c'' { + \voiceOne + g8-. a-. b-. c-. + a-. b-. c-. d-. + b8[-. a-. g b] + e,-. f-. g-. a-. + e-. g-. b-. d-. + } + \context Voice { + \relative c' { + e'4-. f-. g-. d-. c-. b-. + \stemDown + e,-. d-. c-. b-. a-. g-. + } + \relative c'' { + \stemUp + d-> c-> b-> a-> g-> f-> e-> d-> + d' + d-. c-. b-. a-. g-. f-. e-. d-. + } + } } - - -