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
Consider accidentals in optical spacing correction.
[lilypond.git]
/
input
/
regression
/
song-basic.ly
blob
06d3e3b4f7d976c7c5bc5a19924e717edfa1de3e
1
\version
"2.12.0"
2
3
\include
"festival.ly"
4
5
\festival
#
"song-basic.xml"
{
\tempo
4
=
100
}
6
{
7
\time
3
/
4
8
\relative
{
c
2
r
2
e
4
g
2
. }
9
\addlyrics
{
play the game
}
10
}
11
#(
ly
:
progress
"song-basic"
)
12
#(
ly
:
progress
"~a"
(
ly
:
gulp-file
"song-basic.xml"
))