Re: Adding \noPageBreak Programatically

2017-11-24 Thread Jay Anderson
I'm coming back to this again. Here's the example below updated and a bit smaller: === \version "2.19.80" makeStuff = #(define-void-function () () (add-text #{\markup "fill some space" #}) (add-score #{ \score { \new Staff { c'1 } } #}) (add-text #{\markup "Keep with next"#}) ; This d

Adding \noPageBreak Programatically

2014-12-16 Thread Jay Anderson
I'm putting in some text before a score and I don't want a page break between them. I know how to do this manually. Here's an example: === \version "2.19.15" \book { \markup "fill some space" \score { \new Staff \relative c' { \r