Re: [Finale] Freeze measure widths?

2005-02-18 Thread Mark D Lew
On Feb 18, 2005, at 10:45 PM, d. collins wrote:
Is this something new in 2005? I have no such box in 2004. I have an 
Add box, which allows me to add to (or subtract from) the width of a 
measure, but then this IS affected by music spacing. If I respace the 
music, this goes back to "normal".
I assumed he was talking about that Add box.  Space the music before 
changing the measure width, and then don't respace afterward.  I use it 
for finishing touches in the page layout, for better density balance, 
etc.

mdl
Fin Mac 2k2
___
Finale mailing list
Finale@shsu.edu
http://lists.shsu.edu/mailman/listinfo/finale


Re: [Finale] MacFin05 Finder windows stay on top

2005-02-18 Thread Steve Gibons
I have see that in many appications on OS X. Don't know a fix.
On Feb 18, 2005, at 6:30 PM, Robert Patterson wrote:
[...]
That said, I am now committed. The problem is that often when I launch 
a document from a Finder window, the document window appears behind 
the Finder window. This happens particularly when opening a second 
document. What's worse, if there are plugin windows open, you can't 
bring the doc window to the front. Gack!
[...]
___
Finale mailing list
Finale@shsu.edu
http://lists.shsu.edu/mailman/listinfo/finale


Re: [Finale] Freeze measure widths?

2005-02-18 Thread Don Hart
Thanks, Mark.  The feature had slipped by me to this point and I thought I
should share it, just in case.  I wondered about negative numbers too;
that's good to know. - Don


on 2/18/05 6:16 PM, Mark D Lew at [EMAIL PROTECTED] wrote:

> 
> On Feb 18, 2005, at 3:30 PM, Don Hart wrote:
> 
>> If you want to assign a measure a larger width and have it not be
>> affected
>> by music spacing, increase the number(s) in the Extra Space boxes in
>> Measure
>> Attributes.  Works like a charm.
> 
> I use this box all the time.  Often I'll select several measures in a
> row to add or subtract the same amount from the width of each. (Note
> that you can also enter a negative number, to reduce the width by a
> certain amount.)
> 
> mdl
> 
> ___
> Finale mailing list
> Finale@shsu.edu
> http://lists.shsu.edu/mailman/listinfo/finale

___
Finale mailing list
Finale@shsu.edu
http://lists.shsu.edu/mailman/listinfo/finale


[Finale] MacFin05 Finder windows stay on top

2005-02-18 Thread Robert Patterson
I remain puzzled why some Finale users chose to jump so quickly to OSX. 
MacFin05 under OSX remains absurdly slower and clunkier than Fin03 under 
OS9 was (on the same box). I am now almost sorry I switched, except that 
my OS9 installation was just too long in the tooth to keep running on. 
Apple did the Mac world a huge disservice in jumping too quickly, 
though, and Coda/MakeMusic/Etc did a mediocre job on their OSX port. 
(Apparently Apple wasn't hurt by the callous disregard of their 
customers. It's too soon to say about the Company Formerly Known as Coda.)

That said, I am now committed. The problem is that often when I launch a 
document from a Finder window, the document window appears behind the 
Finder window. This happens particularly when opening a second document. 
What's worse, if there are plugin windows open, you can't bring the doc 
window to the front. Gack!

Has anyone else seen this behavior and/or got a solution?
--
Robert Patterson
http://RobertGPatterson.com
___
Finale mailing list
Finale@shsu.edu
http://lists.shsu.edu/mailman/listinfo/finale


Re: [Finale] Freeze measure widths?

2005-02-18 Thread Mark D Lew
On Feb 18, 2005, at 3:30 PM, Don Hart wrote:
If you want to assign a measure a larger width and have it not be 
affected
by music spacing, increase the number(s) in the Extra Space boxes in 
Measure
Attributes.  Works like a charm.
I use this box all the time.  Often I'll select several measures in a 
row to add or subtract the same amount from the width of each. (Note 
that you can also enter a negative number, to reduce the width by a 
certain amount.)

mdl
___
Finale mailing list
Finale@shsu.edu
http://lists.shsu.edu/mailman/listinfo/finale


[Finale] Freeze measure widths?

2005-02-18 Thread Don Hart
I was about to ask how to do this and tried "one more thing" before asking
the list.  Well the one thing worked and I thought some of you might like to
know about it.

If you want to assign a measure a larger width and have it not be affected
by music spacing, increase the number(s) in the Extra Space boxes in Measure
Attributes.  Works like a charm.

Thanks for being there when I need you!  :-)

Don Hart

___
Finale mailing list
Finale@shsu.edu
http://lists.shsu.edu/mailman/listinfo/finale


Re: [Finale] Finaletips site - new design

2005-02-18 Thread David W. Fenton
On 18 Feb 2005 at 12:31, Dennis Bathory-Kitsz wrote:

> At 12:21 PM 2/18/05 -0500, A-NO-NE Music wrote:
> >I meant NS4.7/Win2KSP4.
> 
> NS4.0 and 4.7 are disasters. They are broken in so many ways (and now
> so old) that it isn't even worth writing workarounds for them anymore!
> NS4.0 will even refuse to load pages with some stylesheets, throwing
> an "Error -336"! Almost any other browser is preferable (I use Opera
> and Firefox).

NS 4.x puts up a blank page or even crashes when you mix a linked 
stylesheet with inline styles. The easiest way around this is to use 
one or the other (linked style sheets are certainly a lot easier than 
inline styles).

I try to code so that NS 4.x users get a readable view, but don't 
worry too much about how good it looks -- I'm only going for graceful 
degradation that allows the content to remain accessible. Support NS 
4.x at that level does mean that you can't use CSS 3-column layouts 
using absolute positioning and a number of other things. But other 
than that, I don't spend a lot of time tweaking specifically for NS 
4.x.

Here's a hint for using separate style sheets for NS 4.x without 
needing to do browser detection:

Use IMPORT, which is supported by all modern browsers, but ignored by 
NS 4.x:

  
  @import url(styles_w3c.css);

The first will be honored by Netscape, and the latter will simply be 
ignored, as NS 4.x knows nothing about it. Then you'll put all styles 
that are supported by all browsers in you NS4.x stylesheet, and 
override those styles and add other styles in the W3C stylesheet.

-- 
David W. Fentonhttp://www.bway.net/~dfenton
David Fenton Associateshttp://www.bway.net/~dfassoc

___
Finale mailing list
Finale@shsu.edu
http://lists.shsu.edu/mailman/listinfo/finale


Re: [Finale] Finaletips site - new design

2005-02-18 Thread David W. Fenton
On 18 Feb 2005 at 9:37, Steve Gibons wrote:

> On Feb 18, 2005, at 9:21 AM, Phil Daley wrote:
> 
> > At 2/18/2005 10:13 AM, JD wrote:
> >
> > >I am on a Mac, IE 5.2, and the pages do indeed load without any 
> > vertical
> > >scroll bars.  But, if I resize the window slightly, they appear
> > >fine. Funny, I have this same trouble with my own site and IE 5.2. 
> > >
> > Personally, I
> > >think it's a Microcrap issue.  But if you do figure it out, let me 
> > know how
> > >you did it.
> >
> > That is the only web page I have ever seen that was bigger than the
> > Browser window and didn't have a vertical scroll bar.
> >
> > There must be something in your HTML code that is incorrect.
> 
> I have seen that in IE before. But I would imagine it has something to
> do with the style sheet, not the html code.

IE is "well-known" (i.e., notorious) for its completely broken 
implementation of the so-called "box model" for layout with style 
sheets. Whereas the standards define the relationships between a box, 
it's margins and borders in one way, IE puts the margin/border 
settings in the wrong place (I forget the exact details). The result 
is that percentage settings for width or height for containers are 
incorrectly honored -- you can set a width of 100% for a container 
and you'll end up with a horizontal scrollbar. The same code/style 
will produce a correct result on all other browsers (it also works 
correctly on early versions of IE, up to IE5, I think).

So, IE may be incorrectly calculating the vertical size in terms of 
the box model, and this is why the scrollbars do not appear until you 
resize the window to a size that is smaller than what IE incorrectly 
thinks the window's size really is.

This is one of the myriad reasons why no one should be using IE for 
anything at all -- it's a pile of crap in comparison to any modern 
browser (IE is not a modern browser, as its rendering code does not 
reflect the last 5 years of W3C standards).

-- 
David W. Fentonhttp://www.bway.net/~dfenton
David Fenton Associateshttp://www.bway.net/~dfassoc

___
Finale mailing list
Finale@shsu.edu
http://lists.shsu.edu/mailman/listinfo/finale


Re: [Finale] voi

2005-02-18 Thread Mark D Lew
On Feb 18, 2005, at 9:49 AM, d. collins wrote:
Can the word "voi" in Italian count as two syllables? I'm editing a 
piece where it always has two notes (long values).

"chi fà sospira voi"
It can be done either way.  One syllable is more common, but two 
syllables is also done sometimes.  The same is true for all Italian 
diphthongs, including some that we anglophones don't think of as 
diphthongs (eg, lui, mio, etc).

If your source is reliable, you should follow the source.  Don't change 
it editorially unless you know what you're doing.

mdl
___
Finale mailing list
Finale@shsu.edu
http://lists.shsu.edu/mailman/listinfo/finale


Re: [Finale] Finaletips site - new design

2005-02-18 Thread Randolph Peters
From Jari Williamsson's site:
http://www.finaletips.nu/perhapsmissed.php
"Since Finale 2002, you can align and resize 
hairpins (crescendi and diminuendi) to conform to 
the same position. Select multiple hairpins 
within the same staff (=horizontally) or measure 
(=vertically), display the contextual menu and 
select Align Horizontally or Align Vertically."

Oh man! I can't believe I've gone this long without knowing this!
I feel like someone who has just escaped from 
jail after 3 years only to realize the door was 
open the whole time. I did have TGTools, but this 
is brilliant!

And stupidŠ
-Randolph Peters
___
Finale mailing list
Finale@shsu.edu
http://lists.shsu.edu/mailman/listinfo/finale


Re: [Finale] Finaletips site - new design

2005-02-18 Thread laloba2
Hi Jari,
Works fine with Mac OS 10.3.8 Safari.  Lots of good stuff!  Is there 
a way to link back to your main page from the forum?

Great work!
-Karen

Hello!
During the past month, I have redesigned the Finale Productivity 
Tips site. Most of the redesigning is now completed.

I'm very soon going to a lots of new material to the site, and I 
would like to make sure that any design compatibility issues are 
solved before that. I have currently got reports that IE 5.2 for Mac 
can't scroll down on the pages, so that I would have to solve.

Please test with the browser you normally use and report to me if 
you encounter problems:
http://www.finaletips.nu/

Thanks!
Best regards,
Jari Williamsson
___
Finale mailing list
Finale@shsu.edu
http://lists.shsu.edu/mailman/listinfo/finale
___
Finale mailing list
Finale@shsu.edu
http://lists.shsu.edu/mailman/listinfo/finale


Re: [Finale] voi

2005-02-18 Thread Allen Fisher
Dennis,

At least in my experience as a singer, yes. What song is it?

--
Allen

On 2/18/05 11:49 AM, "d. collins" <[EMAIL PROTECTED]> saith:

> Can the word "voi" in Italian count as two syllables? I'm editing a piece
> where it always has two notes (long values).
> 
> "chi fà sospira voi"
> 
> Thanks,
> 
> Dennis
> 
> 
> ___
> Finale mailing list
> Finale@shsu.edu
> http://lists.shsu.edu/mailman/listinfo/finale


___
Finale mailing list
Finale@shsu.edu
http://lists.shsu.edu/mailman/listinfo/finale


Re: [Finale] Finaletips site - new design

2005-02-18 Thread A-NO-NE Music
Dennis Bathory-Kitsz / 05.2.18 / 00:31 PM wrote:

>NS4.0 and 4.7 are disasters. They are broken in so many ways (and now so
>old) that it isn't even worth writing workarounds for them anymore! NS4.0
>will even refuse to load pages with some stylesheets, throwing an "Error
>-336"! Almost any other browser is preferable (I use Opera and Firefox).


Yeah, but NS4.7 is still the standard for Solaris user.  That's why I
have to test with it when I do consulting.  Of course I don't think any
Solaris user among Finale community.

:-)


-- 

- Hiro

Hiroaki Honshuku, A-NO-NE Music, Boston, MA
 


___
Finale mailing list
Finale@shsu.edu
http://lists.shsu.edu/mailman/listinfo/finale


Re: [Finale] Re: Playback options?

2005-02-18 Thread Don Hart
Brad,

In my response a few minutes ago I still hadn't caught the mistake in my
original post.  I forgot to include the option key with the spacebar, but no
click is needed.

So, as a recap, to achieve #4 in my original post (on a mac) hold the
spacebar and option key and drag *without* clicking.

Sorry for the confusion.

Don Hart


on 2/18/05 10:37 AM, Brad Beyenhof at [EMAIL PROTECTED] wrote:

> On Fri, 18 Feb 2005 01:04:04 -0600, Don Hart <[EMAIL PROTECTED]> wrote:
> 
>> 4) hold spacebar, drag cursor over notes to hear them: backward,
>>forward, held, with shift key to solo
> 
> I've never been able to get this to work - is there some special
> condition I need to meet in order for this to happen? When I try it
> (Spacebar, click + drag), it does nothing at first, then goes to the
> "spinning note" if I hold the mouse button too long. When I let go of
> the mouse button it plays as if I had just spacebar-clicked the
> measure where I started the drag.

___
Finale mailing list
Finale@shsu.edu
http://lists.shsu.edu/mailman/listinfo/finale


Re: [Finale] Finaletips site - new design

2005-02-18 Thread Dennis Bathory-Kitsz
At 12:21 PM 2/18/05 -0500, A-NO-NE Music wrote:
>I meant NS4.7/Win2KSP4.

NS4.0 and 4.7 are disasters. They are broken in so many ways (and now so
old) that it isn't even worth writing workarounds for them anymore! NS4.0
will even refuse to load pages with some stylesheets, throwing an "Error
-336"! Almost any other browser is preferable (I use Opera and Firefox).

Dennis










___
Finale mailing list
Finale@shsu.edu
http://lists.shsu.edu/mailman/listinfo/finale


Re: [Finale] Finaletips site - new design

2005-02-18 Thread Phil Daley
Good work.  Works perfectly.
At 2/18/2005 12:18 PM, Jari Williamsson wrote:
>Richard Yates wrote:
>> This page:
>>
>> http://www.finaletips.nu/perhapsmissed.php
>>
>> ends in the middle of a sentence. No vertical scroll bar appears on the
>> window. (Windows XP Home; Internet Explorer 6.0.2)
>
>Thanks, this should be fixed now!
>
Phil Daley  < AutoDesk >
http://www.conknet.com/~p_daley

___
Finale mailing list
Finale@shsu.edu
http://lists.shsu.edu/mailman/listinfo/finale


Re: [Finale] Finaletips site - new design

2005-02-18 Thread A-NO-NE Music
A-NO-NE Music / 05.2.18 / 00:07 PM wrote:

>NS2.7/Win2K

Sorry!
I meant NS4.7/Win2KSP4.

-- 

- Hiro

Hiroaki Honshuku, A-NO-NE Music, Boston, MA
 


___
Finale mailing list
Finale@shsu.edu
http://lists.shsu.edu/mailman/listinfo/finale


Re: [Finale] save shortcuts (Finale - TGTools)

2005-02-18 Thread Jari Williamsson
Dragos Oltean wrote:
many thanks.
But which key is for shortcuts? 
Most probably "Assigments2K"
Best regards,
Jari Williamsson
___
Finale mailing list
Finale@shsu.edu
http://lists.shsu.edu/mailman/listinfo/finale


Re: [Finale] Finaletips site - new design

2005-02-18 Thread Jari Williamsson
Richard Yates wrote:
This page:
http://www.finaletips.nu/perhapsmissed.php
ends in the middle of a sentence. No vertical scroll bar appears on the
window. (Windows XP Home; Internet Explorer 6.0.2)
Thanks, this should be fixed now!
Best regards,
Jari Williamsson
___
Finale mailing list
Finale@shsu.edu
http://lists.shsu.edu/mailman/listinfo/finale


Re: [Finale] Finaletips site - new design

2005-02-18 Thread Jari Williamsson
Phil Daley wrote:
That is the only web page I have ever seen that was bigger than the 
Browser window and didn't have a vertical scroll bar.
Which platform/browser?
Best regards,
Jari Williamsson
___
Finale mailing list
Finale@shsu.edu
http://lists.shsu.edu/mailman/listinfo/finale


Re: [Finale] Finaletips site - new design

2005-02-18 Thread Rick Neal
Every page works fine in Firefox on Windows XP, no scrollbar problem at all.

Rick Neal


-Original Message-

> Please test with the browser you normally use and report to me if you
> encounter problems:
> http://www.finaletips.nu/

Works just fine in Firefox for Mac OS X. (Note to users of IE for Mac
OS X, or for that matter even for Windows: don't.)

I use an extension that enlarges all text on the page a little, so the
menu on the top-left goes a bit outside its bounds, but a vertical
scroll-bar shows up automatically on it. Also, the scrollbar problem
that everybody else is mentioning didn't happen to me.

-- 
Brad Beyenhof
[EMAIL PROTECTED]
my blog: http://augmentedfourth.blogspot.com
FinaleIRC (come chat!): http://finaleirc.com
___
Finale mailing list
Finale@shsu.edu
http://lists.shsu.edu/mailman/listinfo/finale


Rick Neal
Teacher, Composer, Bassist, Guitarist
[EMAIL PROTECTED]
http://home.earthlink.net/~rickmidi
___
Finale mailing list
Finale@shsu.edu
http://lists.shsu.edu/mailman/listinfo/finale


Re: [Finale] Re: Playback options?

2005-02-18 Thread Don Hart
No such bug on the Mac side, thankfully.  I'd really hate it if all I had
was playback from the playback window.

Don

on 2/18/05 10:50 AM, Aaron Sherber at [EMAIL PROTECTED] wrote:

> At 11:37 AM 2/18/2005, Brad Beyenhof wrote:
>> On Fri, 18 Feb 2005 01:04:04 -0600, Don Hart <[EMAIL PROTECTED]> wrote:
>> 
>>> 4) hold spacebar, drag cursor over notes to hear them: backward,
>>>forward, held, with shift key to solo
>> 
>> I've never been able to get this to work - is there some special
>> condition I need to meet in order for this to happen?
> 
> That should be Ctrl+spacebar+drag (on Win). It should be noted that this
> method of playback does not take into account percussion maps. There's also
> a *really* annoying bug -- under certain circumstances, as you drag the
> cursor across a barline, Finale will playback the opening note of the piece
> before continuing with what's actually in the measure. I use this method of
> playback very frequently to spot check sections, and when this bug started
> a couple of versions ago it made this useful feature far less useful.
> 
> Aaron.
> 
> ___
> Finale mailing list
> Finale@shsu.edu
> http://lists.shsu.edu/mailman/listinfo/finale

___
Finale mailing list
Finale@shsu.edu
http://lists.shsu.edu/mailman/listinfo/finale


Re: [Finale] Finaletips site - new design

2005-02-18 Thread Jari Williamsson
Steve Gibons wrote:
I have seen that in IE before. But I would imagine it has something to 
do with the style sheet, not the html code.
Yes, that's correct. Microsoft's refusals to fully implement CSS and fix 
existing CSS bugs makes IE a very difficult browser to target. After 
all, some of the things IE doesn't support was defined almost 10 years 
ago...
Actually, what I'm trying to do is to work around existing IE CSS bugs 
by "take advantage" of other IE bugs, but that seems to not work well 
with MacIE. Perhaps I need to disable the static menu to the left on MacIE.

Best regards,
Jari Williamsson
___
Finale mailing list
Finale@shsu.edu
http://lists.shsu.edu/mailman/listinfo/finale


Re: [Finale] Finaletips site - new design

2005-02-18 Thread A-NO-NE Music
Jari Williamsson / 05.2.18 / 03:36 AM wrote:

>Please test with the browser you normally use and report to me if you 
>encounter problems:


I am not sure if you support this, but NS2.7/Win2K can't display the
layers you intended.  Otherwise, I like how you are doing with your site
very much.

I will later check on Linux.  By the way, you might want to check your
char setting.  It matters to us, non single byte encoding audiences.  And
if you don't want to offend Mac people (joking), you might want to use
ISO-8859-1.

\(^o^)/


-- 

- Hiro

Hiroaki Honshuku, A-NO-NE Music, Boston, MA
 


___
Finale mailing list
Finale@shsu.edu
http://lists.shsu.edu/mailman/listinfo/finale


[Finale] save shortcuts (Finale - TGTools)

2005-02-18 Thread Dragos Oltean



many thanks.
But which key is for 
shortcuts? 
 

 
 
Best regards,
Dragoş
 
 
 
- Original Message - 
From: "Jari Williamsson" <[EMAIL PROTECTED]>
To: 
Sent: Friday, February 18, 2005 10:40 
AM
Subject: Re: [Finale] save 
shortcuts
> Dragos Oltean wrote:>> I have created shortcuts with 
TGTools. I want to backup this shortcuts. How?> > Try to use 
regedit and copy the relevant keys from the Somusque section.> > 
> Best regards,> > Jari Williamsson> 
___> Finale mailing 
list> Finale@shsu.edu> http://lists.shsu.edu/mailman/listinfo/finale> >
<>___
Finale mailing list
Finale@shsu.edu
http://lists.shsu.edu/mailman/listinfo/finale


Re: [Finale] Re: Playback options?

2005-02-18 Thread Steve Gibons
It's option-space click. Add shift to solo the staff. (or alt I guess 
on a PC)

steve
On Feb 18, 2005, at 10:37 AM, Brad Beyenhof wrote:
On Fri, 18 Feb 2005 01:04:04 -0600, Don Hart <[EMAIL PROTECTED]> 
wrote:

4) hold spacebar, drag cursor over notes to hear them: backward,
   forward, held, with shift key to solo
I've never been able to get this to work - is there some special
condition I need to meet in order for this to happen? When I try it
(Spacebar, click + drag), it does nothing at first, then goes to the
"spinning note" if I hold the mouse button too long. When I let go of
the mouse button it plays as if I had just spacebar-clicked the
measure where I started the drag.
--
Brad Beyenhof
[EMAIL PROTECTED]
my blog: http://augmentedfourth.blogspot.com
FinaleIRC (come chat!): http://finaleirc.com
___
Finale mailing list
Finale@shsu.edu
http://lists.shsu.edu/mailman/listinfo/finale

___
Finale mailing list
Finale@shsu.edu
http://lists.shsu.edu/mailman/listinfo/finale


Re: [Finale] Re: Playback options?

2005-02-18 Thread Aaron Sherber
At 11:37 AM 2/18/2005, Brad Beyenhof wrote:
>On Fri, 18 Feb 2005 01:04:04 -0600, Don Hart <[EMAIL PROTECTED]> wrote:
>
>> 4) hold spacebar, drag cursor over notes to hear them: backward,
>>forward, held, with shift key to solo
>
>I've never been able to get this to work - is there some special
>condition I need to meet in order for this to happen?
That should be Ctrl+spacebar+drag (on Win). It should be noted that this 
method of playback does not take into account percussion maps. There's also 
a *really* annoying bug -- under certain circumstances, as you drag the 
cursor across a barline, Finale will playback the opening note of the piece 
before continuing with what's actually in the measure. I use this method of 
playback very frequently to spot check sections, and when this bug started 
a couple of versions ago it made this useful feature far less useful.

Aaron.
___
Finale mailing list
Finale@shsu.edu
http://lists.shsu.edu/mailman/listinfo/finale


Re: [Finale] Finaletips site - new design

2005-02-18 Thread Brad Beyenhof
On Fri, 18 Feb 2005 09:36:03 +0100, Jari Williamsson wrote:

> Please test with the browser you normally use and report to me if you
> encounter problems:
> http://www.finaletips.nu/

Works just fine in Firefox for Mac OS X. (Note to users of IE for Mac
OS X, or for that matter even for Windows: don't.)

I use an extension that enlarges all text on the page a little, so the
menu on the top-left goes a bit outside its bounds, but a vertical
scroll-bar shows up automatically on it. Also, the scrollbar problem
that everybody else is mentioning didn't happen to me.

-- 
Brad Beyenhof
[EMAIL PROTECTED]
my blog: http://augmentedfourth.blogspot.com
FinaleIRC (come chat!): http://finaleirc.com
___
Finale mailing list
Finale@shsu.edu
http://lists.shsu.edu/mailman/listinfo/finale


Re: [Finale] Re: Playback options?

2005-02-18 Thread Brad Beyenhof
On Fri, 18 Feb 2005 01:04:04 -0600, Don Hart <[EMAIL PROTECTED]> wrote:

> 4) hold spacebar, drag cursor over notes to hear them: backward,
>forward, held, with shift key to solo

I've never been able to get this to work - is there some special
condition I need to meet in order for this to happen? When I try it
(Spacebar, click + drag), it does nothing at first, then goes to the
"spinning note" if I hold the mouse button too long. When I let go of
the mouse button it plays as if I had just spacebar-clicked the
measure where I started the drag.

-- 
Brad Beyenhof
[EMAIL PROTECTED]
my blog: http://augmentedfourth.blogspot.com
FinaleIRC (come chat!): http://finaleirc.com
___
Finale mailing list
Finale@shsu.edu
http://lists.shsu.edu/mailman/listinfo/finale


Re: [Finale] Finaletips site - new design

2005-02-18 Thread Steve Gibons
On Feb 18, 2005, at 9:21 AM, Phil Daley wrote:
At 2/18/2005 10:13 AM, JD wrote:
>I am on a Mac, IE 5.2, and the pages do indeed load without any 
vertical
>scroll bars.  But, if I resize the window slightly, they appear fine.
>Funny, I have this same trouble with my own site and IE 5.2.  
Personally, I
>think it's a Microcrap issue.  But if you do figure it out, let me 
know how
>you did it.

That is the only web page I have ever seen that was bigger than the 
Browser window and didn't have a vertical scroll bar.

There must be something in your HTML code that is incorrect.
I have seen that in IE before. But I would imagine it has something to 
do with the style sheet, not the html code.

steve
___
Finale mailing list
Finale@shsu.edu
http://lists.shsu.edu/mailman/listinfo/finale


Re: [Finale] Show active layer only ?

2005-02-18 Thread Allen Fisher
Darcy's right. Everything in the View menu is intended to effect only the
onscreen view. Since Show Active Layer effects your printout, it was moved
to the options menu.


On 2/17/05 5:33 PM, "Darcy James Argue" <[EMAIL PROTECTED]> saith:

> I would guess because it doesn't just affect the "View," it affects
> what gets copied, etc.  It's not just a cosmetic change in view (like
> choosing a different magnification), it's a significant change in
> behavior.
> 
> I always thought "Show Active Layer Only" was a bit of a misnomer, but
> I'm not sure I can think up a better term.  ("Affect Active Layer Only"
> is pretty bad, too.)
> 
> - Darcy
> -
> [EMAIL PROTECTED]
> Brooklyn, NY
> 
> 
> On 17 Feb 2005, at 5:49 PM, Chuck Israels wrote:
> 
>> It's under Options.  Now ask me why.?
>> 
>> Chuck
>> 
>> 
>> On Feb 17, 2005, at 2:46 PM, John Roberts wrote:
>> 
>>> Trying to join the 21st century, I have just started trying to use
>>> Finale in
>>> Mac OS X (Finale 2005b).
>>> 
>>> What happened to "Show Active Layer Only"? I can't find the command.
>>> 
>>> Thanks,
>>> John Roberts
>>> 
>>> ___
>>> Finale mailing list
>>> Finale@shsu.edu
>>> http://lists.shsu.edu/mailman/listinfo/finale
>>> 
>>> 
>> Chuck Israels
>> 230 North Garden Terrace
>> Bellingham, WA 98225-5836
>> phone (360) 671-3402
>> fax (360) 676-6055
>> www.chuckisraels.com
>> ___
>> Finale mailing list
>> Finale@shsu.edu
>> http://lists.shsu.edu/mailman/listinfo/finale
> 
> ___
> Finale mailing list
> Finale@shsu.edu
> http://lists.shsu.edu/mailman/listinfo/finale

___
Finale mailing list
Finale@shsu.edu
http://lists.shsu.edu/mailman/listinfo/finale


Re: [Finale] Finaletips site - new design

2005-02-18 Thread Phil Daley
At 2/18/2005 10:13 AM, JD wrote:
>I am on a Mac, IE 5.2, and the pages do indeed load without any vertical
>scroll bars.  But, if I resize the window slightly, they appear fine.
>Funny, I have this same trouble with my own site and IE 5.2.  Personally, I
>think it's a Microcrap issue.  But if you do figure it out, let me know how
>you did it.
That is the only web page I have ever seen that was bigger than the Browser 
window and didn't have a vertical scroll bar.

There must be something in your HTML code that is incorrect.
Phil Daley  < AutoDesk >
http://www.conknet.com/~p_daley

___
Finale mailing list
Finale@shsu.edu
http://lists.shsu.edu/mailman/listinfo/finale


Re: [Finale] Finaletips site - new design

2005-02-18 Thread JD
on 2/18/05 12:36 AM, Jari Williamsson at [EMAIL PROTECTED]
wrote:

> Hello!
> 
> During the past month, I have redesigned the Finale Productivity Tips
> site. Most of the redesigning is now completed.
> 
> I'm very soon going to a lots of new material to the site, and I would
> like to make sure that any design compatibility issues are solved before
> that. I have currently got reports that IE 5.2 for Mac can't scroll down
> on the pages, so that I would have to solve.
> 
> Please test with the browser you normally use and report to me if you
> encounter problems:
> http://www.finaletips.nu/

Jari,

I am on a Mac, IE 5.2, and the pages do indeed load without any vertical
scroll bars.  But, if I resize the window slightly, they appear fine.
Funny, I have this same trouble with my own site and IE 5.2.  Personally, I
think it's a Microcrap issue.  But if you do figure it out, let me know how
you did it.

***

J.D. Thomas
ThomaStudios
West Linn  OR

http://www.thomastudios.com
[EMAIL PROTECTED]

***

Experience is a wonderful thing. It enables you to recognize a mistake when
you make it again.


___
Finale mailing list
Finale@shsu.edu
http://lists.shsu.edu/mailman/listinfo/finale


Re: [Finale] Finaletips site - new design

2005-02-18 Thread Richard Yates
This page:

http://www.finaletips.nu/perhapsmissed.php

ends in the middle of a sentence. No vertical scroll bar appears on the
window. (Windows XP Home; Internet Explorer 6.0.2)

Richard Yates

- Original Message - 
From: "Jari Williamsson" <[EMAIL PROTECTED]>
To: "Finale Discussion List" 
Sent: Friday, February 18, 2005 12:36 AM
Subject: [Finale] Finaletips site - new design


> Hello!
>
> During the past month, I have redesigned the Finale Productivity Tips
> site. Most of the redesigning is now completed.
>
> I'm very soon going to a lots of new material to the site, and I would
> like to make sure that any design compatibility issues are solved before
> that. I have currently got reports that IE 5.2 for Mac can't scroll down
> on the pages, so that I would have to solve.
>
> Please test with the browser you normally use and report to me if you
> encounter problems:
> http://www.finaletips.nu/
>
> Thanks!
>
> Best regards,
>
> Jari Williamsson
> ___
> Finale mailing list
> Finale@shsu.edu
> http://lists.shsu.edu/mailman/listinfo/finale
>


___
Finale mailing list
Finale@shsu.edu
http://lists.shsu.edu/mailman/listinfo/finale


Re: [Finale] Re: Playback options?

2005-02-18 Thread Steve Gibons
Menu: Windows, Instument List. Column S for solo, Column P for play.
sg
On Feb 17, 2005, at 11:27 PM, [EMAIL PROTECTED] wrote:
<
writes:
From: Steve Gibons <[EMAIL PROTECTED]>
Your question is too general to answer, but one obvious thing 
comes to
mind, sorry if it's too obvious; if you are using the playback palette 
you need
to hit the stop button to reset the playback cache. >>

Greetings,
Wow! Thanks for that "too obvious" info. In my remedial arranging, 
I've been
forced to quit and re-launch every time I wanted to hear in the 
playback the
edits I've been doing. My work is much much faster now. (If only it 
were much
much better too...)

Here is another question: During arranging projects it would be very 
helpful
to have the playback command play only certain selected staves. Can 
each staff
in the score be selected to play or be silent? I'm on a Mac, OS 9.2.2, 
using
Finale 2003a.

Thanks,
Steve Shulman
NYC
---
___
Finale mailing list
Finale@shsu.edu
http://lists.shsu.edu/mailman/listinfo/finale

___
Finale mailing list
Finale@shsu.edu
http://lists.shsu.edu/mailman/listinfo/finale


Re: [Finale] Re: Playback options?

2005-02-18 Thread dhbailey
[EMAIL PROTECTED] wrote:
<
From: Steve Gibons <[EMAIL PROTECTED]>
Your question is too general to answer, but one obvious thing comes to 
mind, sorry if it's too obvious; if you are using the playback palette you need 
to hit the stop button to reset the playback cache. >>

Greetings,
Wow! Thanks for that "too obvious" info. In my remedial arranging, I've been 
forced to quit and re-launch every time I wanted to hear in the playback the 
edits I've been doing. My work is much much faster now. (If only it were much 
much better too...)

Here is another question: During arranging projects it would be very helpful 
to have the playback command play only certain selected staves. Can each staff 
in the score be selected to play or be silent? I'm on a Mac, OS 9.2.2, using 
Finale 2003a.

If you keep the Instrument Window open, you can mute any staves in that 
so you will hear only what you want.

--
David H. Bailey
[EMAIL PROTECTED]
___
Finale mailing list
Finale@shsu.edu
http://lists.shsu.edu/mailman/listinfo/finale


Re: [Finale] save shortcuts

2005-02-18 Thread Jari Williamsson
Dragos Oltean wrote:
I have created shortcuts with TGTools. I want to backup this shortcuts. How?
Try to use regedit and copy the relevant keys from the Somusque section.
Best regards,
Jari Williamsson
___
Finale mailing list
Finale@shsu.edu
http://lists.shsu.edu/mailman/listinfo/finale


[Finale] Finaletips site - new design

2005-02-18 Thread Jari Williamsson
Hello!
During the past month, I have redesigned the Finale Productivity Tips 
site. Most of the redesigning is now completed.

I'm very soon going to a lots of new material to the site, and I would 
like to make sure that any design compatibility issues are solved before 
that. I have currently got reports that IE 5.2 for Mac can't scroll down 
on the pages, so that I would have to solve.

Please test with the browser you normally use and report to me if you 
encounter problems:
http://www.finaletips.nu/

Thanks!
Best regards,
Jari Williamsson
___
Finale mailing list
Finale@shsu.edu
http://lists.shsu.edu/mailman/listinfo/finale