From 955af9fce88bfb74caf1b02e36362cfbcdf91d54 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Mon, 18 Feb 2008 23:54:05 -0300 Subject: [PATCH] Add a packed-spacing example. --- input/regression/spacing-packed.ly | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 input/regression/spacing-packed.ly diff --git a/input/regression/spacing-packed.ly b/input/regression/spacing-packed.ly new file mode 100644 index 0000000000..c108cb6e11 --- /dev/null +++ b/input/regression/spacing-packed.ly @@ -0,0 +1,23 @@ +\header { + texidoc = " + In packed mode, pack notes as tight as possible. This makes + sense mostly in combination with raggedright mode: the notes + are then printed at minimum distance. This is mostly useful + for ancient notation, but may also be useful for some flavours + of contemporary music. If not in raggedright mode, lily will + pack as much bars of music as possible into a line, but the + line will then be stretched to fill the whole linewidth. +" + } + +\version "2.11.40" + +\layout { + ragged-right = ##t +} + + +\relative { + \override Score.SpacingSpanner #'packed-spacing = ##t + c2 d4 f8[ g] +} -- 2.39.5