Re: midi2ly problem

2006-05-17 Thread Eyolf Ostrem
On Tue 16 May 2006 09:23, Eyolf Ostrem [that's me] wrote: > I've been trying to use midi2ly, but I always get the following: > > Traceback (most recent call last): > File "/usr/bin/midi2ly", line 60, in ? > import lilylib as ly > ImportError: No module named lilylib > > Any idea what's wrong

Re: /parenthesize in drummode?

2006-05-17 Thread Han-Wen Nienhuys
bernie arai schreef: i'm trying to use the /parenthesize to create ghost notes in a drumset part using /drummode. i don't get any error messages from lilypond, but i don't see any parentheses in the output (just regular noteheads). i have a feeling that the fact that items must be "directly con

Re: midi2ly problem

2006-05-17 Thread Han-Wen Nienhuys
Eyolf Ostrem schreef: On Tue 16 May 2006 09:23, Eyolf Ostrem [that's me] wrote: I've been trying to use midi2ly, but I always get the following: Traceback (most recent call last): File "/usr/bin/midi2ly", line 60, in ? import lilylib as ly ImportError: No module named lilylib Any idea w

Re: temporary second voice?

2006-05-17 Thread Kieren Richard MacMillan
Hi, Rick: Is there any way to temporarily activate a second voice in a part? Here's some pseudocode that does what you want: notes... notes... notes... << { voiceOne notes } \\ { voiceTwo notes } >> notes... notes... Check out the samples and tips/tricks in the documentation for more spec

Codas - STILL can't get it right...

2006-05-17 Thread lilypond
I've upgraded to mingw 2.8.2 ... Firstly, thanks for the tip about page-spacing.ly. This looks exactly like what I want ... except I can't find any docu except the example itself, and cut-n-pasting seems to have no effect :-( (I've looked in the manual index, and in the html internal thingy which

breaking lines in unmetred music

2006-05-17 Thread Jean-marc LEGRAND
Hi list ! Pfiou : it's been a long time since last time I wrote here. So happy new year (and happy next christmas...). I have writtte some renaissance song, 4 voices, without any barlines, neither time signature. All is right, except the fact that I only have a long long system that comes

newbie part extraction on same page

2006-05-17 Thread Rick Hansen (aka RickH)
How can I extract 2 parts to print independently on the same page? Lets say I have a 12 measure duet. I want to print the entire first part on the left (or top) half of the page, and the entire second part on the right (or bottom) half of the page, as 2 separate systems beginning to end. I coul

Moving text on multibar rest

2006-05-17 Thread Peter Clarke
Dear list, I have a text on a multibar rest, like this:R1*8^"Verse 1" The text appears centred on the rest. But I would like it aligned to the left, to indicate that it refers to the beginning of the rest. I've tried the following, but they didn't make any difference: R1*8^\markup { \hspa

AW: breaking lines in unmetred music

2006-05-17 Thread nick
Hi, try the \break command I guess it'll work for you. Nick --- Ursprüngliche Nachricht --- Datum: 17.05.2006 16:27 Von: Jean-marc LEGRAND <[EMAIL PROTECTED]> An: lilypond-user@gnu.org Betreff: breaking lines in unmetred music > > > > > Hi list ! > > Pfiou : it's been a long time since last t

Re: newbie part extraction on same page

2006-05-17 Thread Graham Percival
On 17-May-06, at 7:42 AM, Rick Hansen (aka RickH) wrote: If someone can just steer me in the right direction I'm sure I can figure it out, \score{ << \violinStaff \pianoStaff << } \score{ << \violinSTaff >> } More "right direction" pointings involve 2.18, 2.19, 3.1, 3.2, 4.5

Re: Moving text on multibar rest

2006-05-17 Thread Graham Percival
On 17-May-06, at 7:44 AM, Peter Clarke wrote: R1*8^\markup { \hspace #-5 "Verse 1" } Try using \translate or \transpose (I can't remember the actual command name). You may need to construct it like this: \markup { \hspace #0 \translate ... } \once \override TextScript #'extra-offset = #'

Re: Codas - STILL can't get it right...

2006-05-17 Thread Stephen
- Original Message - From: <[EMAIL PROTECTED]> To: Sent: Wednesday, May 17, 2006 7:48 AM Subject: Codas - STILL can't get it right... I've upgraded to mingw 2.8.2 ... Firstly, thanks for the tip about page-spacing.ly. This looks exactly like what I want ... except I can't find any

Re: newbie part extraction on same page

2006-05-17 Thread Rick Hansen (aka RickH)
Thanks, I was getting sidetracked thinking I needed to use /book { } and wound up tearing apart my templates, this is simpler. /book is implied. -- View this message in context: http://www.nabble.com/newbie-part-extraction-on-same-page-t1636511.html#a4433639 Sent from the Gnu - Lilypond - Use

Re: Moving text on multibar rest

2006-05-17 Thread Stephen
From: "Peter Clarke" <[EMAIL PROTECTED]> Sent: Wednesday, May 17, 2006 9:44 AM Dear list, I have a text on a multibar rest, like this: R1*8^"Verse 1" The text appears centred on the rest. But I would like it aligned to the left, to indicate that it refers to the beginning of the rest. I've

Re: Moving text on multibar rest

2006-05-17 Thread Nicolas Sceaux
Peter Clarke <[EMAIL PROTECTED]> writes: > Dear list, > I have a text on a multibar rest, like this: R1*8^"Verse 1" > The text appears centred on the rest. But I would like it > aligned to the left, to indicate that it refers to the > beginning of the rest. I've tried the following, but they

override barline type for entire score

2006-05-17 Thread Kieren Richard MacMillan
[ Lilypond 2.9.4-3 ] Hello, all -- Is there a way to change the default barline type (e.g., to dotted) for an entire \score? I tried \set Timing.whichBar, but couldn't get it to work. Alternatively (or additionally), how can I adjust the characteristics of the standard barline (e.g., mak

clef transposition: tenor -> bass

2006-05-17 Thread Roman
Hi, I have a peace of music, written in "\clef tenor" wich I should have in "\clef bass" all notes transposed correctly. How can I transpose these clefs with Lilypond 2.6?? ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/m

Re: Codas - STILL can't get it right...

2006-05-17 Thread Richard Schoeller
On Wed, 2006-05-17 at 13:48 +0100, [EMAIL PROTECTED] wrote: I've upgraded to mingw 2.8.2 ... Firstly, thanks for the tip about page-spacing.ly. This looks exactly like what I want ... except I can't find any docu except the example itself, and cut-n-pasting seems to have no effect :-( (I've