Re: Remove empty staves but one.

2015-11-01 Thread David Kastrup
Peter Reid writes: > That works for me and is simpler than the solution that I posted previously. > > I also need to cancel the effect of the command later on. I assumed I > just had to add : > \revert Staff.VerticalAxisGroup.remove-empty > > But this doesn't seem to have any effect. An overri

Re: Remove empty staves but one.

2015-11-01 Thread Peter Reid
That works for me and is simpler than the solution that I posted previously. I also need to cancel the effect of the command later on. I assumed I just had to add : \revert Staff.VerticalAxisGroup.remove-empty But this doesn't seem to have any effect. Thanks again, Peter > Le 2015 Nov 1 à 2

Re: Remove empty staves but one.

2015-11-01 Thread David Kastrup
Peter Reid writes: > Hi David, > > Thanks for getting back to me. > > I'm not sure where I need to put that. Sorry... I've tried putting it > with my notes ; in the \score part... no luck. > > I get this sort of error message: > > Avertissement : vérification du type de propriété pour « remove

Re: Remove empty staves but one.

2015-11-01 Thread Peter Reid
Thanks for your reply David, I couldn't work out how to integrate your code into my score (I'm a beginner at Lilypond) but I searched for it on google and found what I was looking for here : http://lilypond.1069038.n5.nabble.com/override-VerticalAxisGroup-remove-empty-works-only-at-the-beginni

Re: Remove empty staves but one.

2015-11-01 Thread David Kastrup
preid writes: > Dear list, > > I'm working on a stage musical type score in which the last few bars contain > only spoken text over rests. I am using this code : > > \layout { > \context { > \Staff > \RemoveEmptyStaves > % To use the setting globally, uncomment the follo

Remove empty staves but one.

2015-11-01 Thread preid
lways found solutions to my problems but this one has got me stumped. Thanks in advance, Peter PS. Thanks to everyone who contributes to Lilypond I'm really enjoying using it and I really appreciate all the hard work that goes into it. -- View this message in context: http://lilypond.1069

Re: Remove Empty Staves - but not all

2014-01-30 Thread Jan Rosseel
Kieren MacMillan sympatico.ca> writes: > > Hi Jan, > > > Is there a way to parametrize \RemoveEmptyStaves so that it will remove all > > empty staffs, except the first one if there otherwise would be no staffs left? > > That would be the best solution, of course… > In the meantime, there’s

Re: Remove Empty Staves - but not all

2014-01-30 Thread Kieren MacMillan
Hi Jan, > Is there a way to parametrize \RemoveEmptyStaves so that it will remove all > empty staffs, except the first one if there otherwise would be no staffs left? That would be the best solution, of course… In the meantime, there’s this workaround (which I use all the time): http://lsr.dsi.

Remove Empty Staves - but not all

2014-01-30 Thread Jan Rosseel
Hello, I am trying to build individual part scores from individual voices. For percussion, I create one voice per instrument, and then combine those in StaffGroups with one voice per Staff. I use \RemoveEmptyStaves to keep the number of staves minimal. This also makes it easy to see where th

Re: Remove empty staves: whole group or none

2013-06-19 Thread David Kastrup
Frank Steinmetzger writes: > Hello List > > I have a score here with two groups, the choir and soloists, i.e.: > > \new StaffGroup << > > \new ChoirStaff << > % Choir staves >>> > > \new ChoirStaff << > % Soloist staves >>> > >>> > > I want to hide empty staves to save some space, but

Remove empty staves: whole group or none

2013-06-19 Thread Frank Steinmetzger
Hello List I have a score here with two groups, the choir and soloists, i.e.: \new StaffGroup << \new ChoirStaff << % Choir staves >> \new ChoirStaff << % Soloist staves >> >> I want to hide empty staves to save some space, but ideally I'd like to either hide a whole group or

Re: Remove empty staves from PianoStaff

2010-11-23 Thread Neil Puttock
On 22 November 2010 12:37, TaoCG wrote: > And since the slashes are Rests they get removed as well. > Is there a simple trick to keep specific measures with rests alive? You can create a slash directly, instead of hacking a Rest stencil: slash = #(define-music-function (parser location note) (l

Re: Remove empty staves from PianoStaff

2010-11-22 Thread Carl Sorensen
On 11/22/10 7:22 AM, "Jonas Müthing" wrote: > Hej, > > by using the following in your Staff, you can define which interfaces > decide whether a line is active or not. If you add the rest-interface > to the list, it should keep the lines alive. > > \set Staff.keepAliveInterfaces = #'( >

Re: Remove empty staves from PianoStaff

2010-11-22 Thread Jonas Müthing
f the slash by half, followed by a hidden note. But I'd prefer something more elegant. Regards, Tao -- View this message in context: http://old.nabble.com/Remove-empty-staves-from-PianoStaff-tp30267705p30278109.html Sent from the Gnu - Lilypond - User mailing list archive at

Re: Remove empty staves from PianoStaff

2010-11-22 Thread TaoCG
as a workaround I reduced the duration of the slash by half, followed by a hidden note. But I'd prefer something more elegant. Regards, Tao -- View this message in context: http://old.nabble.com/Remove-empty-staves-from-PianoStaff-tp30267705p30278109.html Sent from the Gnu - Lilypond -

Re: Remove empty staves from PianoStaff

2010-11-20 Thread Neil Puttock
On 20 November 2010 19:55, Tao Cumplido wrote: > I hope someone knows a solution. I guess you have the situation where one stave in the PianoStaff has notes, but the other has full-bar rests (for a full system). There's a recent bugfix which added an engraver to keep both staves alive in this c

Remove empty staves from PianoStaff

2010-11-20 Thread Tao Cumplido
Hi all, I am using 2.13.39 on Windows 7. I have a PianoStaff but I want only occasionally display both staves. I tried \Staff \RemoveEmptyStaves but this doesn't remove empty staves from PianoStaff and when I put \PianoStaff \RemoveEmptyStaves LilyPond crashes when compiling. I am pretty

Re: remove empty staves

2008-05-23 Thread Graham Percival
On Fri, 23 May 2008 23:44:18 +0200 Reinhold Kainhofer <[EMAIL PROTECTED]> wrote: > Am Freitag, 23. Mai 2008 schrieb Valentin Villenave: > > Mmmh... I have checked the "standalone" box instead, to make it more > > explicit. > > Okay, that works, as well. One take about the "standalone" box > thou

Re: remove empty staves

2008-05-23 Thread Reinhold Kainhofer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Freitag, 23. Mai 2008 schrieb Valentin Villenave: > 2008/5/23 Reinhold Kainhofer <[EMAIL PROTECTED]>: > > Unfortunately, this snippet talks about the first line of the second > > staff, which is not shown in the image (because that's the second scor

Re: remove empty staves

2008-05-23 Thread Valentin Villenave
2008/5/23 Reinhold Kainhofer <[EMAIL PROTECTED]>: > Unfortunately, this snippet talks about the first line of the second staff, > which is not shown in the image (because that's the second score in the > snippet)... Maybe it would be a good idea to wrap a <<...>> around the two > staff groups? The

Re: remove empty staves

2008-05-23 Thread Reinhold Kainhofer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Freitag, 23. Mai 2008 schrieb Valentin Villenave: > 2008/5/23 Daniel Boronka <[EMAIL PROTECTED]>: > > I am using > > \RemoveEmptyStaffContext > > to remove empty staves. This works for all lines except the first line

Re: remove empty staves

2008-05-23 Thread Reinhold Kainhofer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Freitag, 23. Mai 2008 schrieb Daniel Boronka: > I am using > \RemoveEmptyStaffContext > to remove empty staves. This works for all lines except the first line, > where it shows three lines of empty bars (vocal canonic music). How can

Re: remove empty staves

2008-05-23 Thread Valentin Villenave
2008/5/23 Daniel Boronka <[EMAIL PROTECTED]>: > I am using > \RemoveEmptyStaffContext > to remove empty staves. This works for all lines except the first line, Have a look at http://lsr.dsi.unimi.it/LSR/Item?id=436 for example. C

remove empty staves

2008-05-23 Thread Daniel Boronka
Hi all, I am using \RemoveEmptyStaffContext to remove empty staves. This works for all lines except the first line, where it shows three lines of empty bars (vocal canonic music). How can I get this first line to also remove empty staves. I am using using Lilypond version 2.11.37