Sha256: 828f22be9cf82e37155d1210f1af3484c2a34cf83cbeea8ed7c286ce2982947c
Contents?: true
Size: 1014 Bytes
Versions: 5
Compression:
Stored size: 1014 Bytes
Contents
;;;; This file is part of LilyPond, the GNU music typesetter. ;;;; ;;;; Copyright (C) 2021--2022 Knut Petersen <knupero@gmail.com> ;;;; ;;;; LilyPond is free software: you can redistribute it and/or modify ;;;; it under the terms of the GNU General Public License as published by ;;;; the Free Software Foundation, either version 3 of the License, or ;;;; (at your option) any later version. ;;;; ;;;; LilyPond is distributed in the hope that it will be useful, ;;;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;;;; GNU General Public License for more details. ;;;; ;;;; You should have received a copy of the GNU General Public License ;;;; along with LilyPond. If not, see <http://www.gnu.org/licenses/>. (define-module (lily framework-cairo)) (use-modules (lily)) (define-public output-stencils ly:cairo-output-stencils) ;; TODO - implement output-clipped-systems (define-public output-stencil ly:cairo-output-stencil)
Version data entries
5 entries across 5 versions & 1 rubygems