Skip to content

Commit

Permalink
barline changes, part-1
Browse files Browse the repository at this point in the history
  • Loading branch information
wschweer committed Dec 28, 2016
1 parent 53d4ad2 commit 337e885
Show file tree
Hide file tree
Showing 108 changed files with 2,011 additions and 2,018 deletions.
2 changes: 1 addition & 1 deletion libmscore/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ add_library (
synthesizerstate.cpp mcursor.cpp groups.cpp mscoreview.cpp
noteline.cpp spannermap.cpp
bagpembell.cpp ambitus.cpp keylist.cpp scoreElement.cpp
shape.cpp systemdivider.cpp midimapping.cpp
shape.cpp systemdivider.cpp midimapping.cpp stafflines.cpp
read114.cpp read206.cpp read300.cpp stafftypelist.cpp stafftypechange.cpp
)

Expand Down
2 changes: 1 addition & 1 deletion libmscore/arpeggio.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ void Arpeggio::layout()
qreal y2 = _height + _userLen2;

if (staff())
setMag(staff()->mag());
setMag(staff()->mag(tick()));
switch (arpeggioType()) {
case ArpeggioType::NORMAL: {
symbolLine(SymId::wiggleArpeggiatoUp, SymId::wiggleArpeggiatoUp);
Expand Down
Loading

0 comments on commit 337e885

Please sign in to comment.