Re: Switching on/off instrument staff

2015-07-08 Thread Víctor
Also, I don't know if it makes a difference to you (it appears the output doesn't change), but I'd move your Dynamic section more explicitly in-between the two piano staves. I think it just makes the code a little cleaner. Like this: \new PianoStaff << \new Staff ... \new Dynamics ... \new S

Re: Switching on/off instrument staff

2015-07-08 Thread tisimst
On Wed, Jul 8, 2015 at 11:26 AM, Víctor [via Lilypond] < ml-node+s1069038n17851...@n5.nabble.com> wrote: > Abraham: > > You just gave me a wonderful solution, I'll explain myself: > > My current file layout is like this: > > > *formato.ly * > > \version "2.19.15" > > \include "s

Re: Switching on/off instrument staff

2015-07-08 Thread Víctor
Abraham: You just gave me a wonderful solution, I'll explain myself: My current file layout is like this: *formato.ly* \version "2.19.15" \include "snippets.ly"% file with lots of snippets (really) \include "tipografia.ly" % typographies \layout { % some overrides h

Re: Switching on/off instrument staff

2015-07-08 Thread tisimst
Victor, You have gotten some great advice. Sorry they don't work for you. As I've been thinking about your dilemma I wondered if you could just do something like \layout { \context { \Score \denies "PianoStaff" } } on the top-level to remove the PianoStaff altogether (assuming this i

Re: Switching on/off instrument staff

2015-07-08 Thread Víctor
Wow, so many answers. I think Rob's solution will be the most close to what I need, however I fear Abraham already answered my question. I'll explain my problem further: I'm working in a three volume anthology for a singers school, each volume will come in two versions, one for the professor a

Re: lilypond snippet web page

2015-07-08 Thread MING TSANG
Chris,  Thank you. I guess we have to wait.  I will try every day. Immanuel,Ming. On Wednesday, July 8, 2015 8:53 AM, Chris Yate wrote: http://downforeveryoneorjustme.com/lsr.di.unimi.it  :-) Down here too On 8 July 2015 at 13:47, MING TSANG wrote: I am trying to access snippets si

Re: lilypond snippet web page

2015-07-08 Thread Chris Yate
http://downforeveryoneorjustme.com/lsr.di.unimi.it :-) Down here too On 8 July 2015 at 13:47, MING TSANG wrote: > I am trying to access snippets since Sunday. Web apge down? > All I get is : > > This webpage is not available > ERR_CONNECTION_TIMED_OUT > > > ___

lilypond snippet web page

2015-07-08 Thread MING TSANG
I am trying to access snippets since Sunday.  Web apge down?  All I get is : This webpage is not available ERR_CONNECTION_TIMED_OUT ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Forwarding LilyPond issue

2015-07-08 Thread Andrew Bernard
Hi, Yes, as Martin said, it's fixed by installing this version of fontconfig on Fedora 22: fontconfig.x86_642.11.94-1.fc22 It's not a lilypond or Frescobaldi issue as such. Therefore, it ouht ot be taken of the Frescobaldi bug list. Andrew On 8 July 2015 at 17:56, Peter Bj

Re: Switching on/off instrument staff

2015-07-08 Thread Robert Schmaus
Hi Chris, The tag method is a fantastic tool in many cases, so it's great to be aware of it. Just in this particular case it's maybe not the easiest way to go. Yeah, that's how I mostly use variables as well - placing just the music in variables and then, in the score block, build up a \new

Printing movement titles in page header

2015-07-08 Thread Mark Knoop
I'm trying to include the title of the current movement in the page header. This works if I use bookparts to seperate the movements, but not by setting header:piece in a score block. I don't want to use bookparts as I don't want pagebreaks between movements. Any ideas on how to achieve this? \ve

Re: Switching on/off instrument staff

2015-07-08 Thread Chris Yate
Hi Rob, Wow, thanks, that's a much neater way. I think I should probably look at refactoring my band template. I agree, my method is a bit complicated -- but it's bothering me a bit, because I think there was a reason I did it like this in the first place! Could well be an insufficient understand

Re: Forwarding LilyPond issue

2015-07-08 Thread Urs Liska
Am 08.07.2015 um 11:06 schrieb Federico Bruni: > Hi Andrew > > It's this issue? > https://code.google.com/p/lilypond/issues/detail?id=4449#c17 No, it seems to be something different. The issue currently reported is about a wrong GhostScript version being called. And I *think* it is a Frescobald

Re: Forwarding LilyPond issue

2015-07-08 Thread Martin Tarenskeen
On Wed, 8 Jul 2015, Peter Bjuhr wrote: On 2015-07-08 10:17, Andrew Bernard wrote: I reported this some time ago for Fedora 22. The issue has been dealt with and fixed and is now working in 2.19.22. Previous versions fail with the error you show, but 2.19.22 is now good. It

RE: Forwarding LilyPond issue

2015-07-08 Thread Federico Bruni
Hi Andrew It's this issue? https://code.google.com/p/lilypond/issues/detail?id=4449#c17 Did you get notifications from google code? Il giorno mer 8 lug 2015 alle 10:17, Andrew Bernard ha scritto: Hi Peter, I reported this some time ago for Fedora 22. The issue has been dealt with and fixed

Re: Switching on/off instrument staff

2015-07-08 Thread Robert Schmaus
In addition to the suggested way with tags (which surely works, but which I find overly complicated), a simpler way would be to simply place the Staffs in variables and comment out the ones you don't want to have in the next engraving. Like this: violinStaff = \new Staff \with { instrumentName = "

Re: Forwarding LilyPond issue

2015-07-08 Thread Peter Bjuhr
On 2015-07-08 10:17, Andrew Bernard wrote: Hi Peter, I reported this some time ago for Fedora 22. The issue has been dealt with and fixed and is now working in 2.19.22. Previous versions fail with the error you show, but 2.19.22 is now good. It’s not a Frescobaldi error. Andrew Thanks

RE: Forwarding LilyPond issue

2015-07-08 Thread Andrew Bernard
Hi Peter, I reported this some time ago for Fedora 22. The issue has been dealt with and fixed and is now working in 2.19.22. Previous versions fail with the error you show, but 2.19.22 is now good. It’s not a Frescobaldi error. Andrew From: lilypond-user-bounces+andrew.bernard=

Re: Forwarding LilyPond issue

2015-07-08 Thread Peter Bjuhr
(I've never seen this in Ubuntu.) On 2015-07-08 10:11, Urs Liska wrote: [...] it only affects binary releases and not my self-built LPs [...] That could explain why I haven't encountered it. Best Peter ___ lilypond-user mailing list lilypond-us

Re: Forwarding LilyPond issue

2015-07-08 Thread Urs Liska
Am 08.07.2015 um 10:08 schrieb Peter Bjuhr: > > > On 2015-07-08 09:57, Urs Liska wrote: fatal error: failed files: >>"/home/marsan/Documentos/Partituras/Coral/Duba/duba.ly" >> >>What is wrong? >> >>Thanks. >> >>> > >>> >I'm not familiar with this (but Urs resp

Re: Forwarding LilyPond issue

2015-07-08 Thread Peter Bjuhr
On 2015-07-08 09:57, Urs Liska wrote: fatal error: failed files: >>"/home/marsan/Documentos/Partituras/Coral/Duba/duba.ly" >> >>What is wrong? >> >>Thanks. >> > >I'm not familiar with this (but Urs responded that it's a known issue). >Is it a Fedora specific problem? Any workarounds? It's not

Re: Forwarding LilyPond issue

2015-07-08 Thread Urs Liska
>> >> fatal error: failed files: >> "/home/marsan/Documentos/Partituras/Coral/Duba/duba.ly" >> >> What is wrong? >> >> Thanks. >> > > I'm not familiar with this (but Urs responded that it's a known issue). > Is it a Fedora specific problem? Any workarounds? It's not necessarily Fedora related as

Forwarding LilyPond issue

2015-07-08 Thread Peter Bjuhr
Reported on the Frescobaldi issue tracker: I'm a Fedora 22 user with Frescobaldi 2.18.1 and Lilypond 2.19. I'm having an issue when i try to engrave a score. It seems to fail when it tries to generate a pdf. Layout output to|duba.ps'...Converting to|./duba.pdf'... warning: `(gs -q -dSAFER -dD