MuseScore/libmscore/read206.h
2016-10-06 12:32:43 +02:00

24 lines
618 B
C++

//=============================================================================
// MuseScore
// Music Composition & Notation
//
// Copyright (C) 2016 Werner Schweer
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2
// as published by the Free Software Foundation and appearing in
// the file LICENCE.GPL
//=============================================================================
#ifndef __READ206_H__
#define __READ206_H__
namespace Ms {
extern void readArticulation(Articulation* a, XmlReader& e);
}
#endif