Skip to content

Commit

Permalink
activate missing tablature duration
Browse files Browse the repository at this point in the history
  • Loading branch information
rettinghaus committed Jun 3, 2024
1 parent 7829847 commit 85288bf
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 85288bf

Please sign in to comment.