]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/lyric-hyphen-break.ly
*** empty log message ***
[lilypond.git] / input / regression / lyric-hyphen-break.ly
1 \version "2.1.28"
2
3 \header {
4
5     texidoc = "Hyphens are print at the beginning of the line only when
6 they go past the first note. "
7
8     }
9
10 \score {
11 <<    \notes \new Staff \relative c'' { \time 1/4 c16[ c c  c]
12 \time 1/4
13 c16[ c c c]
14 \time 1/4
15 r c16[ c c]
16
17 }
18     \lyrics \new Lyrics {
19         bla16 -- bla -- bla -- bla --
20         bla -- bla -- bla -- bla8 --
21                bla16 -- bla -- bla 
22        }>>
23     \paper   {
24         indent = 0.0 \cm
25         linewidth = 3.4 \cm
26
27         \translator {
28             \StaffContext \remove "Time_signature_engraver"
29         }
30         
31     }
32       
33 }
34
35