]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-packed.ly
Merge branch 'lilypond/translation' of ssh://trettig@git.sv.gnu.org/srv/git/lilypond...
[lilypond.git] / input / regression / spacing-packed.ly
1 \header {
2   texidoc = "
3         In packed mode, pack notes as tight as possible.  This makes
4         sense mostly in combination with raggedright mode: the notes
5         are then printed at minimum distance.  This is mostly useful
6         for ancient notation, but may also be useful for some flavours
7         of contemporary music.  If not in raggedright mode, lily will
8         pack as much bars of music as possible into a line, but the
9         line will then be stretched to fill the whole linewidth.
10 "
11   }
12
13 \version "2.11.40"
14
15 \layout {
16   ragged-right = ##t
17 }
18
19
20 \relative {
21   \override Score.SpacingSpanner #'packed-spacing = ##t
22   c2 d4 f8[ g]
23 }