]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/fret-diagrams-opposing-landscape.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / fret-diagrams-opposing-landscape.ly
index 15d4c916ed8089a3352d677ccfc0e055ce73024a..29d617e5c22b600c344a1468e45af8b77a3ff0ce 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.14.0"
+\version "2.17.6"
 
 \header {
   texidoc="
@@ -19,18 +19,15 @@ Fret diagrams can be presented in landscape mode.
 
   \new Voice {
     \textLengthOn
-    \override TextScript #'fret-diagram-details
-       #'orientation = #'opposing-landscape
+    \override TextScript.fret-diagram-details.orientation = #'opposing-landscape
 
      %% C major for guitar, regular style
     c'1 ^\markup {
             \fret-diagram #"6-x;5-3-3;4-2-2;3-o;2-1;1-o;"}
 
      %% C major for guitar with barre on fret 3, regular style
-    \once \override TextScript #'fret-diagram-details 
-        #'label-dir = #LEFT
-    \once \override TextScript #'fret-diagram-details 
-        #'barre-type = #'straight
+    \once \override TextScript.fret-diagram-details.label-dir = #LEFT
+    \once \override TextScript.fret-diagram-details.barre-type = #'straight
     c' ^\markup {
             \fret-diagram 
                #"f:1;s:1.2;6-x;c:5-1-3;5-3-1;4-5-2;3-5-3;2-5-4;1-3-1;"}