X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Foutside-staff-placement-directive.ly;h=9bc9fdd0c388f242f85d5d1a610fcfe1da122342;hb=5d84bfad4626892bcffd05adcced53c8a2329047;hp=0e1871cc45b47c80964cf494a05b549189e9729e;hpb=f0fe9c843e926066299c1f9a33004649f42e1f24;p=lilypond.git diff --git a/input/regression/outside-staff-placement-directive.ly b/input/regression/outside-staff-placement-directive.ly index 0e1871cc45..9bc9fdd0c3 100644 --- a/input/regression/outside-staff-placement-directive.ly +++ b/input/regression/outside-staff-placement-directive.ly @@ -1,106 +1,25 @@ -\version "2.17.0" +\version "2.17.6" \header { - texidoc = "@code{VerticalAxisGroup} grobs can place outside staff objects -using one of the four directives shown below. -" + texidoc = "The @code{outside-staff-placement-directive} adjusts + the order in which objects are placed outside the staff." } - -\layout { - ragged-right = ##t - indent = 0.0 - \context { - \Voice - \remove "Ligature_bracket_engraver" - \consists "Mensural_ligature_engraver" - } - \context { - \Score - \override SpacingSpanner #'packed-spacing = ##t - \override PaperColumn #'keep-inside-line = ##f - } -} - -music = \context Voice { - \clef "petrucci-c4" - \set Staff.printKeyCancellation = ##f - \cadenzaOn % turn off bar lines - \accidentalStyle "forget" - \textLengthOn - -% ligaturae binaria - - \[ - b\breve^\markup { \column { { \bold "ligaturae binaria" } "BL" } } - g\longa - \] - - \[ - g\breve^\markup { "BL" } - b\longa - \] - - \[ - b\longa^\markup { "LL" } - g - \] - - \[ - g\longa^\markup { "LL" } - b - \] - - \[ - b\breve^\markup { "BB" } - g - \] - - \[ - g\breve^\markup { "BB" } - b - \] - - \[ - b\longa^\markup { "LB" } - g\breve - \] - - \[ - g\longa^\markup { "LB" } - b\breve - \] - - \[ - b1^\markup { "SS" } - g - \] - - \[ - g1^\markup { "SS" } - b - \] - - \bar "|" -} +music = \transpose c c' { f2^"some" f^"words" f^"that" f^"overlap" } { - \override Staff.VerticalAxisGroup #'outside-staff-placement-directive = + \override Staff.VerticalAxisGroup.outside-staff-placement-directive = #'left-to-right-polite - \music -} + \tempo left-to-right-polite \music } { - \override Staff.VerticalAxisGroup #'outside-staff-placement-directive = + \override Staff.VerticalAxisGroup.outside-staff-placement-directive = #'left-to-right-greedy - \music -} + \tempo left-to-right-greedy \music } { - \override Staff.VerticalAxisGroup #'outside-staff-placement-directive = + \override Staff.VerticalAxisGroup.outside-staff-placement-directive = #'right-to-left-polite - \music -} + \tempo right-to-left-polite \music } { - \override Staff.VerticalAxisGroup #'outside-staff-placement-directive = + \override Staff.VerticalAxisGroup.outside-staff-placement-directive = #'right-to-left-greedy - \music -} + \tempo right-to-left-greedy \music }