repo.or.cz
/
lilypond
/
csorensen.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert "Fix syntax error in fret-diagrams.ly"
[lilypond/csorensen.git]
/
input
/
regression
/
identifiers.ly
blob
682a156204ff6064a6dcc27baf2e07f0ae95ab32
1
2
\header
{
3
texidoc
=
"test identifiers."
4
}
5
\version
"2.10.8"
6
7
num
= #
3
8
mus
= {
c
'
4
}
9
paperI
d
=
\paper
{
line-width
=
5.0
\cm
}
10
layoutI
d
=
\layout
{
ragged-right
= ##
t
}
11
perfI
d
=
\midi
{}
12
markupI
d
=
\markup
{
hoi
}
13
stringI
d
=
"title"
14
15
% headers not allowed as Id's
16
17
scoreI
d
=
\score
{
18
\repeat
unfold
\num \mus
19
\layout
{
\layoutId
}
20
\midi
{
\perfId
}
21
}
22
23
bookI
d
=
\book
{
24
\score
{
\scoreId
}
25
\paper
{
\paperId
}
26
}
27
28
29
\book
{
\bookId
}
30
31