On Tue, Jan 17, 2023 at 11:42 PM Xavier Scheuer wrote:
> On Wed, 18 Jan 2023 at 04:12, Ralph Palmer
> wrote:
> >
> > Hi -
> >
> > Thanks for all your work, for helping users, and for LilyPond itself.
> I've been using LilyPond and Frescobaldi for a long time, mostly on
> Linux/Ubuntu.
> >
> > I'
On Wed, 18 Jan 2023 at 04:12, Ralph Palmer
wrote:
>
> Hi -
>
> Thanks for all your work, for helping users, and for LilyPond itself.
I've been using LilyPond and Frescobaldi for a long time, mostly on
Linux/Ubuntu.
>
> I'm currently running LilyPond 2.24.0 and Frescobaldi 3.2 on Linux/Ubuntu.
>
>
Hi. I was wondering if anyone knows how to add empty staves to a score in
the middle. I realize this may not be possible and my best option is to use
the following wherever I want to add staves:
<<
\new Staff {
\once \omit Staff.TimeSignature
s1*5
}
>>
I hav
On Wed, Jan 6, 2021 at 1:12 PM Thomas Morley
wrote:
>
>
> Probably
> http://lsr.di.unimi.it/LSR/Item?id=312
> helps.
>
> Cheers,
> Harm
>
Great, thanks!
Here's the patched code:
-
showMultiRests = {
\set Staff.keepAliveInterfa
Am Mi., 6. Jan. 2021 um 13:04 Uhr schrieb Paolo Prete :
>
> Hello,
>
> The following snippet hides "empty" staves in a system. But how can I unset
> this behavior for selected staves?
> For example: I want to hide the empty staff in the second measure but in the
>
Hello,
The following snippet hides "empty" staves in a system. But how can I unset
this behavior for selected staves?
For example: I want to hide the empty staff in the second measure but in
the fourth measure I want to print the staff with its rest...
Thanks for
Am 24.01.2018 um 02:58 schrieb joedavnport:
Q1. Is there a way to create (and show) an empty stave in a score,
rather than creating {s1 s1 s1} spaces?
You can write s1*3 instead of s1 s1 s1 ;)
Q2. Sometimes I want to omit a phrasing for certain files (e.g. showing
repeat marks), instead of
Hi LilyPond,
Here are some general questions on coding, which I think can be answered in any
way that works. The first, however, is more specific.
Q1. Is there a way to create (and show) an empty stave in a score, rather than
creating {s1 s1 s1} spaces?
-because I'm lazy.
Q2. Sometimes I want t
On 11/7/16 5:03 AM, "mclaren" wrote:
>
>The Lilypond documentation is poorly organized and extremely incomplete.
>For
>exmaple, I was only only able to find out about tie direction control by
>glancing at an unrelated list of tweaks. Tie direction control \tieUp and
>\tieDown should be featured
On 07.11.2016 12:03, mclaren wrote:
This offers an example of the inadequacy of the Lilypond documentation. This
kind of limitation in Lilypond's output really should be featured
prominently somewhere in the basic info about entering note-values in the
Lilypond Learning Guide. One sentence would
mclaren writes:
> Thanks, it's useful to know that Lilypond doesn't have printable
> objects to represent time values shorter than 1/128 note, but that
> Lilypond nevertheless does insert them into scores and deal with them.
>
> This offers an example of the inadequacy of the Lilypond
> documenta
Il giorno lun 7 nov 2016 alle 12:03, mclaren
ha scritto:
The Lilypond documentation is poorly organized and extremely
incomplete. For
exmaple, I was only only able to find out about tie direction control
by
glancing at an unrelated list of tweaks. Tie direction control \tieUp
and
\tieDown shou
Am 07.11.2016 um 12:03 schrieb mclaren:
> The Lilypond documentation is poorly organized and extremely incomplete. For
> exmaple, I was only only able to find out about tie direction control by
> glancing at an unrelated list of tweaks. Tie direction control \tieUp and
> \tieDown should be featur
Am 07.11.2016 um 12:03 schrieb mclaren:
> The Lilypond documentation is poorly organized and extremely incomplete. For
> exmaple, I was only only able to find out about tie direction control by
> glancing at an unrelated list of tweaks. Tie direction control \tieUp and
> \tieDown should be featured
ection control \tieUp and
\tieDown should be featured prominently in the Lilypond Learning Manual in
the section on ties.
--
View this message in context:
http://lilypond.1069038.n5.nabble.com/Mystery-empty-staves-appear-on-score-tp196198p196264.html
Sent from the User mailing l
On 07.11.2016 11:29, Urs Liska wrote:
Experience shows that
Lilypond won't print a rest shorter than 1/128 note, so maybe if I enter a
short enough silent rest Lilypond won't insert it at all in the score.
LilyPond doesn't know about notes or rests shorter than 1/128. This is
an arbitrary limita
Am 07.11.2016 um 11:23 schrieb mclaren:
> Thanks! That answer a lot of questions. So presumably the S2 is means
> "silent half note rest."
> I'm guessing, then, that S1024 or S4096 will generate silent 1/1024 note
> rest and silent 1/4096 note rests, respectively.
>
> Ideally, what I want is a s
e. I'll fiddle around with
Lilypond some more and see what I can come up with. In any case, this
valuable clue points me in the right direction.
--
View this message in context:
http://lilypond.1069038.n5.nabble.com/Mystery-empty-staves-appear-on-score-tp196198p196258.html
Sent from the
Hi mclaren,
I would not know how to play these nested tuplets and I would have
difficulties with that piece. But that's not the question.
The empty staves are there, because you ask for them with your \breaks
variable. Wherever you put \breaks into the music (at least 3 times in
your score)
Using urs Liska's recommended page break method for ametric scores, got close
to a score of simultaneous Nancarrowesque notated accelerations +
decelerations with proper page breaks. Mysterious empty staves appear on the
pages, though. Not sure why. I can photoshop these out from the lil
Hello Andrew,
From a previous thread:
%%%
\version "2.19.25"
%{
\RemoveEmptyStaves does not work primarily because \PianoStaff has the
Keep_alive_together_engraver. You should remove that one (or not use
\PianoStaff) and then invoke only the second Staff as
\new Staff \with { \RemoveEmpt
Am 03.06.2016 um 06:39 schrieb David Wright:
On Thu 02 Jun 2016 at 21:14:17 (-0400), Andrew Bernard wrote:
I have a two stave piece using a PianoStaff. In some sections I need to
hide the unused lower stave for a number of bars. Using \RemoveEmptyStaves
or \RemoveAllmptyStaves does nothing. Th
On Thu 02 Jun 2016 at 21:14:17 (-0400), Andrew Bernard wrote:
> I have a two stave piece using a PianoStaff. In some sections I need to
> hide the unused lower stave for a number of bars. Using \RemoveEmptyStaves
> or \RemoveAllmptyStaves does nothing. There are only spacer rests in the
> staff in
I have a two stave piece using a PianoStaff. In some sections I need to
hide the unused lower stave for a number of bars. Using \RemoveEmptyStaves
or \RemoveAllmptyStaves does nothing. There are only spacer rests in the
staff in question.
The NR in Section A.20 says these functions 'Remove staves
Hi Mike,
2016-01-04 18:12 GMT+01:00 Mike Solomon :
> Hey all,
>
> In the sort-of-minimal example below, Lily is taking up staff space on the
> first and second system when she shouldn’t. Is there any way to get her to
> not account for the empty staves instead of leaving that sp
ff space on the
> first and second system when she shouldn’t. Is there any way to get her to
> not account for the empty staves instead of leaving that space?
>
> Cheers,
> MS
>
> *
>
> \version "2.17.0"
>
> marksLollipop = {
> \time 5/6
> \temp
Hey all,
In the sort-of-minimal example below, Lily is taking up staff space on the
first and second system when she shouldn’t. Is there any way to get her to not
account for the empty staves instead of leaving that space?
Cheers,
MS
*
\version "2.17.0"
marksLollipop = {
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
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
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
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
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
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
Am 06.05.2015 um 16:59 schrieb Andrew Bernard:
Dear Friedrich,
That’s because you have unnecessary nesting of staves.
Using 2.19.19, do this instead:
\new StaffGroup
<<
\new Staff <<
\set Staff.instrumentName = "Chant"
\new Voice = "PartPOneVoiceNone" { \PartPOneVoiceNone }
Hello
Have you looked closely at the error messages in the logfile? Here
compiled with Lilypond 2.19.20:
Processing `/tmp/frescobaldi-zC9Bi8/tmpH1vcKq/document.ly'
Parsing...
Interpreting music...
/tmp/frescobaldi-zC9Bi8/tmpH1vcKq/document.ly:263:19 <0>: warning:
cannot find Voice `PartPOneVo
Dear Friedrich,
That’s because you have unnecessary nesting of staves.
Using 2.19.19, do this instead:
\new StaffGroup
<<
\new Staff <<
\set Staff.instrumentName = "Chant"
\new Voice = "PartPOneVoiceNone" { \PartPOneVoiceNone }
\new Lyrics \lyricsto "PartPOneVoiceNone"
Hello,
As far as 2.19.15 everything was in order but from 2.19.16 to 2.19.19
voice and lyrics are missing.
I'm sorry, but to show you the problem I must send the whole song.
Friedrich
\version "2.19.11"
\header {
title = "Barcarolle"
subtitle = "Musique de F. Schubert"
composer = "ArrangÃ
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
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.
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
Thanks, all.
Anyway, this works for version 2.16.2:
\layout {
\context { \Staff \RemoveEmptyStaves
\override VerticalAxisGroup #'remove-first = ##t }
}
--
View this message in context:
http://lilypond.1069038.n5.nabble.com/Removing-empty-staves-in-piano-template-with-m
iling list
> lilypond-user@
> https://lists.gnu.org/mailman/listinfo/lilypond-user
Hello muggle,
Consider upgrading to the new super-awesome v2.18 of LilyPond if at all
possible. :) Have fun! It's a great update.
Ben
-
composer | sound designer
LilyPon
David Kastrup writes:
> muggle writes:
>
>> Really?
>>
>> I just get an error when I change that line:
>>
>> warning: cannot find property type-check for `remove-first'
>> (translation-type?). perhaps a typing error?
>> warning: doing assignment anyway
>> warning: cannot find property type-chec
muggle writes:
> Really?
>
> I just get an error when I change that line:
>
> warning: cannot find property type-check for `remove-first'
> (translation-type?). perhaps a typing error?
> warning: doing assignment anyway
> warning: cannot find property type-check for `remove-first'
> (translation
ping error?
warning: doing assignment anyway
warning: cannot find property type-check for `remove-first'
(translation-type?). perhaps a typing error?
warning: doing assignment anyway
[8][16]
--
View this message in context:
http://lilypond.1069038.n5.nabble.com/Removing-empty-staves-in
muggle writes:
> I know that the line "\context { \Staff \RemoveEmptyStaves }" makes
> any rest bars invisible. My piano introduction is over 8 bars long,
> but some of these rest bars still appear in the first line of the
> score - the rest are hidden. Is there a way to hide these rest bars
> a
some of these
rest bars still appear in the first line of the score - the rest are hidden.
Is there a way to hide these rest bars as well? I'm not concerned about the
lyrics at this point.
--
View this message in context:
http://lilypond.1069038.n5.nabble.com/Removi
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
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
Hello. In lily pond i am creating my final assignment for the semester. Yee!
lol! except not.
I don't want to write rests and i plan on maybe writing out the repeats. I
don't now yet. I want to though hide empty staves until they are needed, then
hide the staves again. I saw this
On Tue, 04 Dec 2012 08:25:12 -0800, wrote:
hideStaff = \set Staff.keepAliveInterfaces = #'()
showStaff = \unset Staff.keepAliveInterfaces
Whom should I talk to to suggest putting getting these tweaks predefined in the
"shipping" installation of Lilypond and documented in the
s who may
>> be looking for this functionality.
>
> This kind of hint is best placed in the LSR - the LilyPond Snippet Repository.
> Anyone can do this. Just prepare an example showing how to remove
> non-empty staves using this method and submit it to the LSR with a
> sui
d in the LSR - the LilyPond Snippet Repository.
Anyone can do this. Just prepare an example showing how to remove
non-empty staves using this method and submit it to the LSR with a
suitable tag, and if it is accepted it will appear in the relevant snippets
sections of the Notation Reference. Use
\context { \Staff \RemoveEmptyStaves }
>
>> Is there a way to tell Lilypond to stop showing a non-empty staff
>> (that contains notes) and reclaim its space after the next line break?
>
> There is a variable called keepAliveInterfaces that describes what contents
>
is a variable called keepAliveInterfaces that describes what contents
LilyPond considers before removing "empty" staves. (It is only mentioned
in the documentation in the Internals Reference, but you can see its usual
definition in 'engraver-init.ly' included in the LilyPond installation.)
You
Hi Christopher,I'm not sure if this example matches your need, but it is a thing I once crafted for a special piece. It shows an ossia stave in a different color and size. Starting at some point and ending after I don't need it anymore. But alas not on a line break, don't know how to do thatCom
Greetings.
I'm a long-time user of lilypond. I love it and have used it for my massive
solo pipe organ transcription of a 30-minute movement of a symphony scored for
large orchestra, so I feel like I know my way around Lilypond at an
intermediate level. I don't really delve deeply into the Sc
Do you use a PianoStaff in your example?
I think this has been changed on purpose in order to keep PianoStaff-s
intact - as the pianist generally will prefer an empty staff over a
removed one.
Am 28.09.2011 12:48, schrieb Alberto Simões:
Hello
It seems that the 2.12 command
\RemoveE
2011/9/28 Alberto Simões :
>
> Hello
>
> Trying
>
>\context {
> \PianoStaff
> \remove "Keep_alive_together_engraver"
> \Staff \RemoveEmptyStaves
> \override VerticalAxisGroup #'remove-first = ##t
>}
>
> But I get complains:
>
> _.ly:94:6: error: syntax error, unexpe
ok, fixed :)
On 28/09/2011 12:13, Alberto Simões wrote:
\context {
\PianoStaff
\remove "Keep_alive_together_engraver"
\Staff \RemoveEmptyStaves
\override VerticalAxisGroup #'remove-first = ##t
}
use two contexts :) and it seems to work.
Thanks
--
Alberto Simoes
CEHUM
___
On 28/09/2011 12:05, Xavier Scheuer wrote:
2011/9/28 Alberto Simões:
Hello
It seems that the 2.12 command
\RemoveEmptyStaffContext
is, in 2.14,
\Staff \RemoveEmptyStaves
But the behavior is not exactly the same.
In the attached image, left is 2.14, right is 2.12.
How to ge
2011/9/28 Alberto Simões :
>
> Hello
>
> It seems that the 2.12 command
>
> \RemoveEmptyStaffContext
>
> is, in 2.14,
>
> \Staff \RemoveEmptyStaves
>
> But the behavior is not exactly the same.
> In the attached image, left is 2.14, right is 2.12.
>
> How to get the 2.12 behavior with 2
Aha! Thanks!
Edward
On 6/11/11 3:11 AM, Xavier Scheuer wrote:
On 11 June 2011 06:29, Edward Neeman wrote:
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
On 11 June 2011 06:29, Edward Neeman wrote:
>
> 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
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 <<
\
Tao wrote:
I have a global frame with rehearsal marks etc., which I wanted
to use for all parts but I guess I'll just have to make an
alternative one for the rhythm section in this case.
The next time try doing it like this:
\set Score.skipTypesetting = ##t
[ ... empty section ... ]
tion in this case.
Regards,
Tao
--
View this message in context:
http://old.nabble.com/How-to-remove-all-empty-staves--tp31019724p31022080.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
Robin Bannister wrote:
Something relevant must have changed between 2.13.40 and 2.13.46.
I've narrowed this down to between 2.13.42 and 2.13.43,
so it's probably the commit to fix issue 1336
http://code.google.com/p/lilypond/issues/detail?id=1336
"Don't make paper columns if skipTypesetti
Tao wrote:
Unfortunately this seems to neutralize all \break commands.
This is probably due to the new vertical spacing.
Something relevant must have changed between 2.13.40 and 2.13.46.
Cheers,
Robin
___
lilypond-user mailing list
lil
c'1
\break
\set Score.skipTypesetting = ##t
s1
\set Score.skipTypesetting = ##f
\break
c'1
}
http://old.nabble.com/file/p31020717/sample.png sample.png
--
View this message in context:
http://old.nabble.com/How-to-remove-all-empty-staves
Tao wrote:
maybe this is a bug?
It is an issue:
http://lists.gnu.org/archive/html/bug-lilypond/2009-03/msg00019.html
Try turning skipTypesetting on and off:
\set Score.skipTypesetting = ##t
[ ... empty section ... ]
\set Score.skipTypesetting = ##f
Cheers,
Robin
__
- Original Message -
From: "TaoCG"
To:
Sent: Saturday, February 26, 2011 2:41 PM
Subject: Re: How to remove all empty staves?
Phil Holmes-2 wrote:
If the music only has full measure rests for that section, then putting
this
layout block in the definition will allow th
On 26 February 2011 15:41, TaoCG wrote:
>
> Actually I have:
>
> \context {
> \Staff \RemoveEmptyStaves
> }
>
> Does this make any difference?
>
> I tried changing it to your example but the result seems to be the same.
> Again I tried to remove the rehearsal mark to see if it is keeping the sta
only the bar number is seen taking up
vertical space for a whole staff.
I forgot to mention that I use the development version, maybe this is a bug?
Regards,
Tao
--
View this message in context:
http://old.nabble.com/How-to-remove-all-empty-staves--tp31019724p31020129.html
Sent from th
- Original Message -
From: "TaoCG"
To:
Sent: Saturday, February 26, 2011 12:59 PM
Subject: How to remove all empty staves?
Hi,
I need to remove the staff in one part of a single instrument score but
\RemoveEmptyStaves seems to keep at least one Staff alive, it just r
e.com/file/p31019724/wantyou_bass.pdf wantyou_bass.pdf
--
View this message in context:
http://old.nabble.com/How-to-remove-all-empty-staves--tp31019724p31019724.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.
___
lilypond-user ma
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
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 = #'(
>
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
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 -
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
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
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Am Samstag, 30. August 2008 schrieb Alexander Kobel:
> Kieren MacMillan wrote:
> > Hi Alexander,
> >
> >> does anybody know whether/how it's possible to locally
> >> prevent staves from hiding troughout a part of the piece?
> >
> > See Neil's solution
Kieren MacMillan wrote:
> Hi Alexander,
>
>> does anybody know whether/how it's possible to locally
>> prevent staves from hiding troughout a part of the piece?
>
> See Neil's solution to the same question, which I posed almost exactly a
> year ago:
> http://lists.gnu.org/archive/html/lilypon
You might be better served with \stopStaff and \startStaff.
Am 25.08.2008 um 13:24 schrieb Alexander Kobel:
Hi, all,
does anybody know whether/how it's possible to locally prevent staves
from hiding troughout a part of the piece? An example (and my best
up to
now) is attached...
By the way
Hi Alexander,
does anybody know whether/how it's possible to locally
prevent staves from hiding troughout a part of the piece?
See Neil's solution to the same question, which I posed almost
exactly a year ago:
http://lists.gnu.org/archive/html/lilypond-user/2007-08/
msg00366.html
Hope
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
-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
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
-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
-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
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
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
Am 2007-05-07 um 03:28 schrieb Bryan Stanbridge:
In LP 2.6 I could hide empty staves (also in the first system) with
\layout { \context { \RemoveEmptyStaffContext } }
Can't remember if I also needed
\set Score . skipBars = ##t
In LP 2.10 an empty stave in the first system is only hidden
Quoting fiëé visuëlle <[EMAIL PROTECTED]>:
Ahoi!
In LP 2.6 I could hide empty staves (also in the first system) with
\layout { \context { \RemoveEmptyStaffContext } }
Can't remember if I also needed
\set Score . skipBars = ##t
In LP 2.10 an empty stave in the first system is only
Ahoi!
In LP 2.6 I could hide empty staves (also in the first system) with
\layout { \context { \RemoveEmptyStaffContext } }
Can't remember if I also needed
\set Score . skipBars = ##t
In LP 2.10 an empty stave in the first system is only hidden with
\override Score . VerticalAxisGroup #
Rutger wrote:
Dear all,
I don't know whether this will be helpful at all, or whether it will just be
some silly remark from an inexperienced user, but at least it may prevent
future inexperienced users from making the same mistake:
I have been struggling with the same problem as Bob, and at f
s why they are not hidden.
Best,
Rutger
--
View this message in context:
http://www.nabble.com/Hiding-empty-staves-tf2645020.html#a8441545
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.
___
lilypond-user mailing list
l
In message <[EMAIL PROTECTED]>, Manuel
<[EMAIL PROTECTED]> writes
Am 24/12/2006 um 20:30 schrieb Christopher A. LaFond:
"stop" may not seem obvious to all. In America, we use the word
"period"; I don't know what is used in other English speaking
countries. My recommendation is "Add full stops
In message <[EMAIL PROTECTED]>, Pierre Abbat
<[EMAIL PROTECTED]> writes
On Sunday 24 December 2006 14:34, Manuel wrote:
I'm sure you are right. My English needs you. "fourth", not
"quarter", it should be.
The duration of a note, however, is a quarter.
Not in English it isn't! :-)
In Americ
1 - 100 of 135 matches
Mail list logo