lilypond-common-includes/styles.ly

16 lines
344 B
Plaintext
Raw Normal View History

2023-07-22 22:07:57 +02:00
#(define book-style
(if (not (defined? 'book-style))
#f
book-style))
#(define song-style
(if (not (defined? 'song-style))
2023-07-22 22:07:57 +02:00
'börnel
2023-07-22 22:07:57 +02:00
song-style))
#(if (not (boolean? book-style))
(set! song-style book-style))
#(define (bock-style layout props)
"Whether we have bockstyle or not"
(eq? song-style 'bock))