margin in sheet music lilypond-book

2006-05-09 Thread Lodewijk Koopman
Hi, As an absolute beginner, I've stumbled upon a strange problem. I'm using lilypond-book (lilypond v2.8.1) to embed my lilypond code in a latex document. After running lilypond-book, as described in the documentation, the sheet music itself apears to have a margin of its own on the left. The res

followvoice for other staffs besides piano?

2006-05-09 Thread Jim Cline
I would like to put a voice following indication between two staffs of a choral piece, e.g. from the tenor to the bass part. Is it possible to get a marking like the one from \set followVoice = ##t when I am using 4 staffs? ___ lilypond-user mailing l

Re: chord symbol collides w/music

2006-05-09 Thread Rick Hogg
Hello,I know somebody replied to this last night, but your response went to my junk mail folder which I emptied before realizing what was in there.  Could you re-submit it please?Thanks for your reply!RickRick Hogg <[EMAIL PROTECTED]> wrote: I know it has something to do with an \override or someth

Re: chord symbol collides w/music

2006-05-09 Thread Graham Percival
Try searching the mailist archives. - Graham On 9-May-06, at 6:32 AM, Rick Hogg wrote: Hello, I know somebody replied to this last night, but your response went to my junk mail folder which I emptied before realizing what was in there.  Could you re-submit it please? Thanks for your reply!

Re: different notehead styles

2006-05-09 Thread Stephen
Why am I getting an attachment with no cover letter? I don't open attachments unless I know what it is. Stephen - Original Message - From: "Matevz Jekovec" <[EMAIL PROTECTED]> To: Sent: Monday, May 08, 2006 6:02 PM Subject: Re: different notehead styles ___

Re: Beginners first attempt

2006-05-09 Thread Nick
Thanks On Mon, 2006-05-08 at 09:06 -0700, Rick Hansen (aka RickH) wrote: > I'm not on a computer where I can test this now, but a cursory glance tells > me that your containment of the \center-align { } function is not correct. > All the things that you want "stacked vertically" should be containe

Re: chord symbol collides w/music

2006-05-09 Thread Walter Hofmeister
On 5/8/06 8:56 PM, "Rick Hogg" <[EMAIL PROTECTED]> wrote: > \version "2.8.1" > #(set-default-paper-size "letter") > \paper { > top-margin = 0.00\cm > } > % the header > \header { > title = "Cherokee" > tagline = "Learn this in all 12 keys!" > } > % the

I'm having problem coloring notes

2006-05-09 Thread Xiaoyu Ding
Hi, I saw from your doc that I can color notes using: \override NoteHead #'color = #red c4 c \override Stem #'color = #blue e But when I try to color a note using: 4 | I got an error: error: syntax error, unexpected \override, expecting DRUM_PITCH or NOTENAME_PITCH o

Re: I'm having problem coloring notes

2006-05-09 Thread Graham Percival
On 9-May-06, at 10:40 AM, Xiaoyu Ding wrote: But when I try to color a note using: 4 | I got an error: error: syntax error, unexpected \override, expecting DRUM_PITCH or NOTENAME_PITCH or '>' Is this because that I'm trying to color a note within a chord? Is that allowed? If not, i

Re: I'm having problem coloring notes

2006-05-09 Thread Gianluca D.
Alle 19:40, martedì 9 maggio 2006, Xiaoyu Ding ha scritto: > Is this because that I'm trying to color a note within a chord? It is not allowed to use the "override" command within a chord; if you're working with lilypond 2.8, you can use the "tweak" command. Your example will work this way: 4 I

Re: Object hierarchy in LilyPond?

2006-05-09 Thread Erik Sandberg
On Monday 08 May 2006 19:30, Arjan Bos wrote: > On 6 mei 2006, at 21:20, Mats Bengtsson wrote: > > Quoting Erik Sandberg <[EMAIL PROTECTED]>: > >> On Tuesday 02 May 2006 09:06, Tomas Valusek wrote: > > Or the context hierarchy or which engravers are included in each > > context > > or which objects

RE: Object hierarchy in LilyPond?

2006-05-09 Thread arjan.bos
-Oorspronkelijk bericht- Van:Simon Dahlbacka >> On 5/10/06, Erik Sandberg <[EMAIL PROTECTED]> wrote: >> >> >> There's a lot of data used in lily. It would require quite some effort to >> build the model you're suggesting, and someone would need to maintain the >> model (which is cha