]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorRune Zedeler <rune@lilypond.org>
Tue, 30 Jul 2002 15:44:15 +0000 (15:44 +0000)
committerRune Zedeler <rune@lilypond.org>
Tue, 30 Jul 2002 15:44:15 +0000 (15:44 +0000)
scm/output-lib.scm

index 889e4e61019af5d7d24b037f85704c44415b1afd..9902e3f94069d32d3490d7b47dbcdbebc4a4d035 100644 (file)
@@ -8,7 +8,7 @@
 ; Tablature functions, by Jiba (jiba@tuxfamily.org)
 
 ; The TabNoteHead stem attachment function.
-(define (tablature-stem-attachment-function style)
+(define (tablature-stem-attachment-function style duration)
   (cons 0.0 1.0)
 )