Skip to main content
Recent Posts
21
General Discussion / Just a weekend story
Last post by hmmueller -
TL;DR: Life without NWC and NWCConvertor (a BIG shoutout for Opagust!) wouldn't be life - with a healthy dose of support by Audiveris. Here's my story of this weekend:

At hand:
- The full printed 72-page score ("score F") for a small orchestra (strings, winds, harp [with important segments], percussion) of a modern mass for SATB choir;
- also, a printed 40-page condensed score ("score P") for piano and SATB;
- finally, 40-page choir's score (only) in our own modified version for SSAB choir, written with Capella score editor ("score C"). This was created painstakingly and slowly by a colleague, reviewed and edited multiple times by our conductor, formatted by me to get a somewhat professional layout; thus, it deviates from the previous scores at quite a lot of places.

Todo - overdue, i.e. quickly:
- A full score for instruments strings and piano and our SSAB voices; and a piano score.

The idea is that the piano plays the voices from score F except the strings. Maybe half of it will come from the harp, some segments also from clarinets and flutes, rest "as necessary"; much copy-and-paste should be nice to get a rough result quickly.

First idea: Capella Scan (music scanning software for Capella) to scan both scores F and P, then append the string and harp and a few wind staves from score F to the existing Capella score C. Scans with Capella Scan looked good; but copying of full staves betwen scores crashed (the most uptodate version) Capella, and line-by-line copying of 72 pages times 4...5 staves = more tha 300 copy-pastes, with probably more thana handful of pasting errors thrown in, is not what I had in mind for just creating the raw version.

What did work, starting on Saturday morning:

1. Scanning scores F and P into PDFs.
2. Run the PDFs through Audiveris unattended and saving as MusicXML (but the lyrics got lost - I did not succeed in installing the necessary Tesseract OCR files).
3. Import into MuseScore 4 and re-export as MusicXML roughed out many many edges.
4. NWCConvertor then created NWCTXT files ready to be edited without a hitch.
5. A good text editor (I use UltraEdit) and some regular expression magic converted or removed many funny things (mostly invisible rests that came from Audiveris and MuseScore to even out measure lengths) in the NWCTXT files (I LOVE a line-based text format ... for this sort of jobs)
6. Copy-paste of the lyrics out of Capella did work; however, the text editor and its regexps were needed again to replace Capella's somewhat weird lyrics formatting to get simple NWC-like lyrics.

From there on, I did direct editing in NWC: Copy-pasting staves (all the strings, harp!) or parts of staves (clarinets!), and then also writing of a few hundred new measures. On Saturday evening, I attended another choir's concert. On Sunday at 9am, I continued; and at noon, I was done with writing out the notes. The standard process of adding sound and listening to the voices revealed quite a few missing clefs and accidentals - but by 3pm or so all sounded fine. Formatting for nice page boundaries took another two hours, and at 5pm, I sent out the full director's score.

Creating the piano scores from the same NWC score files took a few hours today - I use my PrintConfiguration.hmm objects extensively: It's really easy to quickly create voice scores (in this case, for piano with a cue staff) as well as re-create the full scores (because, of course, I found quite a few more quirks during this).

I'm now waiting for review remarks from the conductor and the piano player. After maybe two or at most three more turnovers, we can then print and bind the 70 pages for the conductor; and print the 15 piano pages.

H.M.
22
Object Plugins / Re: Trill.ms (2.4)
Last post by Mike Shawaluk -
The Trill.ms object has been updated to version 2.4 with the following changes (to the user tool only):
  • Multiple notes can be trilled/untrilled at one time.
  • The trill vertical position will default to a nicer value.
  • Trill objects will be avoided when a trill note is tied.
  • Parameters for new trills will be inherited from prior trills on the staff.
Thanks to @Flurmy for these additions.
26
General Discussion / Re: View from DownUnder?
Last post by Flurmy -
Thanks, Mike.
I missed that info. But you must admit the thing is funny!  ;)

Quote
and give you a Vegemite sandwich
Thanks, but I already had supper.  I'll keep il for tomorrow breakfast (time zone adjusted).  :)
27
General Discussion / Re: View from DownUnder?
Last post by Mike Shawaluk -
A well-known "feature". Since the object in question is a RestChord, the stem direction is that of the rest. This means that the note/chord is pointed in the opposite direction. (At least this is how I remember @NoteWorthy Online explaining it to me.)

(As I say this, I smile and give you a Vegemite sandwich.)
28
General Discussion / View from DownUnder?
Last post by Flurmy -
Lawrie,
was NWC intended for you?  :)  :)  :)

Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.751,Single)
|Text|Text:"Stem=Up"|Font:StaffItalic|Pos:15.5
|RestChord|Dur:4th|Opts:Stem=Up|Dur2:4th|Pos2:2
|Text|Text:"Stem=Down"|Font:StaffItalic|Pos:-10
|RestChord|Dur:4th|Opts:Stem=Down|Dur2:4th|Pos2:2
!NoteWorthyComposerClip-End
30
General Discussion / Re: Small Falsetti notes
Last post by Lawrie Pardy -
<snip>
I'm still wondering how you can generate nwc code (the kind I often see posted in the forum) that "covers" multiple lines. even only partially. To give a concrete example, if I want to insert a code (or even a file) into the forum that shows the first seven measures of the first tenor and bass parts of a song with four parts, is it possible to do so?
<snip>
The code you see comes either from a copy and paste direct from NWC (copy from a selection, paste to a text editor/a forum post) OR from the contents of .nwctxt files.

If you want multiple parts in a single clip, there are several ways you could go about it, but what you want to end up with is an nwctxt file that contains the bits you want to share.  Open that file in notepad (or your text editor of choice), select all, copy, and paste into the forum using the NWC tags (press the NWC2 logo button).

One way to create the nwctxt file is to do a save as from your current work to a different name file so you don't mix 'em up, and select the nwctxt format in the save as dialogue.
Edit this new file and delete everything you don't want to share. Save the nwctxt file again, then open it in a text editor, select all, copy and paste into the forum.

OR, you could just create a new file, copy and paste the bits from the original file into the new one and save it as nwctxt, etc..