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
lilypond-0.1.16
[lilypond.git]
/
lily
/
axis.cc
blob
d98d745b4c57347aef35b78390767ddba401664c
1
/*
2
axis.cc -- implement Axis
3
4
source file of the GNU LilyPond music typesetter
5
6
(c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
7
*/
8
9
#include
"axes.hh"
10
#include
"string.hh"
11
12
String
13
axis_name_str
(
Axis a
)
14
{
15
return
String
(
a
+
'x'
);
16
}