Removing empty staves in a PianoStaff

2011-06-10 Thread Edward Neeman
Hello, How do you remove empty staves from a PianoStaff context?  The following used to work in 2.12, but it no longer works in 2.14: \version "2.14.0"  \new PianoStaff << \relative c' { c1 \br

why does lily prints both a natural and sharp sign?

2011-06-10 Thread Marc Mouries
in the following code, lily prints both a natural and sharp sign before the G #. Why? Is there a way to avoid that? \version "2.14" \language "english" { \relative d' { \key df \major df ef f gs af bf c df } } -Marc ___ lilypond-user mailing l

Re: Removing Bar_engraver removes clef

2011-06-10 Thread Carl Sorensen
On 6/10/11 8:25 PM, "Nick Payne" wrote: > If I'm setting out a scale that goes over more than one stave, and use > \remove "Bar_engraver" to remove the barlines, then the clef (and key > signature if any) also disappear from the second stave. If I just make > the barlines transparent, I still get

Optimising Lilypond source for readability

2011-06-10 Thread Ben Finney
Howdy all, The attached document produces the score that I want, but it has a lot of repetition and is difficult to read through. What can I do to “refactor” this document, so that it produces the same score but the source is easier to follow and less needlessly repetitive? \version "2.12.3" \he

Removing Bar_engraver removes clef

2011-06-10 Thread Nick Payne
If I'm setting out a scale that goes over more than one stave, and use \remove "Bar_engraver" to remove the barlines, then the clef (and key signature if any) also disappear from the second stave. If I just make the barlines transparent, I still get an extra space where barlines are. Is it poss

Re: svg output broken?

2011-06-10 Thread Patrick McCarty
On Fri, Jun 10, 2011 at 11:56 AM, Marc Hohl wrote: > Am 10.06.2011 17:55, schrieb Patrick McCarty: >> On Thu, Jun 9, 2011 at 11:34 PM, Marc Hohl  wrote: >>> >>> Hello list, >>> >>> I needed some lilypond svg graphics, and while >>> >>> lilypond -dbackend=svg myfile.ly >>> >>> worked with 2.13.x, i

Re: V2.14.0 - midi volume & midi arpeggio

2011-06-10 Thread Colin Campbell
On 11-06-10 03:23 PM, MING TSANG wrote: After several attempt, I successfully install lilypond v2.14.0_1 in /home/tsang/bin/lilypond (v2.14.0_1) lilypond v2.12.3 was still in /bin/lilypond Now I have two version in ubuntu. Right now frescobaldi is using the /bin/lilypond (version 2.12.3) Q

Re: Consistent bar number positioning

2011-06-10 Thread -Eluze
Nicholas Moe wrote: > > Thanks, Eluze. That worked in my example, but in the actual score, it > doesn't. The spacing is still inconsistent, especially after line > breaks. I'm including a better example of what happens. > maybe the extra-offset wasn't a good idea since when there is a rest (R1)

Re: V2.14.0 - midi volume & midi arpeggio

2011-06-10 Thread MING TSANG
After several attempt, I successfully install lilypond v2.14.0_1 in /home/tsang/bin/lilypond (v2.14.0_1) lilypond v2.12.3 was still in /bin/lilypond Now I have two version in ubuntu. Right now frescobaldi is using the /bin/lilypond (version 2.12.3) Question: How can I configure frescobaldi

Re: svg output broken?

2011-06-10 Thread Marc Hohl
Am 10.06.2011 17:55, schrieb Patrick McCarty: Hi Marc, On Thu, Jun 9, 2011 at 11:34 PM, Marc Hohl wrote: Hello list, I needed some lilypond svg graphics, and while lilypond -dbackend=svg myfile.ly worked with 2.13.x, it now doesn't with 2.15.0 and complains with GNU LilyPond 2.15.0 ERROR:

Re: Consistent bar number positioning

2011-06-10 Thread Nicholas Moe
Thanks, Eluze. That worked in my example, but in the actual score, it doesn't. The spacing is still inconsistent, especially after line breaks. I'm including a better example of what happens. Nick \version "2.14.0" \score { \new Staff = "staff" { <<

Re: Extract numbers of quarternotes per page

2011-06-10 Thread Graham Percival
On Fri, Jun 10, 2011 at 04:10:44PM +, Michael B. wrote: > I would like to extract during compilation, the number of quarter notes > (or beat) > that are inside every pages lilypond just printed. Something vaguely similar was added to 2.15.0: http://lilypond.org/doc/v2.15/Documentation/notat

Extract numbers of quarternotes per page

2011-06-10 Thread Michael B .
Hi there, I just started using lilypond and this software is a piece of art. Its really amazing what it is capable of doing. Among other things ill like to do, i would like to be able to extract automatically information on the formatting of the layout Lilypond is using. Let me explain more in

Re: svg output broken?

2011-06-10 Thread Patrick McCarty
Hi Marc, On Thu, Jun 9, 2011 at 11:34 PM, Marc Hohl wrote: > Hello list, > > I needed some lilypond svg graphics, and while > > lilypond -dbackend=svg myfile.ly > > worked with 2.13.x, it now doesn't with 2.15.0 and complains with > > GNU LilyPond 2.15.0 > ERROR: Wrong number of arguments to # >

Re: V2.14.0 - midi volume & midi arpeggio

2011-06-10 Thread Federico Bruni
~/bin is not in your path, that's why uninstall-lilypond returns 'command not found'. (~ stands for user's home) The absolute path should work: /home/tsang/bin/uninstall-lilypond You can understand what's going on using these two commands: which lilypond which -a lilypond echo $PATH But first

Re: V2.14.0 - midi volume & midi arpeggio

2011-06-10 Thread Xavier Scheuer
On 10 June 2011 16:16, Christopher R. Maden wrote: > > The filename is still wrong: > > ls: lilypond-2.14.0-1.linux-x86.sh > sh: lilypond-2.14.0-1.linux.x86.sh > > Not the same! > > Tab completion is your friend.  Since you said you are new to Linux: > type “sh lilypond-” then hit tab.  If there i

Re: V2.14.0 - midi volume & midi arpeggio

2011-06-10 Thread MING TSANG
After I use ./ on the file name It run successfully. I was asked uninstall-lilypond. So I did. Run install again with ./. This time the execution went OK. But when I do lilypond it says the lily pond is 2.12.3. tsang@tsang-HP-Pavilion-dv2000-EZ723UA-ABL:~$ lilypond GNU LilyPond 2.12.3 Usage:

Re: V2.14.0 - midi volume & midi arpeggio

2011-06-10 Thread Christopher R. Maden
On 06/10/2011 08:41 AM, MING TSANG wrote: > I post a ls realizing missing -1. in the file name. I try whold things again > and here is the message. Should I download the file and try again? > > <><><><><>message begins<> > tsang@tsang-HP-Pavilion-dv2000-EZ723UA-ABL:~/Downloads$ ls > lilypond-2

Re: V2.14.0 - midi volume & midi arpeggio

2011-06-10 Thread Federico Bruni
the option -l is a letter, not number 1 post the output of the command below: tsang@tsang-HP-Pavilion-dv2000-EZ723UA-ABL:~/Downloads$ ls -l 2011/6/10 MING TSANG > I post a ls realizing missing -1. in the file name. I try whold things > again and here is the message. Should I download the fi

Re: V2.14.0 - midi volume & midi arpeggio

2011-06-10 Thread David Santamauro
Hi, On Fri, 10 Jun 2011 14:12:44 +0200 Federico Bruni wrote: > In the Permissions tab (or something like that) you must check > Execution. Close and clic normally on the file. He is using sh so even if it weren't executable, sh would execute it. > > tsang@tsang-HP-Pavilion-dv2000-EZ723UA-ABL

Re: V2.14.0 - midi volume & midi arpeggio

2011-06-10 Thread MING TSANG
I post a ls realizing missing -1. in the file name. I try whold things again and here is the message. Should I download the file and try again? <><><><><>message begins<> tsang@tsang-HP-Pavilion-dv2000-EZ723UA-ABL:~$ dir acl DocumentsMusicTest.ly Videos bin D

Re: V2.14.0 - midi volume & midi arpeggio

2011-06-10 Thread Federico Bruni
I think that v2.12.3 is the package in the ubuntu repository. If so, you don't need to uninstall it, because it's installed in /usr/bin, while the packages provided by lilypond.org are installed either in your home or in /usr/local (if you install it as root). There will be no conflict. However, i

Re: V2.14.0 - midi volume & midi arpeggio

2011-06-10 Thread MING TSANG
Thank you Helge Hafting, Janek Warchol, Federico Bruni for helping me to use terminal commands in ubuntu. I downloaded the right file - dir shows it. Now I copied the error - see below: <><><><><> tsang@tsang-HP-Pavilion-dv2000-EZ723UA-ABL:~$ dir acl DownloadsPublicTest.pdf

Re: Openoffice import?

2011-06-10 Thread Helge Hafting
On 02. juni 2011 10:15, David Kastrup wrote: I am currently going crazy trying to import a document with Lilypond passages into OpenOffice. PDF import does not work (noteheads are missing, text is shifted). SVG images (via pdf2svg) don't work (they appear mostly black, apparently due to incomp

Re: V2.14.0 - midi volume & midi arpeggio

2011-06-10 Thread Helge Hafting
On 10. juni 2011 04:04, MING TSANG wrote: Thank you for your reply. I follow your suggestion steps, I got the following error. I am new to linux world (approx. one month). I have a hard time copying out terminal message. That should be easy - if you write your email message on the same machine:

Re: Consistent bar number positioning

2011-06-10 Thread -Eluze
Nicholas Moe wrote: > > I am writing a piece which requires lyrics above and below the staff. > I would like to have regular measure numbers right above the bar-line > (i.e. always approx. 0.75 staff lines above the staff). Ideally I > would like to make the lyrics invisible to the bar numbers.

Re: Consistent bar number positioning

2011-06-10 Thread Janek Warchoł
2011/6/10 Nicholas Moe : > I am writing a piece which requires lyrics above and below the staff. > I would like to have regular measure numbers right above the bar-line > (i.e. always approx. 0.75 staff lines above the staff). Ideally I > would like to make the lyrics invisible to the bar numbers.

Re: V2.14.0 - midi volume & midi arpeggio

2011-06-10 Thread Janek Warchoł
2011/6/10 MING TSANG : > Thank you for your reply. > I follow your suggestion steps, I got the following error. I am new to linux > world (approx. one month).  I have a hard time copying out terminal message. > > sh: can't open lilypond-2.14.0-1.linux-x86.sh there is one thing that should be check

Re: The results of your email commands

2011-06-10 Thread Janek Warchoł
2011/6/9 Federico Bruni : > Because Ming included this email in CC: > lilypond-user-requ...@gnu.org > > and you replied to all. > It happened the same to me. Ok, thanks! ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/