X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fstaccato-pos.ly;h=df275a688a340945312a125acc437e9463a2d990;hb=84df877933ef6b3b9915e58bf0ca8bd7d92fea3d;hp=2d84917481f4e90b663c4a13bb9caf6846e7b16d;hpb=51159f8679de00e6cd526ca2a16e1ea4d4294f81;p=lilypond.git diff --git a/input/regression/staccato-pos.ly b/input/regression/staccato-pos.ly index 2d84917481..df275a688a 100644 --- a/input/regression/staccato-pos.ly +++ b/input/regression/staccato-pos.ly @@ -1,23 +1,39 @@ -\version "2.3.4" +\version "2.16.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. " } -\score { - \context Voice \relative c' { - e'4-. f-. g-. d-. c-. b-. - \stemDown - e,-. d-. c-. b-. a-. g-. +\layout { + ragged-right = ##t +} + +{ + \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-. } - \paper { - raggedright = ##t + \relative c'' { + \stemUp + d-> c-> b-> a-> g-> f-> e-> d-> + d' + d-. c-. b-. a-. g-. f-. e-. d-. } + } } -