diff options
author | Paul Morris <paulwmorris@gmail.com> | 2016-01-23 21:43:09 -0500 |
---|---|---|
committer | James Lowe <pkx166h@gmail.com> | 2016-01-24 20:34:37 +0000 |
commit | 01b15679731ac5fcaf8edac1ad5bce6acba10ff0 (patch) | |
tree | 4d5c7782fd66ba668f46619c486931700a346c8a /input | |
parent | b17364183c12506d30bfc19bcbf650c4441b7949 (diff) |
Issue 4743/2: Regtest, Doc NR 4.3.2, Changes entry
For ly:one-page-auto-height-breaking
Diffstat (limited to 'input')
-rw-r--r-- | input/regression/one-line-auto-height-breaking.ly | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/input/regression/one-line-auto-height-breaking.ly b/input/regression/one-line-auto-height-breaking.ly new file mode 100644 index 0000000000..087ff501e5 --- /dev/null +++ b/input/regression/one-line-auto-height-breaking.ly @@ -0,0 +1,11 @@ +\version "2.19.36" + +\header { + texidoc = "The @var{ly:one-line-auto-height-breaking} algorithm puts + everything on one line (just like @code{ly:one-line-breaking}) and + sets the page-height to fit the music." +} + +\paper { page-breaking = #ly:one-line-auto-height-breaking } + +\include "typography-demo.ly" |