Skip to content

Commit

Permalink
Merge pull request #3701 from rettinghaus/develop-tab
Browse files Browse the repository at this point in the history
Activate missing tablature duration
  • Loading branch information
lpugin committed Jun 4, 2024
2 parents 1994857 + 85288bf commit 686522a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/view_tab.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,7 @@ void View::DrawTabDurSym(DeviceContext *dc, LayerElement *element, Layer *layer,
if (!tabGrp->IsInBeam() && !staff->IsTabGuitar()) {
int symc = 0;
switch (drawingDur) {
// TODO SMUFL_EBA6_luteDurationDoubleWhole is defined by SMUFL but not yet implemented in Verovio
/* case DUR_1: symc = SMUFL_EBA6_luteDurationDoubleWhole; break; // 1 back flag */
case DUR_1: symc = SMUFL_EBA6_luteDurationDoubleWhole; break; // 1 back flag */
case DUR_2: symc = SMUFL_EBA7_luteDurationWhole; break; // 0 flags
case DUR_4: symc = SMUFL_EBA8_luteDurationHalf; break; // 1 flag
case DUR_8: symc = SMUFL_EBA9_luteDurationQuarter; break; // 2 flags
Expand Down

0 comments on commit 686522a

Please sign in to comment.