repo.or.cz
/
lilypond
/
patrick.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixes Issue 1504, allowing feather beam line breaking.
[lilypond/patrick.git]
/
input
/
regression
/
lyric-hyphen-break.ly
blob
4e906329ac718ed9b525342ae112241a6d67b599
1
\version
"2.12.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
c
16
[
c c c
]
25
\time
1
/
4
26
c
16
[
c c c
]
27
\time
1
/
4
28
r
c
16
[
c c
]
29
}
\addlyrics
{
30
bla
16
-- bla -- bla -- bla --
31
bla -- bla -- bla -- bla
8
--
32
bla
16
-- bla -- bla
33
}
34
>>
35
36