Re: Defining 'not-last-page'

2011-07-15 Thread Matthew Collett
On 16/07/2011, at 10:15 am, Neil Puttock wrote: > The contents of titling-init.ly is within the scope of a \paper block; > this is a different module from the one where you put your .ly code. > Since none of the defines are public, they aren't exported as part of > the public interface for the mod

Re: Defining 'not-last-page'

2011-07-15 Thread Neil Puttock
On 15 July 2011 23:06, Matthew Collett wrote: > On 15/07/2011, at 11:07 pm, Matthew Collett wrote: > >> I still don't understand why I can use 'last-page' (defined in >> titling-init.ly) with no problem, but cannot use 'book-last-page?' (also >> defined in titling-init.ly) unless I redefine it m

Re: Defining 'not-last-page'

2011-07-15 Thread Matthew Collett
On 15/07/2011, at 11:07 pm, Matthew Collett wrote: > I still don't understand why I can use 'last-page' (defined in > titling-init.ly) with no problem, but cannot use 'book-last-page?' (also > defined in titling-init.ly) unless I redefine it myself. Some further investigation: 'titling-init' i

Re: Horizontally shifting notes

2011-07-15 Thread Janek Warchoł
2011/7/15 Nick Payne : > On 15/07/11 22:05, Hilary Snaden wrote: >> >> I need to shift a few notes in a lower voice to the right. >> These don't work: >> >> \override NoteColumn #'force-hshift = #1 >> \voiceOne \stemDown \voiceOn[n[n]] >> >> Is there a way which works? > > Try using > > \override N

Re: footer issue

2011-07-15 Thread Reinhold Kainhofer
Am Freitag, 15. Juli 2011, 11:46:03 schrieb christophe 1710: > i would like to sumite you an issue i have footers. > In the example I've provided to you, you can see that the tagline is > correct. But if I want to add a different footer for the others pages, > this is not working fine. [...] > I

Re: Horizontally shifting notes

2011-07-15 Thread Éditions IN NOMINE
Sorry, I meant \override *Voice*.NoteColumn #'force-hshift = #1 ? JM Éditions IN NOMINE a écrit : Hi ! \override* Score*.NoteColumn #'force-hshift = #1 ? Cheers JMarc Hilary Snaden a écrit : I need to shift a few notes in a lower voice to the right. These don't work: \override NoteColu

Re: Horizontally shifting notes

2011-07-15 Thread Éditions IN NOMINE
Hi ! \override* Score*.NoteColumn #'force-hshift = #1 ? Cheers JMarc Hilary Snaden a écrit : I need to shift a few notes in a lower voice to the right. These don't work: \override NoteColumn #'force-hshift = #1 \voiceOne \stemDown \voiceOn[n[n]] Is there a way which works?

Re: viola midi instrument

2011-07-15 Thread Peter O'Doherty
On 07/15/2011 03:48 PM, Brett McCoy wrote: On Fri, Jul 15, 2011 at 8:56 AM, Peter O'Doherty wrote: Although it is listed here http://kainhofer.com/~lilypond/Documentation/notation/midi-instruments.html I'm not hearing the viola part when I use the code below to produce a midi file. Am I missi

Re: viola midi instrument

2011-07-15 Thread Brett McCoy
On Fri, Jul 15, 2011 at 8:56 AM, Peter O'Doherty wrote: > Although it is listed here > http://kainhofer.com/~lilypond/Documentation/notation/midi-instruments.html > > I'm not hearing the viola part when I use the code below to produce a midi > file. Am I missing something? If you are using the d

Re: viola midi instrument

2011-07-15 Thread Peter O'Doherty
Sorry, for the noise. The problem isn't LP but timidity. Apparently, it doesn't have a viola option. Peter On 07/15/2011 02:56 PM, Peter O'Doherty wrote: Hi list, Although it is listed here http://kainhofer.com/~lilypond/Documentation/notation/midi-instruments.html I'm not hearing the vio

viola midi instrument

2011-07-15 Thread Peter O'Doherty
Hi list, Although it is listed here http://kainhofer.com/~lilypond/Documentation/notation/midi-instruments.html I'm not hearing the viola part when I use the code below to produce a midi file. Am I missing something? Many thanks, Peter \version "2.13.16" \include "english.ly" violinI = { c

Re: Horizontally shifting notes

2011-07-15 Thread Nick Payne
On 15/07/11 22:05, Hilary Snaden wrote: I need to shift a few notes in a lower voice to the right. These don't work: \override NoteColumn #'force-hshift = #1 \voiceOne \stemDown \voiceOn[n[n]] Is there a way which works? Try using \override NoteColumn #'force-hshift = #-0.01 or some othe

Horizontally shifting notes

2011-07-15 Thread Hilary Snaden
I need to shift a few notes in a lower voice to the right. These don't work: \override NoteColumn #'force-hshift = #1 \voiceOne \stemDown \voiceOn[n[n]] Is there a way which works? -- Hilary Snaden ___ lilypond-user mailing list lilypond-user@gnu.o

Re: Defining 'not-last-page'

2011-07-15 Thread Matthew Collett
On 15/07/2011, at 4:28 pm, Nick Payne wrote: > On 15/07/11 10:20, Matthew Collett wrote: >> #(define (not-last-page layout props arg) >> (if (not (book-last-page? layout props)) >> (interpret-markup layout props arg) >> empty-stencil)) >> >> However, any attempt to _use_ this result

Re: footer issue

2011-07-15 Thread Urs Liska
Obviously the tagline isn't printed if there is something present in xxxFooterMarkup. I didn't find anything in the docs on this, but maybe the above description is more to the point and helps others finding ideas. Good luck Urs Am 15.07.2011 12:10, schrieb christophe 1710: Le 15/07/2011 11

Re: Bug or user error?

2011-07-15 Thread Frank Wuest
Hi, thanks to all for the quick replies and the clarification. It's been some time since I read the documentation on this subject, and I seem to recall that things may have not been quite as clear back then. cheers, Frank ___ lilypond-user mailing li

Re: footer issue

2011-07-15 Thread christophe 1710
Sorry Liska that does notchange nothing thanks for youe help never the less Christophe Message: 2 Date: Fri, 15 Jul 2011 12:01:37 +0200 From: Urs Liska To: lilypond-user@gnu.org Subject: Re: footer issue Message-ID:<4e201001.9000...@ursliska.de> Content-Type: text/plain; charset="iso-8859-1

Re: footer issue

2011-07-15 Thread christophe 1710
Le 15/07/2011 11:48, christophe 1710 a écrit : Hello, i would like to sumite you an issue i have footers. In the example i've provided to you, you can see thqt the tagline is correct. But if i want to add a different footer for

Re: Bug or user error?

2011-07-15 Thread Marc Hohl
Am 15.07.2011 11:58, schrieb Frank Wuest: G'day everyone, I've been reading this list for some time, but this is the first time I post something. I'm the bass player with a bigband, and I want to use Lilypond mainly to convert some of the sheet music I'm getting into something more useful. A

Re: Bug or user error?

2011-07-15 Thread Urs Liska
No, the behaviour is perfectly correct. If you enter in \relative mode, lilypond interprets as following: * reference point is c, * first note is g, relative to c, -> first one fourth below and then one more octave below * The following notes are each one octave lower than the previ

Re: footer issue

2011-07-15 Thread Urs Liska
Try \include-ing the master_file.ly before your \header definition. If you \include it later (as you do) conflicting elements are "overridden" by the entry that lilypond finds later. I assume in your case the problem is the oddFooterMarkup. HTH Urs Am 15.07.2011 11:46, schrieb christophe 1710

Bug or user error?

2011-07-15 Thread Frank Wuest
G'day everyone, I've been reading this list for some time, but this is the first time I post something. I'm the bass player with a bigband, and I want to use Lilypond mainly to convert some of the sheet music I'm getting into something more useful. Anyway, the first installation was somewhat M