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