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.80
[lilypond.git]
/
lily
/
normal-bar.cc
blob
a4357037b7041dbc61fdfd50d64d91c3dcb0f4e0
1
/*
2
normal-bar.cc -- implement Normal_bar
3
4
source file of the GNU LilyPond music typesetter
5
6
(c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
7
8
*/
9
10
#include
"normal-bar.hh"
11
12
IMPLEMENT_IS_TYPE_B1
(
Normal_bar
,
Bar
);