Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CoderLine/alphaTab
/ songBook
Method
songBook
packages/alphatab/src/Settings.ts:66–70 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
64
}
65
66
public static get songBook(): Settings {
67
const
settings: Settings =
new
Settings();
68
settings.setSongBookModeSettings();
69
return
settings;
70
}
71
72
/**
73
* @target web
Callers
nothing calls this directly
Calls
1
setSongBookModeSettings
Method · 0.95
Tested by
no test coverage detected