Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
qparse
qparselib
Commits
a6b36b6f
Commit
a6b36b6f
authored
Jun 25, 2021
by
Florent Jacquemard
Browse files
comments
parent
c9897b0f
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/scoremodel/engraving/Inner.hpp
View file @
a6b36b6f
...
...
@@ -16,7 +16,7 @@
namespace
ScoreModel
{
/// @brief non-leaf node
/// @brief non-leaf node
of engraving tree
class
Inner
:
public
Node
{
public:
...
...
src/scoremodel/engraving/Node.hpp
View file @
a6b36b6f
...
...
@@ -37,7 +37,7 @@ class Inner;
class
MeterSig
;
/// abstract class for a generic type of node
/// in a tree representation of engraving information.
/// in a tree representation of engraving information
(engraving tree)
.
class
Node
:
public
Event
{
public:
...
...
src/scoremodel/import/ScoreBuilder.hpp
View file @
a6b36b6f
...
...
@@ -48,7 +48,7 @@ class Chord;
//class Sequence;
/// @brief a Score Builder helps to the simultaneous
/// construction of a score model and an engra
c
ing model.
/// construction of a score model and an engra
v
ing model.
class
ScoreBuilder
{
public:
...
...
src/scoremodel/import/TableMonoImporter.tpp
View file @
a6b36b6f
...
...
@@ -372,6 +372,7 @@ size_t TableMonoImporter::readTree(ScoringEnv& env,
return
j
;
}
}
// INFO("Tree completed:{}, Tree.arity:{}", tree->completed(), tree->arity());
assert
(
tree
->
complete
());
return
j
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment