repo.or.cz
/
lilypond.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix 524 pitched trill losing accidental.
[lilypond.git]
/
input
/
regression
/
lyric-hyphen.ly
blob
bb53f10e8b665a6320cdd9dd5e739be047a4eb9f
1
\version
"2.10.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