X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fharp-pedals-tweaking.ly;h=8b64e780631da59e2d3029f332fc48d3e3ec9756;hb=e76c6cb9fae87c362133987bcf5129eef0cb1123;hp=ed081b3aa59802c156946f6253fa9b8986ada16a;hpb=d61c0e170352045ef7be0a0bba6a3fd3a2452fd3;p=lilypond.git diff --git a/input/regression/harp-pedals-tweaking.ly b/input/regression/harp-pedals-tweaking.ly index ed081b3aa5..8b64e78063 100644 --- a/input/regression/harp-pedals-tweaking.ly +++ b/input/regression/harp-pedals-tweaking.ly @@ -1,4 +1,4 @@ -\version "2.11.57" +\version "2.12.0" \header { texidoc = "Harp pedals can be tweaked through the size, thickness and @@ -6,7 +6,8 @@ harp-pedal-details properties of TextScript." } \relative c'' { - \override Voice.TextScript #'harp-pedal-details #'box-width = #1 + \override Score.PaperColumn #'keep-inside-line = ##f + \override Voice.TextScript #'(harp-pedal-details box-width) = #1 \once \override Voice.TextScript #'size = #1.5 \once \override Voice.TextScript #'thickness = #7 c1^\markup \harp-pedal #"o^ovo-|vovo-o^" @@ -17,4 +18,9 @@ harp-pedal-details properties of TextScript." (space-before-divider . 0.1) (space-after-divider . 1.2))) { \harp-pedal #"o^ovo-|vovo-o^"} + \revert Voice.TextScript #'(harp-pedal-details box-width) + \override Voice.TextScript #'(harp-pedal-details circle-thickness) = #3 + \override Voice.TextScript #'(harp-pedal-details circle-x-padding) = #0.6 + \override Voice.TextScript #'(harp-pedal-details circle-y-padding) = #-0.3 + c1^\markup \harp-pedal #"o^ovo-|vovo-o^" }