]> git.donarmstrong.com Git - lilypond.git/commitdiff
Complete removal of unused optarg in ly:stencil-combine-at-edge.
authorNeil Puttock <n.puttock@gmail.com>
Wed, 17 Aug 2011 23:25:14 +0000 (00:25 +0100)
committerNeil Puttock <n.puttock@gmail.com>
Wed, 17 Aug 2011 23:43:07 +0000 (00:43 +0100)
Documentation/snippets/adding-indicators-to-staves-which-get-split-after-a-break.ly
Documentation/snippets/marking-notes-of-spoken-parts-with-a-cross-on-the-stem.ly
lily/stencil-scheme.cc
ly/arabic.ly

index 8557a8a611550ca45e37d030641e6da06f9723d3..8267f547c38c87222c5255ace19b2c38705bfa87 100644 (file)
@@ -49,7 +49,7 @@ splitStaffBarLine = {
         (ly:bar-line::print grob)
         X RIGHT
         (grob-interpret-markup grob splitStaffBarLineMarkup)
-        0 0))
+        0))
   \break
 }
 
index 18b52b36a6e13c582eb85d9ba7a431a4b1904766..de62cfc023cddb4d4dee4c7309b2618407064182 100644 (file)
@@ -32,7 +32,7 @@ speakOn = {
               (grob-interpret-markup grob
                                     (markup #:center-align #:fontsize -4
                                             #:musicglyph "noteheads.s2cross"))
-              -2.3 0))))
+              -2.3))))
 }
 
 speakOff = {
index 9526e5cc2e79e2aca807decf4c5ecd68b1669d55..629c76c98b9be84457764b8eb260fc70a82afe96 100644 (file)
@@ -92,7 +92,7 @@ LY_DEFINE (ly_stencil_empty_p, "ly:stencil-empty?",
 }
 
 LY_DEFINE (ly_stencil_combine_at_edge, "ly:stencil-combine-at-edge",
-           4, 2, 0, (SCM first, SCM axis, SCM direction,
+           4, 1, 0, (SCM first, SCM axis, SCM direction,
                      SCM second,
                      SCM padding),
            "Construct a stencil by putting @var{second} next to @var{first}."
index 3ff4029fd6ebb019c40a3146c5d27f0c03b4c56a..1f6792c9ce775cbac48cd2836f49e80e6d48ccd1 100644 (file)
@@ -25,7 +25,7 @@ dwn = {
   (ly:stencil-combine-at-edge
     (ly:accidental-interface::print grob) Y UP
     (grob-interpret-markup grob (markup #:line
-          (#:fontsize -1 (#:musicglyph "flags.ugrace")))) -1.3 0))
+          (#:fontsize -1 (#:musicglyph "flags.ugrace")))) -1.3))
 }
 
 %