mirror of
https://github.com/kastdeur/bwwtolily.git
synced 2024-11-24 20:53:33 +01:00
Added some embellishments
explicit Heavy throw on D, lhstd gstb rodin
This commit is contained in:
parent
9c2c0f76bb
commit
1a27ea5634
1 changed files with 5 additions and 1 deletions
|
@ -62,15 +62,19 @@ class bwwtolily :
|
||||||
"_'":"\\set Score.repeatCommands = #'((volta #f)) \\bar \"|\"\n",
|
"_'":"\\set Score.repeatCommands = #'((volta #f)) \\bar \"|\"\n",
|
||||||
"!t":"\\bar \"|\" \\break\n\n",
|
"!t":"\\bar \"|\" \\break\n\n",
|
||||||
"thrd":"\\thrwd",
|
"thrd":"\\thrwd",
|
||||||
|
"hvthrd":"\\gripthrwd",
|
||||||
|
"lhstd":"\\whslurd",
|
||||||
"gbr":"\\gbirl",
|
"gbr":"\\gbirl",
|
||||||
"brl":"\\wbirl",
|
"brl":"\\wbirl",
|
||||||
"abr":"\\birl",
|
"abr":"\\birl",
|
||||||
"lgstd":"\\dbld",
|
"lgstd":"\\dbld",
|
||||||
"gste":"\\slure",
|
"gste":"\\slure",
|
||||||
|
"gstb":"\\slurb",
|
||||||
"grp":"\\grip",
|
"grp":"\\grip",
|
||||||
"tar":"\\taor",
|
"tar":"\\taor",
|
||||||
"gstd":"\\slurd",
|
"gstd":"\\slurd",
|
||||||
"tdbf":"\\tdblf"
|
"tdbf":"\\tdblf",
|
||||||
|
"rodin":"\\bgrip"
|
||||||
}
|
}
|
||||||
#are we adding midi?
|
#are we adding midi?
|
||||||
if addmidi:
|
if addmidi:
|
||||||
|
|
Loading…
Reference in a new issue