]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/harp-pedals-tweaking.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / harp-pedals-tweaking.ly
index ad3f95552affba2d2c2f188649416a5cad0ada70..b835d21a284bbc9a6981fa92c1e4d1d87da1a9b1 100644 (file)
@@ -1,15 +1,16 @@
-\version "2.12.0"
+\version "2.19.21"
 
 \header {
   texidoc = "Harp pedals can be tweaked through the size, thickness and 
 harp-pedal-details properties of TextScript."
 }
 
-\relative c'' {
-  \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^"
+\relative {
+  \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
+  c''1^\markup \harp-pedal #"o^ovo-|vovo-o^"
   c1^\markup \override #'(harp-pedal-details . (
                   (box-width . 0.6)
                   (box-height . 0.3)
@@ -17,9 +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
+  \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^"
 }