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.31
[lilypond.git]
/
lily
/
auto-change-music.cc
blob
7902d55ced44b0968dc49d9a7ea7a8d324c26e58
1
2
/*
3
auto-switch-music.cc -- implement
4
5
source file of the GNU LilyPond music typesetter
6
7
(c) 1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8
9
*/
10
11
#include
"auto-change-music.hh"
12
13
Auto_change_music
::
Auto_change_music
(
String what
,
Music
*
m
)
14
:
Music_wrapper
(
m
)
15
{
16
what_str_
=
what
;
17
}