]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/lyric-hyphen-break.ly
Merge branch 'stable/2.16' into staging
[lilypond.git] / input / regression / lyric-hyphen-break.ly
1 \version "2.16.0"
2
3 \header {
4
5   texidoc = "Hyphens are printed at the beginning of the line only when
6 they go past the first note. "
7
8 }
9
10
11 \layout   {
12   indent = 0.0 \cm
13   line-width = 3.4 \cm
14
15   \context {
16     \Staff \remove "Time_signature_engraver"
17   }
18 }
19
20
21
22 <<
23   \new Voice \relative c'' {
24     \time 1/4 c16[ c c  c]
25     \time 1/4
26     c16[ c c c]
27     \time 1/4
28     r c16[ c c]
29   } \addlyrics {
30     bla16 -- bla -- bla -- bla --
31     bla -- bla -- bla -- bla8 --
32     bla16 -- bla -- bla
33   }
34 >>
35
36