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.37
[lilypond.git]
/
lily
/
line-spacer.cc
blob
6f9c317fd94eff93985fc008805d2958b15c7505
1
/*
2
line-spacer.cc -- implement
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
"line-spacer.hh"
11
12
Line_spacer
::
Line_spacer
()
13
{
14
paper_l_
=
0
;
15
}
16
Paper_def
*
17
Line_spacer
::
paper_l
()
const
18
{
19
return
paper_l_
;
20
}
21
22
Line_spacer
::~
Line_spacer
()
23
{
24
}