nd User Group"
Sent: Saturday, March 27, 2010 11:27 AM
Subject: Re: staff-space doesn't seem to work as documented
Phil Holmes wrote Saturday, March 27, 2010 10:37 AM
The user error was actually in the quoting in my email: I'd tried both
#'1.5 and #1.5 and neither had w
Phil Holmes wrote Saturday, March 27, 2010 10:37 AM
The user error was actually in the quoting in my email: I'd tried
both #'1.5 and #1.5 and neither had worked. Thanks to those who
pointed out the requirement for white space between the font size
specification and the curly brace: #'1.5 }
er Group"
Sent: Friday, March 26, 2010 6:42 PM
Subject: Re: staff-space doesn't seem to work as documented
There's a difference between
#'1.5
and
#1.5}
This is a user error, not a documentation problem.
- Graham
On Fri, Mar 26, 2010 at 4:22 PM, Phil Holmes wrote:
In the
On 2010-03-26, Phil Holmes wrote:
> In the PDF documentation for 2.12.3 and the online documentation for
> 2.13.16 it gives the syntax for reducing staff spacing as:
>
> \override StaffSymbol #'staff-space = #1.5
>
> If I use this syntax, I get an error:
>
> error: syntax error, unexpected '{'
>
Greetings, Phil -
Looks like you're trying too hard. The following compiled nicely:
\new Staff \override StaffSymbol #'staff-space = #'1.5
{ c'' c'' c''
c'' }
Notice : 1) no added {} ; and 2) no "\with". I just used "\override
StaffSymb
There's a difference between
#'1.5
and
#1.5}
This is a user error, not a documentation problem.
- Graham
On Fri, Mar 26, 2010 at 4:22 PM, Phil Holmes wrote:
> In the PDF documentation for 2.12.3 and the online documentation for 2.13.16
> it gives the syntax for reducing staff spacing as:
>
In the PDF documentation for 2.12.3 and the online documentation for 2.13.16
it gives the syntax for reducing staff spacing as:
\override StaffSymbol #'staff-space = #1.5
If I use this syntax, I get an error:
error: syntax error, unexpected '{'
\new Staff \with {\override StaffSymbol #'staff-s