Re: Looking for a Lilypond tutorial I once saw

2011-09-12 Thread Martin Tarenskeen



On Mon, 12 Sep 2011, Sietse Brouwer wrote:


Dear list,

A year or two back, I stumbled across a very good introduction to
Lilypond that I now can't find. It was in the form of webpages, not a
PDF. I believe it was on somebody's weblog, but it may have been on a
site that was formatted like a weblog. I am sure it was published in
several parts. Its structure largely mirrored that of the Learning
Manual's (http://lilypond.org/learning.html) first three chapters, but
without taking up 85 pages. I believe it had syntax highlighting in
the code examples. I believe the weblog's design had a navigation
column on the right. I am certain that as an introductory text, it was
Very Good Indeed.



Sietse
Sietse Brouwer


Hi,

Your name sounds Dutch (Friesland ?), are you dutch ? 
Then maybe you are referring to this website:


http://www.wilbertberendsen.nl/cursus_lilypond

It is in Dutch, it is written by Wilbert Berendsen - the guy behind 
Frescobaldi - and when I just started using Lilypond this tutorial helped 
me al lot. Very well written. If we are talking about the same website: 
Very Good Indeed!


--

MT







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


Re: Stem #'flag-style no longer valid

2011-09-12 Thread Nick Payne

On 12/09/11 07:38, Xavier Scheuer wrote:

On 11 September 2011 23:28, Nick Paynenick.pa...@internode.on.net  wrote:

Just tried to rebuild one of my scores using 2.15.10, and got a number of
warnings in the log like so:

warning: cannot find property type-check for `flag-style' (backend-type?).
  perhaps a typing error?
warning: doing assignment anyway

it looks like the override I am using is no longer valid - the following
short test case gives the same error:

\version 2.15.10

\relative c' {
   \once \override Stem #'flag-style = #'no-flag c8
}

What should I replace it with?

Hi,

Mike Solomon created a Flag grob.
http://code.google.com/p/lilypond/issues/detail?id=1843

The new syntax should be

   \override Flag #'style = #'no-flag

Normally the syntax has been replaced everywhere in the documentation
http://git.savannah.gnu.org/gitweb/?p=lilypond.git;a=commit;h=f0978ed121192fee9bdf2453a325d98693148acf
http://git.savannah.gnu.org/gitweb/?p=lilypond.git;a=commit;h=7ee4165c3403cdd121621f75ed408a241621d37b

Maybe there is no convert-ly rule for this (yet).
I cannot check right now.  I'll ask.
I'm pretty sure I've run convert-ly on that score every time I've worked 
on it with an updated version of LP, so I suspect that there is no 
convert-ly for that - nor can I recall any warning in the convert-ly log 
about needing a manual change.


Nick

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


Basic LilyPond Cheat Sheet

2011-09-12 Thread Reinhold Kainhofer
Dear all,
Sometimes it can be very useful -- in particular for new and not so 
experienced users -- to have the basic LilyPond syntax available compressed on 
one single sheet. I have created such a cheat sheet that displays the basic 
lilypond syntax and usage (without any tweaks and overrides) on one single 
page, while also being visually appealing.

The cheat sheet is meant to be a quick summary of the things explained in the 
learning manual, but does not replace the learning manual. It simply is a 
quick reminder of all the stuff, once you have read the learning manual.

Attached you can find the PDF version of this cheat sheet:

http://www.fam.tuwien.ac.at/~reinhold/temp/2011-08-24_LilyPond_CheatSheet_Basic.pdf

I also provide nicely printed copies of the cheat sheet for basically my own 
costs (3€ per sheet + shipping):
http://www.edition-kainhofer.com/en/lilypond/details/2111/

These copies are printed borderless on heavier paper and are laminated, so 
they are waterproof and should hold for years.

Chers,
Reinhold

PS: I'm also planning to write a cheat sheet with basic tweaks/overrides and 
the various paper/header fields. But that might take a while.
-- 
--
Reinhold Kainhofer, reinh...@kainhofer.com, http://reinhold.kainhofer.com/
 * Financial  Actuarial Math., Vienna Univ. of Technology, Austria
 * http://www.fam.tuwien.ac.at/, DVR: 0005886
 * LilyPond, Music typesetting, http://www.lilypond.org

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


Re: Basic LilyPond Cheat Sheet

2011-09-12 Thread Christ van Willegen
On Mon, Sep 12, 2011 at 14:39, Reinhold Kainhofer
reinh...@kainhofer.com wrote:
 Attached you can find the PDF version of this cheat sheet:
    
 http://www.fam.tuwien.ac.at/~reinhold/temp/2011-08-24_LilyPond_CheatSheet_Basic.pdf

Looks very nice!

Christ van Willegen
-- 
09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0

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


Re: Basic LilyPond Cheat Sheet

2011-09-12 Thread David Kastrup
Reinhold Kainhofer reinh...@kainhofer.com writes:

 Dear all, Sometimes it can be very useful -- in particular for new and
 not so experienced users -- to have the basic LilyPond syntax
 available compressed on one single sheet. I have created such a cheat
 sheet that displays the basic lilypond syntax and usage (without any
 tweaks and overrides) on one single page, while also being visually
 appealing.

How does it relate/compare to appendix B in the notation manual?
Anything you might consider worth adding there?

-- 
David Kastrup


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


Re: Basic LilyPond Cheat Sheet

2011-09-12 Thread Reinhold Kainhofer
Am Montag, 12. September 2011, 14:48:51 schrieb David Kastrup:
 Reinhold Kainhofer reinh...@kainhofer.com writes:
  Dear all, Sometimes it can be very useful -- in particular for new and
  not so experienced users -- to have the basic LilyPond syntax
  available compressed on one single sheet. I have created such a cheat
  sheet that displays the basic lilypond syntax and usage (without any
  tweaks and overrides) on one single page, while also being visually
  appealing.
 
 How does it relate/compare to appendix B in the notation manual?
 Anything you might consider worth adding there?

The appendix B contains mostly similar snippets, but 
1) my cheatsheet has more than those snippets (i.e. Appendix B corresponds
   more or less to my Basic Notation box; But my cheat sheet also shows
   command line usage, some contexts, examples for lyrics, hierarchies, 
   markup), 
2) takes way more than one sheet when printed, and 
3) is not nearly as good-looking as my cheat sheet ;-)

Cheers,
Reinhold

-- 
--
Reinhold Kainhofer, reinh...@kainhofer.com, http://reinhold.kainhofer.com/
 * Financial  Actuarial Math., Vienna Univ. of Technology, Austria
 * http://www.fam.tuwien.ac.at/, DVR: 0005886
 * LilyPond, Music typesetting, http://www.lilypond.org

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


Re: Looking for a Lilypond tutorial I once saw

2011-09-12 Thread Sietse Brouwer
Hi Martin, Chris,

        http://www.wilbertberendsen.nl/cursus_lilypond

Ah, that was it, yes! I had completely forgotten that the course was
in Dutch. Thank you both very much.

Cheers,

Sietse
Sietse Brouwer

P.s, Yes, I am indeed Dutch. And my name is indeed Frisian, but the
ancestry is too distant to speak of any real heritage.

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


Re: Basic LilyPond Cheat Sheet

2011-09-12 Thread Helge Kruse

Am 12.09.2011 14:39, schrieb Reinhold Kainhofer:

Dear all,
Sometimes it can be very useful -- in particular for new and not so
experienced users -- to have the basic LilyPond syntax available compressed on
one single sheet. I have created such a cheat sheet that displays the basic
lilypond syntax and usage (without any tweaks and overrides) on one single
page, while also being visually appealing.

The cheat sheet is meant to be a quick summary of the things explained in the
learning manual, but does not replace the learning manual. It simply is a
quick reminder of all the stuff, once you have read the learning manual.

Attached you can find the PDF version of this cheat sheet:
 
http://www.fam.tuwien.ac.at/~reinhold/temp/2011-08-24_LilyPond_CheatSheet_Basic.pdf

I also provide nicely printed copies of the cheat sheet for basically my own
costs (3€ per sheet + shipping):
 http://www.edition-kainhofer.com/en/lilypond/details/2111/

These copies are printed borderless on heavier paper and are laminated, so
they are waterproof and should hold for years.


Ok, that's good for hardcore typesetters. I don't need it every day and 
would be satisfied with a cheap thin paper printout. But when I try to 
send the PDF to my printer I get the messages


  Das Dokument konnte nicht gedruckt werden.
  (The document could be printed.)

  Keine zum Drucken ausgewählte Seiten vorhanden.
  (There are no pages selected to print.)

When I look at the PDF document properties I can read Drucken: Zuläsig 
(Print: allowed).


Is this intentionally inhibited with some scripts in the document or is 
there something incompatible with Acrobat Reader 9.4.2.220?


Best regards,
Helge

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


Re: Basic LilyPond Cheat Sheet

2011-09-12 Thread Phil Holmes
- Original Message - 
From: Helge Kruse helge.kruse-nos...@gmx.net

To: lilypond-user@gnu.org
Sent: Monday, September 12, 2011 6:21 PM
Subject: Re: Basic LilyPond Cheat Sheet



Am 12.09.2011 14:39, schrieb Reinhold Kainhofer:

Dear all,
Sometimes it can be very useful -- in particular for new and not so
experienced users -- to have the basic LilyPond syntax available 
compressed on
one single sheet. I have created such a cheat sheet that displays the 
basic
lilypond syntax and usage (without any tweaks and overrides) on one 
single

page, while also being visually appealing.

The cheat sheet is meant to be a quick summary of the things explained in 
the

learning manual, but does not replace the learning manual. It simply is a
quick reminder of all the stuff, once you have read the learning manual.

Attached you can find the PDF version of this cheat sheet:

http://www.fam.tuwien.ac.at/~reinhold/temp/2011-08-24_LilyPond_CheatSheet_Basic.pdf

I also provide nicely printed copies of the cheat sheet for basically my 
own

costs (3€ per sheet + shipping):
 http://www.edition-kainhofer.com/en/lilypond/details/2111/

These copies are printed borderless on heavier paper and are laminated, 
so

they are waterproof and should hold for years.


Ok, that's good for hardcore typesetters. I don't need it every day and 
would be satisfied with a cheap thin paper printout. But when I try to 
send the PDF to my printer I get the messages


  Das Dokument konnte nicht gedruckt werden.
  (The document could be printed.)

  Keine zum Drucken ausgewählte Seiten vorhanden.
  (There are no pages selected to print.)

When I look at the PDF document properties I can read Drucken: Zuläsig 
(Print: allowed).


Is this intentionally inhibited with some scripts in the document or is 
there something incompatible with Acrobat Reader 9.4.2.220?


Hmm.  I get Unable to start print job.  So there's something strange going 
on.



--
Phil Holmes



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


Re: Basic LilyPond Cheat Sheet

2011-09-12 Thread Michael Ellis
Nice job, Rheinhold!  Good choices for what to include and what to leave
out.

Cheers,
Mike

 Am 12.09.2011 14:39, schrieb Reinhold Kainhofer:

 Dear all,
 Sometimes it can be very useful -- in particular for new and not so
 experienced users -- to have the basic LilyPond syntax available
 compressed on
 one single sheet. I have created such a cheat sheet that displays the
 basic
 lilypond syntax and usage (without any tweaks and overrides) on one
 single
 page, while also being visually appealing.


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


Re: Basic LilyPond Cheat Sheet

2011-09-12 Thread Stan Sanderson
On Sep 12, 2011, at 12:42 PM, Phil Holmes m...@philholmes.net wrote:

 - Original Message - From: Helge Kruse helge.kruse-nos...@gmx.net
 To: lilypond-user@gnu.org
 Sent: Monday, September 12, 2011 6:21 PM
 Subject: Re: Basic LilyPond Cheat Sheet
 
 
 Am 12.09.2011 14:39, schrieb Reinhold Kainhofer:
 Dear all,
 Sometimes it can be very useful -- in particular for new and not so
 experienced users -- to have the basic LilyPond syntax available compressed 
 on
 one single sheet. I have created such a cheat sheet that displays the basic
 lilypond syntax and usage (without any tweaks and overrides) on one single
 page, while also being visually appealing.
 
 The cheat sheet is meant to be a quick summary of the things explained in 
 the
 learning manual, but does not replace the learning manual. It simply is a
 quick reminder of all the stuff, once you have read the learning manual.
 
 Attached you can find the PDF version of this cheat sheet:
 http://www.fam.tuwien.ac.at/~reinhold/temp/2011-08-24_LilyPond_CheatSheet_Basic.pdf
 
 I also provide nicely printed copies of the cheat sheet for basically my own
 costs (3€ per sheet + shipping):
 http://www.edition-kainhofer.com/en/lilypond/details/2111/
 
 These copies are printed borderless on heavier paper and are laminated, so
 they are waterproof and should hold for years.
 
 Ok, that's good for hardcore typesetters. I don't need it every day and 
 would be satisfied with a cheap thin paper printout. But when I try to send 
 the PDF to my printer I get the messages
 
  Das Dokument konnte nicht gedruckt werden.
  (The document could be printed.)
 
  Keine zum Drucken ausgewählte Seiten vorhanden.
  (There are no pages selected to print.)
 
 When I look at the PDF document properties I can read Drucken: Zuläsig 
 (Print: allowed).
 
 Is this intentionally inhibited with some scripts in the document or is 
 there something incompatible with Acrobat Reader 9.4.2.220?
 
 Hmm.  I get Unable to start print job.  So there's something strange going 
 on.
 
 
 --
 Phil Holmes
 

Hmm, I had no trouble printing it from my iPad.

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


Re: Basic LilyPond Cheat Sheet

2011-09-12 Thread Reinhold Kainhofer
Am Montag, 12. September 2011, 19:21:02 schrieb Helge Kruse:
 But when I try to
 send the PDF to my printer I get the messages
 
Das Dokument konnte nicht gedruckt werden.
(The document could be printed.)
 
Keine zum Drucken ausgewählte Seiten vorhanden.
(There are no pages selected to print.)
 
 When I look at the PDF document properties I can read Drucken: Zuläsig
 (Print: allowed).
 
 Is this intentionally inhibited with some scripts in the document or is
 there something incompatible with Acrobat Reader 9.4.2.220?

No, printing is not disallowed. It is probably some incompatibility with 
Acrobat Reader.

I can print it just fine from okular.
Cheers,
Reinhold

-- 
--
Reinhold Kainhofer, reinh...@kainhofer.com, http://reinhold.kainhofer.com/
 * Financial  Actuarial Math., Vienna Univ. of Technology, Austria
 * http://www.fam.tuwien.ac.at/, DVR: 0005886
 * LilyPond, Music typesetting, http://www.lilypond.org

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


Manual page breaks

2011-09-12 Thread Ed Gordijn

Hi List,

I am working on a piece with three movements. I organized my score in 
different files, for the tiny-example let's say two. The fist file is 
instrument.ly and the second part.lyi. I have different instruments and 
therefore multiple instrument.ly files but I want to use just a single 
part.lyi. So far nothing special. But I can't find a way to insert 
pagebreaks between the movements in my instrument.ly. I don't want fixed 
page breaks in part.lyi because of the differences in length of the 
instrument scores.


In the tiny example I tried to get Movement I on the first page and 
Movement II and III together on a second page. But the \pageBreak is 
ignored.


How does this work?

Greetings, Ed


%%% Tiny example %%%

\version 2.15.10

% instrument.ly
mvtI   = { c'4 c' c' c' \pageBreak }
mvtII  = { d'4 d' d' d' }
mvtIII = { e'4 e' e' e' }


% part.lyi (identical for all instruments)
\score {
\new Staff { \mvtI }
\header { piece = Movement I}
}

\score {
\new Staff { \mvtII }
\header { piece = Movement II}
}

\score {
\new Staff { \mvtIII }
\header { piece = Movement III}
}


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


Re: Manual page breaks

2011-09-12 Thread James Worlton
On Mon, Sep 12, 2011 at 3:08 PM, Ed Gordijn ed.klari...@gmail.com wrote:
 Hi List,

 I am working on a piece with three movements. I organized my score in
 different files, for the tiny-example let's say two. The fist file is
 instrument.ly and the second part.lyi. I have different instruments and
 therefore multiple instrument.ly files but I want to use just a single
 part.lyi. So far nothing special. But I can't find a way to insert
 pagebreaks between the movements in my instrument.ly. I don't want fixed
 page breaks in part.lyi because of the differences in length of the
 instrument scores.

 In the tiny example I tried to get Movement I on the first page and Movement
 II and III together on a second page. But the \pageBreak is ignored.

 How does this work?

 Greetings, Ed


 %%% Tiny example %%%

 \version 2.15.10

 % instrument.ly
 mvtI   = { c'4 c' c' c' \pageBreak }
 mvtII  = { d'4 d' d' d' }
 mvtIII = { e'4 e' e' e' }


 % part.lyi (identical for all instruments)
 \score {
    \new Staff { \mvtI }
    \header { piece = Movement I}
 }

 \score {
    \new Staff { \mvtII }
    \header { piece = Movement II}
 }

 \score {
    \new Staff { \mvtIII }
    \header { piece = Movement III}
 }

Your code worked like your desired outcome: mvt. I on one page, mvt.
II  III on the second page. I compiled it with 2.14.2. Maybe it broke
in 2.15, but I can't test that one.

You could try moving the \pageBreak out of the movement definition and
put it after the first \score block. That is allowed and should also
work.

James Worlton

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


ubuntu lyx lilypond latex

2011-09-12 Thread Pablo Zumarán

I need some basic help will lilypond-latex installation.

I want to use Ubuntu exclusively to write a musicological book with
lilypond+LyX.

To get rid of some rubbish that was stalling my system, I reinstalled Ubuntu
from zero; then I installed LyX and A decent selection of the TeX Live
packages. I also have lilypond in my usr/bin.

In LyX, when I go to DocumentSettingsModules and try to insert the
lilypond-book module, I get a message saying:

Package not available: The module lilypond requires a package that is not
available in your LaTeX installation, or a converter that you have not
installed. (...) Missing prerequisites: lilypond-book-latex.

What do I have to install now? Where do I get it?

Thank you.

-- 
View this message in context: 
http://old.nabble.com/ubuntu-lyx-lilypond-latex-tp32452039p32452039.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.


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


Re: Basic LilyPond Cheat Sheet

2011-09-12 Thread Nick Payne

On 13/09/11 04:55, Reinhold Kainhofer wrote:

Am Montag, 12. September 2011, 19:21:02 schrieb Helge Kruse:

But when I try to
send the PDF to my printer I get the messages

Das Dokument konnte nicht gedruckt werden.
(The document could be printed.)

Keine zum Drucken ausgewählte Seiten vorhanden.
(There are no pages selected to print.)

When I look at the PDF document properties I can read Drucken: Zuläsig
(Print: allowed).

Is this intentionally inhibited with some scripts in the document or is
there something incompatible with Acrobat Reader 9.4.2.220?

No, printing is not disallowed. It is probably some incompatibility with
Acrobat Reader.

I can print it just fine from okular.
I can't print it from Adobe Reader on Ubuntu either. I also opened it in 
the default PDF document viewer that comes with Ubuntu (Evince), and in 
that, most of the text just displays as blocks of various sizes and 
shades - see attached screen dump of part of the page.


Nick
attachment: Screenshot.png___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: ubuntu lyx lilypond latex

2011-09-12 Thread Nick Payne

On 13/09/11 09:02, Pablo Zumarán wrote:

I need some basic help will lilypond-latex installation.

I want to use Ubuntu exclusively to write a musicological book with
lilypond+LyX.

To get rid of some rubbish that was stalling my system, I reinstalled Ubuntu
from zero; then I installed LyX and A decent selection of the TeX Live
packages. I also have lilypond in my usr/bin.

In LyX, when I go to DocumentSettingsModules and try to insert the
lilypond-book module, I get a message saying:

Package not available: The module lilypond requires a package that is not
available in your LaTeX installation, or a converter that you have not
installed. (...) Missing prerequisites: lilypond-book-latex.

What do I have to install now? Where do I get it?
Which version of LyX do you have installed. I think you need a minimum 
of v2.0. The latest stable version from ftp.lyx.org is 2.0.1 - see 
ftp://ftp.lyx.org/pub/lyx/stable/2.0.x/. You will need to download the 
source (lyx-2.0.1.tar.gz) and follow the instructions in the INSTALL 
file to build and install it. It's not very difficult.


Nick

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


Mac g4 OS Leopard?

2011-09-12 Thread Stan Sanderson
I downloaded Lilypond 2.15.11, Darwin ppc for Mac OS. I am running OS 10.5.8 on 
a PowerBook G4. The icon after decompression indicates an incompatible 
application. I looked for system requirements or a bug report but could not 
find anything applying to the current development version. Version 2.15.8-1 
does work correctly. What did I miss?

Thanks,

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


Re: ubuntu lyx lilypond latex

2011-09-12 Thread Ben Luo

On 13/09/2011 07:02, Pablo Zumarán wrote:

I need some basic help will lilypond-latex installation.

I want to use Ubuntu exclusively to write a musicological book with
lilypond+LyX.

To get rid of some rubbish that was stalling my system, I reinstalled Ubuntu
from zero; then I installed LyX and A decent selection of the TeX Live
packages. I also have lilypond in my usr/bin.

In LyX, when I go to DocumentSettingsModules and try to insert the
lilypond-book module, I get a message saying:

Package not available: The module lilypond requires a package that is not
available in your LaTeX installation, or a converter that you have not
installed. (...) Missing prerequisites: lilypond-book-latex.

What do I have to install now? Where do I get it?

Thank you.

I don't think LyX is a good choice. Just learn a very little about TeX, 
you will finish your work with any editor. For me, it's emacs.


TeX is for what you think is what you get. NOT what you look is what you 
get. LyX is a wrong direction from my point of view.



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


Re: Basic LilyPond Cheat Sheet

2011-09-12 Thread Helge Kruse

Am 12.09.2011 20:55, schrieb Reinhold Kainhofer:


No, printing is not disallowed. It is probably some incompatibility with
Acrobat Reader.

I can print it just fine from okular.


Do you consider to make it Adobe compatible?

Regards,
Helge

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