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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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?
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
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
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
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
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
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
22 matches
Mail list logo