1
User Tools / Re: Percussion splitter
tested with 0,1, 2 & 3 grouping parameter
This section allows you to view all Show Posts made by this member. Note that you can only see Show Posts made in areas you currently have access to.
{
["Group"] = { ["Text"] = Standard, },
["LabelAbbr"] = "abbr",
["Label"] = { ["Text"] = label, },
["Name"] = { ["Text"] = perc, },
}local Name = Item.Opts.Name.Text or Item.Opts.Name
local PercStaffNumber = string.match(Name, PercStaffName.."(%d+)")
!NoteWorthyComposer(2.751)
|SongInfo|Title:"test perc"
|AddStaff|Name:"perc"|Group:"Standard"
|StaffProperties|EndingBar:Section Close|Visible:Y|BoundaryTop:12|BoundaryBottom:12|Lines:5|Color:Default
|StaffProperties|Muted:N|Volume:127|StereoPan:64|Device:0|Channel:10
|Clef|Type:Percussion
|Note|Dur:4th|Pos:0
|Note|Dur:4th|Pos:-1
|Note|Dur:4th|Pos:-2
|Note|Dur:4th|Pos:-3
!NoteWorthyComposer-End
Usertools\fl_PercussionSplit-2.0.lua:738: bad argument #1 to 'match' (string expected, got table)
local PercStaffNumber = string.match(Item.Opts.Name, PercStaffName.."(%d+)")with
local PercStaffNumber = 0
I think it makes no sense to copy the original mute status [...]
Each percussion "instrument" already has its acoustic position [...]
Playback device? Are you kidding?
I considered that, then... I forgot it.[upper/lower boundaries]
I also fixed a bug when there were partial bars, typically at the beginning of the score, containing only rests.
!NoteWorthyComposer(2.751)
|AddStaff|Name:"perc"|Group:"Standard"
|StaffProperties|Muted:N|Volume:127|StereoPan:64|Device:0|Channel:10
|Clef|Type:Percussion
|TimeSig|Signature:6/4
|Note|Dur:Half|Pos:-8
|Note|Dur:Half|Pos:-8
|Note|Dur:Half|Pos:-8
|Bar
|TimeSig|Signature:4/4
|Note|Dur:Half|Pos:-7
|Note|Dur:Half|Pos:-7
|Bar
|Note|Dur:Half|Pos:-8
|Note|Dur:Half|Pos:-8
|Bar
!NoteWorthyComposer-End
An accidental applies to a single octave only.