]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/output-lib.scm
release: 1.5.29
[lilypond.git] / scm / output-lib.scm
index d9123c436eb5f808a329da03afdb0d4f432c18c7..fb053465deebbf2c8cff4dbdd28f98e03b820ec3 100644 (file)
@@ -88,6 +88,7 @@ centered, X==1 is at the right, X == -1 is at the left."
     ((transparent) '(1.0 . 1.0))
     ((slash) '(1.0 . 1.0))
     ((harmonic) '(1.0 0.0))
+    ((triangle) '(0.75 . 0.15))
     (else
      '(1.0 . 0.0)
      )))