Re: Object hierarchy in LilyPond?

2006-05-10 Thread Erik Sandberg
On Wednesday 10 May 2006 08:11, Simon Dahlbacka wrote: > On 5/10/06, Erik Sandberg <[EMAIL PROTECTED]> wrote: > > 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:

Arpeggio too short

2006-05-10 Thread Colin Wilding
The arpeggio squiggle on the chord in the snippet below is really short: \version "2.8.1" \score { 4\arpeggio } I presume this is intentional and not a bug, but is there any way I can make the arpeggio longer without an ugly tweak (such as adding another note to the chord and then hiding it)?

Re: Arpeggio too short

2006-05-10 Thread Colin Wilding
I've sorted out the second issue - arpeggio too close to objects on the left - myself: \version "2.8.1" \layout { \context { \Staff \override Arpeggio #'padding = #'4.0 \override Arpeggio #'extra-offset = #'(3.0 . 0.0) } } \score { 4\arpeggio } (

Re: Arpeggio too short

2006-05-10 Thread Colin Wilding
Here's how I could lengthen the arpeggio squiggle using an ugly tweak: \score { \notemode { \once \override Stem #'length = #'2.2 4\arpeggio } } Hardly ideal, though, as it has to be done on every arpeggio and it affects the midi output. Can anyone suggest a better way? I've t

Re: I'm having problem coloring notes

2006-05-10 Thread Stephen
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 The old pre-tweak way would have been to create the chord with different voices and line up the notes manually into a chord

Re: followvoice for other staffs besides piano?

2006-05-10 Thread Colin Wilding
Yes, it is. Try this: \version "2.8.1" \score { \new ChoirStaff \with { followVoice = ##t } << \new Staff = "tenor" { a''4 b'' c'' d'' \voiceOne a''4 b'' c'' d'' \oneVoice a''4 b'' c'' d''

RE: Object hierarchy in LilyPond?

2006-05-10 Thread Mats Bengtsson
Quoting "arjan.bos" <[EMAIL PROTECTED]>: -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 mai

Re: Arpeggio too short

2006-05-10 Thread Han-Wen Nienhuys
2006/5/10, Colin Wilding <[EMAIL PROTECTED]>: Hardly ideal, though, as it has to be done on every arpeggio and it affectsthe midi output.Can anyone suggest a better way?I can add a sponsored feature for that, if you like; a small one (40 EUR)  -- Han-Wen Nienhuys[EMAIL PROTECTED]http://www.xs4all

lilypond-book

2006-05-10 Thread bubba
I've having trouble using lilypond-book. I'm a brand new lilypond user - I just installed it two days ago for the first time. I can use lilypond just fine, but I haven't been able to figure out how to use lilypond-book. I'm running Windows XP and lilypond 2.8.0.1. I've read through the tutorial

Re: (semi-OT) making tabloid-sized booklets

2006-05-10 Thread Christian Conkle
After a few hours of frustration, I've succeeded in making tabloid-sized music booklets (ie print music on a tabloid sheet, fold in half, and you get a booklet with letter-sized pages). In case anybody else is interested in this (either immediately or when they're searching the archives and/or goo