Re: Lyric representation in MIDI?

2008-05-07 Thread Arvid Grøtting
Mats Bengtsson [EMAIL PROTECTED] writes: For songs with several verses, I guess the lyric printouts won't make any sense, no matter how we place the information in the MIDI files. Not unless we introduce some kind of semantic to tell Lilypond that they are verses, anyway. pseudocode-like

Re: Header on all pages - how to ?

2008-05-07 Thread Mats Bengtsson
What do you want to appear in the page header? By default, only the page number and the instrument name are typeset, except for the first page, where only the page number is printed. This can be changed, but it's easiest to answer your question if you tell more exactly what you want printed.

Re: Header on all pages - how to ?

2008-05-07 Thread Valentin Villenave
2008/5/7 Mats Bengtsson [EMAIL PROTECTED]: One example, showing how to include the title of the piece at the top of every page, can be found at http://lists.gnu.org/archive/html/lilypond-user/2007-02/msg00638.html ... or can also (more easily) be found on the LilyPond Snippet Repository:

Re: Chords problem

2008-05-07 Thread Mats Bengtsson
Gilles Sadowski wrote: Hello. I want to insert a few (not all) chord names in a sheet. I trid the following: \relative c { .. \chords { cis:m1 } { cis,1 } .. } but then the Chord name is below the melody. Not so here; this code You missed the .. in the example

Re: Header on all pages - how to ?

2008-05-07 Thread Mats Bengtsson
Valentin Villenave wrote: 2008/5/7 Mats Bengtsson [EMAIL PROTECTED]: One example, showing how to include the title of the piece at the top of every page, can be found at http://lists.gnu.org/archive/html/lilypond-user/2007-02/msg00638.html ... or can also (more easily) be found

Re: Header on all pages - how to ?

2008-05-07 Thread Valentin Villenave
2008/5/7 Mats Bengtsson [EMAIL PROTECTED]: Which I failed to find when searching for head, header or head*. I should have searched for top :-) Yes, I tried head too before you posted; after seeing your mail I looked for print and this gave me the answer :) Cheers, Valentin

Re: Header on all pages - how to ?

2008-05-07 Thread Helmut Arnold
Hello Mats, many thanks for your hints it works now. After some trials my script now looks like: \paper{ oddHeaderMarkup = \markup \fill-line { \fromproperty #'header:title \fromproperty #'header:instrument % This will make sure that the header is never