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-1.3.154
[lilypond.git]
/
lily
/
audio-element.cc
blob
6de8b5f2471b7b29ecf9907f99a1e4f343d27bcf
1
/*
2
audio-element.cc -- implement Audio_element
3
4
source file of the GNU LilyPond music typesetter
5
6
(c) 1997--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7
*/
8
9
#include
"audio-element.hh"
10
#include
"debug.hh"
11
12
Audio_element
::
Audio_element
()
13
{
14
grace_b_
=
false
;
15
}
16
17
Audio_element
::~
Audio_element
()
18
{
19
}
20
21