X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fstaccato-pos.ly;h=8ec9e0fa555011046ac8b822393aee1bc512accd;hb=46e296f5381495ce30108aa981e549d61e55a009;hp=adcc01891897daff754f8123115a9c27e03b7868;hpb=337f6bac894a741641eb9a0d78b3bc2c376fad12;p=lilypond.git diff --git a/input/regression/staccato-pos.ly b/input/regression/staccato-pos.ly index adcc018918..8ec9e0fa55 100644 --- a/input/regression/staccato-pos.ly +++ b/input/regression/staccato-pos.ly @@ -1,23 +1,39 @@ -\version "2.1.30" +\version "2.14.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 \notes\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-. } + } } -