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
/
lyrics-melisma-beam.ly
blob
2d249b3283a77a010793d00fc2e800704c96991a
1
\version
"2.10.0"
2
\header
3
{
4
texidoc
=
"Melismata are triggered by manual beams."
5
}
6
7
\layout
{
ragged-right
= ##
t
}
8
9
10
11
12
<<
13
\new
Staff
14
\relative
c
'' {
15
\set
Staff
.
autoBeaming
= ##
f
16
c
8
c
8
[
c
8
c
8
]
c
8
}
17
18
\lyricsto
""
\new
Lyrics
\lyricmode
{
bla bla bla
}
19
>>
20
21