Re: Custom font commands (for header fields)

2008-01-23 Thread Risto Vääräniemi
Hi,

On Jan 14, 2008 3:09 PM, Mats Bengtsson wrote:
> Please use the default definitions as a starting point, see the file
> .../ly/titling-init.ly in your installation directory.

I'm sorry to bother you once more...

I had a look at the file you suggested. The bookTitleMarkup syntax
looks understandable and I probably could modify it to get the output
I want. However, that would affect all other music I write. It seems
that the bookTitleMarkup seems somehow to grab the header fields from
the actual .ly file but I don't have a clue how's that done – the rest
of the file (Scheme?) is still out of my grasp.

I tried to create a copy of the file, modify it and include it into my
music. That didn't work, though, and the header fields were printed as
usual. I also tried to copy all the stuff inside my music file with
similar results. :-(

-Risto


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Custom font commands (for header fields)

2008-01-23 Thread Mats Bengtsson

I hope you have read the section on Custom titles in the manual, which shows
how to do these changes within your own .ly file (or separate .ily file 
to include),
preferably using code copied from titling-init.ly as a starting point. 
Maybe, the
detailed you missed was to include the setting in a \paper{...} block? 
You should
of course not do any changes in the original titling-init.ly file, since 
such changes
will be lost the next time you upgrade, and as you say they will affect 
also other

scores.

  /Mats

Risto Vääräniemi wrote:

Hi,

On Jan 14, 2008 3:09 PM, Mats Bengtsson wrote:
  

Please use the default definitions as a starting point, see the file
.../ly/titling-init.ly in your installation directory.



I'm sorry to bother you once more...

I had a look at the file you suggested. The bookTitleMarkup syntax
looks understandable and I probably could modify it to get the output
I want. However, that would affect all other music I write. It seems
that the bookTitleMarkup seems somehow to grab the header fields from
the actual .ly file but I don't have a clue how's that done – the rest
of the file (Scheme?) is still out of my grasp.

I tried to create a copy of the file, modify it and include it into my
music. That didn't work, though, and the header fields were printed as
usual. I also tried to copy all the stuff inside my music file with
similar results. :-(

-Risto


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
  


--
=
Mats Bengtsson
Signal Processing
Signals, Sensors and Systems
Royal Institute of Technology
SE-100 44  STOCKHOLM
Sweden
Phone: (+46) 8 790 8463 
   Fax:   (+46) 8 790 7260
Email: [EMAIL PROTECTED]
WWW: http://www.s3.kth.se/~mabe
=



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: How to put one system only per page?

2008-01-23 Thread matth
Maybe you should try the \pageBreak command
hope this help
Matth
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Vertical text alignment in VoltaBracket - Bug?

2008-01-23 Thread Valentin Villenave
2008/1/22, Risto Vääräniemi <[EMAIL PROTECTED]>:
> Dear All,
>
> The volta bracket text seems to be aligned vertically based on the
> topmost part of the text. In the attached image, the first bracket has
> just "short" characters and the other some "taller" characters.
> Therefore, their base lines are not aligned. Please, see the attached
> image.

Yes, this is a known behavior.

> Is there a way to move just the text to make the text vertically
> aligned? The Score.VoltaBracket #'extra-offset moves the whole
> bracket.

You might want to try the simple hack described on
http://lsr.dsi.unimi.it/LSR/Item?id=285

Cheers,
Valentin


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: GDP: NR 1.1 Pitches vastly improved, more comments sought

2008-01-23 Thread Valentin Villenave
2008/1/22, Graham Percival <[EMAIL PROTECTED]>:

> I agree; I've never encountered the term "half-flats".  But maybe
> it's a European thing?  (or a poor translation from the
> appropriate terms in Dutch or French or something?)

Please do not *always* assume that because something is weird, it must
be French :)

In France we say "quarter".

Cheers,
Valentin


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user



Re: Changing header font name

2008-01-23 Thread Mats Bengtsson

It seems that nobody has answered your question. I hope you have read
the section on Font selection, which among others shows the answer to
your second question (using #(define fonts (make-pango-font-tree ...  ).

For your first question on how to change the fonts for only the header 
fields
but not for the rest of the score, the answer is surprisingly simple 
ones you

realize that the full header is typeset using a single markup  command
(read "Custom titles" for more information), so you can add a definition
like

\paper{
 bookTitleMarkup = \markup {\override #'(font-name . "Tahoma") 
\bookTitleMarkup }

}

which just keeps the default header layout but changes the font to Tahoma.

   /Mats

sdfgsdhdshd wrote:

Is it possible to change the font name (or default font name) one time for
the entire header (title, subtitle, composer, poet, ...) instead of changing
it field by field?

Is it possible also to change the font name (or default font name) one time
for all markups, whereever they are: inside a score, outside a score, ... ?

  


--
=
Mats Bengtsson
Signal Processing
Signals, Sensors and Systems
Royal Institute of Technology
SE-100 44  STOCKHOLM
Sweden
Phone: (+46) 8 790 8463 
   Fax:   (+46) 8 790 7260
Email: [EMAIL PROTECTED]
WWW: http://www.s3.kth.se/~mabe
=



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: first-page-number set to negative number

2008-01-23 Thread Valentin Villenave
2008/1/22, Mats Bengtsson <[EMAIL PROTECTED]>:

> Are you sure? The following works well
> \paper{
>   first-page-number = -2
> }
> and prints page number -1 on the second page, for example.

This is a nice feature, by the way; shouldn't we explicitly document
it in "page formatting" or something?

Cheers,
Valentin


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Custom font commands (for header fields)

2008-01-23 Thread Risto Vääräniemi
Thanks Mats,

On Jan 23, 2008 10:28 AM, Mats Bengtsson wrote:
> I hope you have read the section on Custom titles in the manual, which shows
> how to do these changes within your own .ly file (or separate .ily file
> to include),

I have now. :-) I could kick myself on the butt for not noticing such
a section staring at me.

All's well again – for now. ;-)

-Risto


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: composition title on every page except the first

2008-01-23 Thread Mats Bengtsson

What you describe is exactly what LilyPond does by default, except that it
typesets the instrument field instead of the title field, centered at 
the page header
of all pages but the first one. This means that you can use the default 
definition
which can be found in .../ly/titling-init.ly and just replace 
"instrument" by "title".


If you want to understand better how the default layout is done, read
http://lists.gnu.org/archive/html/lilypond-user/2007-06/msg00313.html

  /Mats

Felipe Vogel wrote:

Hello, I am new to LilyPond (AWESOME program, by the way!) and I have some
questions about headers.
I want to have the title of a composition appear at the top of every page
(in a small font). I found this message that explains how to do this:
http://lists.gnu.org/archive/html/lilypond-user/2007-02/msg00638.html
http://lists.gnu.org/archive/html/lilypond-user/2007-02/msg00638.html 
However, I don't want the title to appear on the first page, where the

normal title appears in the header already. Is there any way to make a
header appear only on pages after the first?

Also, I want to place the page number on the left side of the header on
every page, but I want to center the title. Currently I can do this with the
\hspace command. For example:

\paper {
  oddHeaderMarkup = \markup {
\fromproperty #'page:page-number-string
\hspace #40  % place enough space between the page number and the title
so that the title is centered
\fromproperty #'header:title
  }
  evenHeaderMarkup = \markup {
\fromproperty #'page:page-number-string
\hspace #40
\fromproperty #'header:title
  }
}

But this way I have to experiment for a while to see what number I should
use with \hspace to center the title. Is there a better way to do this? And
another thing, I didn't put " " and \on-the-fly
#print-page-number-check-first (which were included in the message I linked
to) in there because they don't make any difference in the output. Should I
use these?

Thank you!

Felipe
  


--
=
Mats Bengtsson
Signal Processing
Signals, Sensors and Systems
Royal Institute of Technology
SE-100 44  STOCKHOLM
Sweden
Phone: (+46) 8 790 8463 
   Fax:   (+46) 8 790 7260
Email: [EMAIL PROTECTED]
WWW: http://www.s3.kth.se/~mabe
=



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: first-page-number set to negative number

2008-01-23 Thread Graham Percival
On Wed, 23 Jan 2008 09:44:27 +0100
"Valentin Villenave" <[EMAIL PROTECTED]> wrote:

> 2008/1/22, Mats Bengtsson <[EMAIL PROTECTED]>:
> 
> > \paper{
> >   first-page-number = -2
> > }
> 
> This is a nice feature, by the way; shouldn't we explicitly document
> it in "page formatting" or something?

Sure, when we get around to that chapter.  Maybe 2009?

Until then, feel free to add it as a snippet.
- Graham


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: How to put one system only per page?

2008-01-23 Thread sdfgsdhdshd


Matthieu Jacquot wrote:
> 
> Maybe you should try the \pageBreak command
> 

I know this one. But i'm looking for an automatic way.

Since my first post, i increased the bottom margin, the result is OK when
the systems have all the same height... which is not always the case for me.
-- 
View this message in context: 
http://www.nabble.com/How-to-put-one-system-only-per-page--tp15027345p15037379.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: first-page-number set to negative number

2008-01-23 Thread Mats Bengtsson



Valentin Villenave wrote:

2008/1/22, Mats Bengtsson <[EMAIL PROTECTED]>:

  

Are you sure? The following works well
\paper{
  first-page-number = -2
}
and prints page number -1 on the second page, for example.



This is a nice feature, by the way; shouldn't we explicitly document
it in "page formatting" or something?
  

I don't find if very useful at all. Why would you want negative page numbers
on some pages?
What would extremely be useful, on the other hand, would be the 
possibility to

reset the page numbering in the middle of a book. For example, this would
make it possible to typeset a number of instrumental parts from a single 
.ly file
and get the output in a single PDF file. Now, the best thing I can do is 
to make
a separate \book block for each part, and try to remember that ...-1.ly 
was the

viola part and ...-8.ly was the oboe part, when I want to quickly check that
the output was correct.
Maybe an attractive alternative could be to be able to get the output of 
several
\book{...} blocks into a single PDF file, but still keep the separate 
page numbering,

as well as the ragged-last-bottom and so on, in each \book.

   /Mats


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: command line problem

2008-01-23 Thread Mats Bengtsson

If you haven't already figured out, the command to use is
cd "f:\music scores"
(Just type
cd f:\m
and then press TAB, and Windows will automatically fill in the full
line)
Then you can run the command
xml2ly symphony1.xml
and even
lilypond symphony1.ly


/Mats

hhpmusic wrote:

Hi,
Some days ago, I asked a person for using command line in Windows, and 
he suggested me to see a LilyPond post reply. But I have almost no 
knowledge of DOS, so I can't change the path, the command line 
prompt's default path is [c:\documents and settings\owner], and I can 
only use cd\ to back to the root directory Disk C. Please tell me: If 
my LilyPond is in [d:\program files\lilypond], and the MusicXml file 
(for example, symphony1.xml) I want to convert is in [f:\music 
scores], how to run Xml2ly when I go into the command line prompt?

Regards
Haipeng



??3000440 300??17 




___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
  


--
=
Mats Bengtsson
Signal Processing
Signals, Sensors and Systems
Royal Institute of Technology
SE-100 44  STOCKHOLM
Sweden
Phone: (+46) 8 790 8463 
   Fax:   (+46) 8 790 7260
Email: [EMAIL PROTECTED]
WWW: http://www.s3.kth.se/~mabe
=



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: first-page-number set to negative number

2008-01-23 Thread Valentin Villenave
2008/1/23, Mats Bengtsson <[EMAIL PROTECTED]>:

> Maybe an attractive alternative could be to be able to get the output of
> several
> \book{...} blocks into a single PDF file, but still keep the separate
> page numbering,
> as well as the ragged-last-bottom and so on, in each \book.

AFAIK he simplest way to achieve this would be an automatic
command-line option passed to gs... Or a simple cat command to
concatenate the PS files before the pdf conversion (IIRC there's a
copy /con option that does the trick on Windows too). However, I have
no idea how to interface it with LilyPond.

Cheers,
Valentin


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: first-page-number set to negative number

2008-01-23 Thread Mats Bengtsson



Neil Thornock wrote:
I do remember trying this before, though, and wanting to get rid of 
the negative numbers, so that the page numbers will start on page 
number 1 (not -2 or whatever).  But I can't find how to do that.  I'm 
using oddHeader and evenHeader markup for the page numbers at this 
point.  It seems I should be able to turn page numbers off until a 
certain page...

Here's one solution.

\paper{

#(define (print-positive-page-number layout props arg)
  (if (> (chain-assoc-get 'page:page-number props -1) 0)
  (create-page-number-stencil layout props arg)
  empty-stencil))

oddHeaderMarkup = \markup
\fill-line {
 %% force the header to take some space, otherwise the
 %% page layout becomes a complete mess.
 " "
 \on-the-fly #not-first-page \fromproperty #'header:instrument
 \on-the-fly #print-positive-page-number \fromproperty 
#'page:page-number-string

}

evenHeaderMarkup = \markup
\fill-line {
 \on-the-fly #print-positive-page-number \fromproperty 
#'page:page-number-string

 \on-the-fly #not-first-page \fromproperty #'header:instrument
 " "
}
 first-page-number = -1
}

\relative {
c1 \pageBreak
c1 \pageBreak
c1 \pageBreak
c1 \pageBreak
}

   /Mats


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: How to put one system only per page?

2008-01-23 Thread matth
Ok, sorry, have you tried

\paper {
   system-count = #1
 }

?

2008/1/23, sdfgsdhdshd <[EMAIL PROTECTED]>:
>
>
>
> Matthieu Jacquot wrote:
> >
> > Maybe you should try the \pageBreak command
> >
>
> I know this one. But i'm looking for an automatic way.
>
> Since my first post, i increased the bottom margin, the result is OK when
> the systems have all the same height... which is not always the case for
> me.
> --
> View this message in context:
> http://www.nabble.com/How-to-put-one-system-only-per-page--tp15027345p15037379.html
> Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.
>
>
>
> ___
> lilypond-user mailing list
> lilypond-user@gnu.org
> http://lists.gnu.org/mailman/listinfo/lilypond-user
>



-- 
MAO : sous Gentoo.
www.linuxmao.org/tikiwiki/tiki-index.php?page=Gentoo#_1_Pr_sentation
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: How to put one system only per page?

2008-01-23 Thread sdfgsdhdshd


Matthieu Jacquot wrote:
> 
> Ok, sorry, have you tried
> 
> \paper {
>system-count = #1
>  }
> 
> ?
> 

Results:
-- a .ly with several scores: no visible effect.
-- a .ly with one score only of 6 systems: the first system is as usual (=
OK), everything else is put in a second system on the same page, at the
usual location of the second system. All items in this second system are
very near each other.
I tried 2 or 3 page formats, same effects, plus the second system can
end after the paper right edge. After removing everything else in the \paper
section: still same effects.

-- 
View this message in context: 
http://www.nabble.com/How-to-put-one-system-only-per-page--tp15027345p15041123.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


test

2008-01-23 Thread Martin Seng Hin Yew

test only


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


LilyPond Search plugin for Firefox and IE7

2008-01-23 Thread Valentin Villenave
Hi everybody,

this is an idea I've had a couple of weeks ago: this little plugin
allows you to search for keywords in the LSR (and hopefully some day
in the Documentation as well).

http://mycroft.mozdev.org/download.html?name=lilypond

Just click on the link, and enjoy :)

The nice thing about such plugins is the ability to update them
automatically; so if new features are added in the future, it will be
quite easy to benefit from these.

Cheers,
Valentin


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


RE: LilyPond Search plugin for Firefox and IE7

2008-01-23 Thread Trevor Daniels

Hi Valentin

This seems to be based on the Sherlock standard, which
AFAIK is not supported by IE.  I know nothing about
writing plug-ins, but I think it would need to be based 
on the OpenSearch standard to work with both IE and 
Firefox.  As I use IE I can't try it, but it sounds good...

Trevor D

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:lilypond-user-bounces+t.daniels=treda.co.u
> [EMAIL PROTECTED] Behalf Of
> Valentin Villenave
> Sent: 23 January 2008 14:04
> To: lilypond-user Mailinglist
> Subject: LilyPond Search plugin for Firefox and IE7
> 
> 
> Hi everybody,
> 
> this is an idea I've had a couple of weeks ago: 
> this little plugin
> allows you to search for keywords in the LSR (and 
> hopefully some day
> in the Documentation as well).
> 
> http://mycroft.mozdev.org/download.html?name=lilypond
> 
> Just click on the link, and enjoy :)
> 
> The nice thing about such plugins is the ability 
> to update them
> automatically; so if new features are added in 
> the future, it will be
> quite easy to benefit from these.
> 
> Cheers,
> Valentin
> 
> 
> ___
> lilypond-user mailing list
> lilypond-user@gnu.org
> http://lists.gnu.org/mailman/listinfo/lilypond-user
> 



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Turn

2008-01-23 Thread Renato
Hi all
I am trying to copy  the famous Nocturne N. 2 Op. 9 by Chopin, but am
getting crazy to make this figure:
http://xrl.us/beqd4
3d bar: the turn upon the c8 note.
I've been trying all possible configurations of code like this:

 \once \override TextScript #'script-priority = #-100
c8^\turn^\markup { \flat }^\markup { \flat }^\markup { \natural
}^\markup{\finger"12121"}

or

\once \override Script #'script-priority = #-100
c8^\turn^\markup { \flat }^\markup { \flat }^\markup { \natural
}^\markup{\finger"12121"}

Changing the order of various components didnt help, the turn goes either on
top or on bottom, but nevere between flat and natural signs, I've also tried
crating a double voice with a s8 and dividing signs: it didnt work

I am using this now:
\once \override TextScript #'extra-offset = #'( -1.5 . -3.2 )
c8^\turn^\markup{\finger"12121"}
(The override is needed because fingering is not centered)

 this is a regular turn without flat and natural signs, but the one in
Chopin's piece requires that the note before a turn is a b, and not a bflat
as it would be the case on a normal turn, I guess this is called a
"chromatic turn" but I am not sure.

If there is a different more modern way to draw a "chromatic turn", it's OK,
I dont want to create an exact replica of the original source, I just want
to create a good modern version.

Moreover: is there a way to draw a little slur on the fingering (12121) like
in the original?


Thanks and Bye
Renato
http://www.nightpassage.org
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Lilypond language definition for Notepad++

2008-01-23 Thread Renato
> is there a lilypond language definition available for Notepad++ 4.7,  which 
> supports user language definitions?

Hello, I also use Notepad++, just use the TeX language definition. To
use it as default when opening a new file go to
Configuration->Configure Styles,  search for TeX and add ly as
"defined extesion" (I have the Italian version of Notapad++, so terms
might be slightly different).

Ciao
Renato
http://www.nightpassage.org


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Turn

2008-01-23 Thread Mats Bengtsson

The trick is to include them all in one and the same \markup command,
using \column or \center to stack them on top of each other. Also, you
will have to use the \music-glyph markup command to access the turn.
See section "Overview of text markup commands" for the details.

  /Mats

Renato wrote:

Hi all
I am trying to copy  the famous Nocturne N. 2 Op. 9 by Chopin, but am 
getting crazy to make this figure:

http://xrl.us/beqd4
3d bar: the turn upon the c8 note.
I've been trying all possible configurations of code like this:

 \once \override TextScript #'script-priority = #-100
c8^\turn^\markup { \flat }^\markup { \flat }^\markup { \natural 
}^\markup{\finger"12121"}


or

\once \override Script #'script-priority = #-100
c8^\turn^\markup { \flat }^\markup { \flat }^\markup { \natural 
}^\markup{\finger"12121"}


Changing the order of various components didnt help, the turn goes 
either on top or on bottom, but nevere between flat and natural signs, 
I've also tried crating a double voice with a s8 and dividing signs: 
it didnt work


I am using this now:
\once \override TextScript #'extra-offset = #'( -1.5 . -3.2 )
c8^\turn^\markup{\finger"12121"}
(The override is needed because fingering is not centered)

 this is a regular turn without flat and natural signs, but the one in 
Chopin's piece requires that the note before a turn is a b, and not a 
bflat as it would be the case on a normal turn, I guess this is called 
a "chromatic turn" but I am not sure.


If there is a different more modern way to draw a "chromatic turn", 
it's OK, I dont want to create an exact replica of the original 
source, I just want to create a good modern version.


Moreover: is there a way to draw a little slur on the fingering 
(12121) like in the original?



Thanks and Bye
Renato
http://www.nightpassage.org 


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
  


--
=
Mats Bengtsson
Signal Processing
Signals, Sensors and Systems
Royal Institute of Technology
SE-100 44  STOCKHOLM
Sweden
Phone: (+46) 8 790 8463 
   Fax:   (+46) 8 790 7260
Email: [EMAIL PROTECTED]
WWW: http://www.s3.kth.se/~mabe
=



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: GDP: NR 1.1 Pitches vastly improved, more comments sought

2008-01-23 Thread Trevor Bača
On Jan 23, 2008 2:39 AM, Valentin Villenave <[EMAIL PROTECTED]> wrote:

> 2008/1/22, Graham Percival <[EMAIL PROTECTED]>:
>
> > I agree; I've never encountered the term "half-flats".  But maybe
> > it's a European thing?  (or a poor translation from the
> > appropriate terms in Dutch or French or something?)
>
> Please do not *always* assume that because something is weird, it must
> be French :)
>
> In France we say "quarter".


;-)

Right, I say change the terms in our docs.

Sidenote: Graham had suggested (maybe jokingly?) to check the wikipedia
history under "Accidentals" to find out how the term got into their docs
(which is how I suspect it crept into ours). I clicked over yesterday, found
more than 500 revisions, briefly considred doing a binary search by hand,
and then decided that I didn't have the time to bypass a missing search
interface by hand (or that I didn't understand the wiki searching process
correctly.)

The correct terms in English are:

cff c double flat
ctqf   c three-quarters flat
cf  c flat
cqfc quarter-flag
c
cqs   c quarter-sharp
cs c sharp
ctqs  c three-quarters sharp
css   c double sharp


(If anyone can ever trace the terms "half-flat" and "flat-and-a-half" to
some other language or system of usage, I'd love to hear about for the
trivia file.)




-- 
Trevor Bača
[EMAIL PROTECTED]
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: GDP: NR 1.1 Pitches vastly improved, more comments sought

2008-01-23 Thread Ralph Little
Perhaps the quarter/half thing is a confusion of terms?

If you look at flats and sharps as semi- or half-tones then a half of one of 
those could be reasonably termed quarter-tones.

I've not seen a "quarter flat" but I have seen the term "quarter tone"

Ralph

   
-
Instant message from any web browser! Try the new  Yahoo! Canada Messenger for 
the Web BETA___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: LilyPond Search plugin for Firefox and IE7

2008-01-23 Thread Valentin Villenave
2008/1/23, Trevor Daniels <[EMAIL PROTECTED]>:

> This seems to be based on the Sherlock standard, which
> AFAIK is not supported by IE.  I know nothing about
> writing plug-ins, but I think it would need to be based
> on the OpenSearch standard to work with both IE and
> Firefox.  As I use IE I can't try it, but it sounds good...

Oh yes, you're absolutely right! The Sherlock standard was not
explicitely marked as deprecated when I wrote it.

Anyway, I have updated it now, so you should be able to test it soon :)

Cheers,
Valentin


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: grace notes at the same time with "normal" notes

2008-01-23 Thread Stefan Thomas
Tanks,
this will help me to  find a convincing solution!
Mats Bengtsson schrieb am 22.01.2008:
>
>
>Stefan Thomas wrote:
>> Dear Lilyponduser,
>> I wanted to ask, if it is possible, to start the first grace-note
>in
>> the below quoted example at the same time as the "normal" fis? 
>Slightly tricky! I see two main options. Either let also the fis 
>formally be a grace note,
>but printed in normal font size, or alternatively to let the grace
>notes 
>be normal notes
>engraved in smaller size and adjust the durations of the notes, so 
>everything matches.
>
>\version "2.10.0"
>\score { <<
>  \new Staff \relative {
>\grace {c16[ d e f ] }g1 |
>\set fontSize = #-3 c,16 d e f \unset fontSize g1*3/4 |
>  }
>  \new Staff \relative {
>\grace { \revert Stem #'font-size \revert NoteHead #'font-size 
>fis1*1/4 }
>s1 |
>fis1
>  }
> >>}
>\layout{ragged-right = ##t }
>
>
>> And,one mor question, is it possible to have slashes through the
>stems of
>> the grace notes?
>>   
>Of course, if they are not beamed, see section "Grace notes".
>Unfortunately not if they are beamed, as here. A workaround is
>described in 
>http://lists.gnu.org/archive/html/lilypond-user/2006-12/msg00253.html
>
>
>/Mats
Stefan Thomas
Siebengebirgsallee 9
50939 Koeln
Tel.Fax:0049(0)221/412529
mail: [EMAIL PROTECTED]



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: GDP: NR 1.1 Pitches vastly improved, more comments sought

2008-01-23 Thread Graham Percival
On Wed, 23 Jan 2008 10:08:23 -0600
"Trevor Ba__a" <[EMAIL PROTECTED]> wrote:

> On Jan 23, 2008 2:39 AM, Valentin Villenave <[EMAIL PROTECTED]>
> wrote:
> 
> > 2008/1/22, Graham Percival <[EMAIL PROTECTED]>:
> >
> > > I agree; I've never encountered the term "half-flats".  But maybe
> > > it's a European thing?  (or a poor translation from the
> > > appropriate terms in Dutch or French or something?)
> >
> > Please do not *always* assume that because something is weird, it
> > must be French :)

Hey, I singled out a different country first.  Now granted, I
*do* always assume that because something is weird, it must be
European...

> Right, I say change the terms in our docs.

Changed in Accidentals.  If there's anything that needs changing
in "note names in other languages", please post specific
instructions.

> Sidenote: Graham had suggested (maybe jokingly?) to check the
> wikipedia history under "Accidentals" to find out how the term got
> into their docs

Mostly jokingly.  I spent 60 seconds looking through the history
before suggesting it here, but decided that I wasn't /that/
curious.

> (which is how I suspect it crept into ours).

Actually, I doubt that.  I can't see Han-Wen looking up musical
terms in wikipedia... especially four or five years ago when the
original docs were written.

Cheers,
- Graham


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: GDP: NR 1.1 Pitches vastly improved, more comments sought

2008-01-23 Thread Graham Percival
On Tue, 22 Jan 2008 09:34:30 -0500
"Palmer, Ralph" <[EMAIL PROTECTED]> wrote:

> I noticed an issue regarding the "See also" on the TODO list: 
> 
> - all the commands like @seealso use a @subsubheading, but they
>   appear as the same size as the @unnumberedsubsubsec headings (as
>   you would expect).  Fix somehow.
> 
> I had noticed that, and wondered if adding a blank line between the
> end of @seealso and the next @unnemberedsubsubsec would help clarify
> the change in subject.

Adding blank lines to texinfo doesn't do anything.  We _could_ add
a @sp 1, but that would look weird in the HTML.

The solutions that I can see are:
- send a request to texinfo for them to add a @subsubsubheading
  command, then edit macro.itely to use those commands.
- edit macro.itely to remove @subsubheading from our @seealso (and
  the like) macros, and instead use some other text formatting to
  display those headings.

Cheers,
- Graham


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


changing music font

2008-01-23 Thread Tim Reeves
I know how to change the text font, but is it possible to change the music 
font from Feta to something else (for example, a font that Sibelius uses 
that I have on my computer)?
If so, how?

Thanks,

Tim Reeves___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Altering font

2008-01-23 Thread Thies Albrecht

Hi Wilbert, hi everybody!

First of all thanks for the quick answer.

Wilbert Berendsen schrieb:
From what I understand the *pfa files are generated files, and depending on 
desired font size, a symbol is taken from one *pfa or another.


If I'm correct, to alter a symbol the best way is to alter the *.mf files in 
mf/ (mf=metafont).
Which are the font related files, that are used, when a source is 
converted to pdf via lilypond foo.ly? Is it *.mf, *.pfa or even 
something else?


Regards,
Thies


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: changing music font

2008-01-23 Thread fiëé visuëlle

Am 2008-01-23 um 20:23 schrieb Tim Reeves:

I know how to change the text font, but is it possible to change  
the music font from Feta to something else (for example, a font  
that Sibelius uses that I have on my computer)?

If so, how?



That's a FAQ, please search the archive or the docs.

Short answer: It's not possible, there are no other fonts that are  
compatible with LilyPond.



Greetlings from Lake Constance
---
fiëé visuëlle
Henning Hraban Ramm
http://www.fiee.net
http://angerweit.tikon.ch/lieder/
https://www.cacert.org (I'm an assurer)




___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: changing music font

2008-01-23 Thread Tim Reeves
> <[EMAIL PROTECTED]> wrote:


Am 2008-01-23 um 20:23 schrieb Tim Reeves:

> I know how to change the text font, but is it possible to change 
> the music font from Feta to something else (for example, a font 
> that Sibelius uses that I have on my computer)?
> If so, how?


That's a FAQ, please search the archive or the docs.

Short answer: It's not possible, there are no other fonts that are 
compatible with LilyPond.
-

Danke sehr.

Did you mean that the answer is given at 
http://lilypond.org/web/about/faq?

It's not. Maybe it should be there.

I probably have seen this question asked and answered in the past, but my 
brain didn't store it.


Tim Reeves___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Minim and Quaver simultaneously

2008-01-23 Thread Trevor Bača
On Jan 22, 2008 10:27 AM, Martin Seng Hin Yew <[EMAIL PROTECTED]> wrote:

> Greeting Lilypond Users.
> Please, do let me know how to code the first note in the attached image?
> (A minim which stemmed down and up for a quaver, same time) I can't
> think of a method.



Hi Martin,

#'merge-differently-headed is the command you seek:


%%% BEGIN %%%

\version "2.11.34"

\layout { ragged-right = ##t }

\context Staff <<
   \clef "treble_8"
   \context Voice = "first" {
  \voiceOne
  c8 [ e8 ] g8 [ c'8 ]
   }
   \context Voice = "second" {
  \voiceTwo
  \override Staff.NoteCollision #'merge-differently-headed = ##t
  c2
   }
>>

%%% END %%%




Please see 1.5.2.1 Collision resolution for this and other goodies such as
#'merge-differently-dotted, which you'll probably also want.




-- 
Trevor Bača
[EMAIL PROTECTED]
<>___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


RE: Minim and Quaver simultaneously

2008-01-23 Thread Carl D. Sorensen

> Message: 7
> Date: Wed, 23 Jan 2008 00:27:12 +0800
> From: Martin Seng Hin Yew <[EMAIL PROTECTED]>
> Subject: Minim and Quaver simultaneously
> To: Lilypond Forum 
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Greeting Lilypond Users.
> Please, do let me know how to code the first note in the
> attached image?
> (A minim which stemmed down and up for a quaver, same time) I
> can't think of a method.

Simple.  Use polyphony, and put the minim in one voice and the quaver in 
another, and set merge-differently-headed = ##t.

See 


Carl Sorensen


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Line breaking within ligature brackets

2008-01-23 Thread Greg Swinford

Hi all! This is my first post and I'd just like to say thanks to the
developers for such a brilliant program.

I'm transcribing some mensural music into modern notation and trying to use
ligature brackets to indicate the position of ligatures in the original. I'm
having to use horizontal (analysis) brackets at the moment, however, as a
large section of the music has at least one ligature over every barline.
This is preventing any line breaking during this section and so the
horizontal spacing is very squashed and the system spills over into the
margin.

Is it possible to allow line breaking during ligatures (or at least ligature
brackets) as it is with horizontal (analysis) brackets?

Many thanks,
Greg.
-- 
View this message in context: 
http://www.nabble.com/Line-breaking-within-ligature-brackets-tp15056519p15056519.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Open brackets for colouration

2008-01-23 Thread Greg Swinford

I was wondering whether it was somehow possible to get open brackets (i.e.
just a right angle at the start and end of the bracket with no line in
between, like this: ┌  ┐) for notating colouration in mensural music. I've
been playing around with the dashed line settings for horizontal (analysis)
brackets but can't seem to find a way to make it look quite right. Currently
I'm having to use text markups containing the right-angle symbols above the
notes but it's not ideal.

Many thanks,
Greg.
-- 
View this message in context: 
http://www.nabble.com/Open-brackets-for-colouration-tp15056580p15056580.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Minim and Quaver simultaneously

2008-01-23 Thread Martin Seng Hin Yew




Trevor Bača wrote:
On Jan 22, 2008 10:27 AM, Martin Seng Hin Yew <[EMAIL PROTECTED]>
wrote:
  
  Greeting
Lilypond Users.
Please, do let me know how to code the first note in the attached image?
(A minim which stemmed down and up for a quaver, same time) I can't
think of a method.
  
  
Hi Martin,
  
#'merge-differently-headed is the command you seek:
  
  
%%% BEGIN %%%
  
\version "2.11.34"
  
\layout { ragged-right = ##t }
  
\context Staff <<
   \clef "treble_8"
  
   \context Voice = "first" {
  \voiceOne
  c8 [ e8 ] g8 [ c'8 ]
   }
   \context Voice = "second" {
  \voiceTwo
  \override Staff.NoteCollision #'merge-differently-headed = ##t
  
  c2
   }
>>
  
%%% END %%%
  
  
  
  
Please see 1.5.2.1
Collision resolution for this and other goodies such as
#'merge-differently-dotted, which you'll probably also want.
  
  
  
  
  
  
  
-- 
Trevor Bača
  [EMAIL PROTECTED]
  
  
  

Hi Trevor Bača, 

Ya there's such a command. Thanks for pointing it out for me and the
nice output example you've done here!




___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user