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
MIDI: fix regtest failure
[lilypond/patrick.git]
/
input
/
regression
/
lyric-hyphen.ly
blob
ae3ea0e7eb75d84d608b14d3a5322112e4e13414
1
\version
"2.12.0"
2
\header
{
3
texidoc
=
"In lyrics, hyphens may be used."
4
}
5
\layout
{
6
7
ragged-right
= ##
t
8
}
9
10
\new
Voice
{
c
' (
c
')
c
'(
c
') }
11
\addlyrics
{
12
\override
Lyrics
.
LyricSpace
#'
minimum-distance
= #
5.0
13
a
--
b
x -- y
14
}
15
16
17
18
19
20