Skip to content

Commit

Permalink
add warning
Browse files Browse the repository at this point in the history
Co-authored-by: Laurent Pugin <[email protected]>
  • Loading branch information
Klaus Rettinghaus and lpugin authored Sep 2, 2024
1 parent 6055053 commit 44ad2fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iovolpiano.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ bool VolpianoInput::Import(const std::string &volpiano)
layer->AddChild(end);
}
else if (ch == '6') {
// not supported yet
LogWarning("Volpiano '6' barline is not supported");
}
else if (ch == '7') {
BarLine *takt = new BarLine();
Expand Down

0 comments on commit 44ad2fc

Please sign in to comment.