Re: staff-space doesn't seem to work as documented

2010-03-27 Thread Phil Holmes
-user@gnu.org 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 em...@philholmes.net wrote

Re: staff-space doesn't seem to work as documented

2010-03-27 Thread Trevor Daniels
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 }

Re: staff-space doesn't seem to work as documented

2010-03-27 Thread Phil Holmes
-music.ca Cc: LilyPond User Group lilypond-user@gnu.org 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

staff-space doesn't seem to work as documented

2010-03-26 Thread Phil Holmes
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

Re: staff-space doesn't seem to work as documented

2010-03-26 Thread Graham Percival
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 em...@philholmes.net wrote: In the PDF documentation for 2.12.3 and the online documentation for 2.13.16 it gives the syntax for reducing

Re: staff-space doesn't seem to work as documented

2010-03-26 Thread Ralph Palmer
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 StaffSymbol

Re: staff-space doesn't seem to work as documented

2010-03-26 Thread Patrick McCarty
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 '{' \new