]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/lily-library.scm
* Documentation/topdocs/NEWS.tely (Top): Mention markup text feature.
[lilypond.git] / scm / lily-library.scm
index 39a9ab693bfd54ee49a14f08e26ccc9e3864d6a6..786545cfad68a79f2d19facf5b4af40635a18447 100644 (file)
                             head score)))
     (ly:parser-print-score parser book)))
                
-(define-public (collect-scores-for-book  parser score)
+(define-public (collect-scores-for-book parser score)
   (ly:parser-define
    parser 'toplevel-scores
    (cons score (ly:parser-lookup parser 'toplevel-scores))))
     
-(define-public (collect-music-for-book parser music)
-  (collect-scores-for-book parser (ly:music-scorify music parser)))
+(define-public (collect-music-for-book parser music texts)
+  (collect-scores-for-book parser (ly:music-scorify music texts parser)))