Hi Urs,
> The problem with this is (as Harm pointed out already rather at the
> beginning of this thread) that there may be elements at the wrong size
> at the changing spot.
Easily fixed.
SNIPPET BEGINS
\version "2.19"
\header {
tagline = ##f
}
\layout {
indent = 0
\context {
\Sco
Am 10.09.2016 um 16:29 schrieb Kieren MacMillan:
> Hi Michael,
>
>> I was hoping to be able to change staff sizes within a score without the
>> bizarre kludge of creating an entirely new score everytime the staff size
>> changes.
> I’m not sure “bizarre” was a necessary descriptor… On a mailing l
Hi Michael,
> I was hoping to be able to change staff sizes within a score without the
> bizarre kludge of creating an entirely new score everytime the staff size
> changes.
I’m not sure “bizarre” was a necessary descriptor… On a mailing list (such as
this one) where people are generously donati
Looks like \stopStaff and \startStaff aren't needed. -Paul
\version "2.19.42"
\relative c' {
c d e f
\break
\magnifyStaff #2
c d e f
\break
\magnifyStaff #1
c d e f
}
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gn
On 09/10/2016 10:04 AM, Michael Rivers wrote:
I was hoping to be able to change staff sizes within a score without the
bizarre kludge of creating an entirely new score everytime the staff size
changes. Many apologies for being unclear.
How about this? (Hmmm... the barlines are the wrong size
I was hoping to be able to change staff sizes within a score without the
bizarre kludge of creating an entirely new score everytime the staff size
changes. Many apologies for being unclear.
--
View this message in context:
http://lilypond.1069038.n5.nabble.com/changing-staff-size-throughout-a
Am 09.09.2016 um 20:05 schrieb Kieren MacMillan:
> Hi Michael,
>
>> print an example of a scale in normal sized print,
>> followed by an arbitrary number of larger staves for students to draw their
>> own scales. That would require being able to change the size of a single
>> staff on the fly.
>
Hi Michael,
> print an example of a scale in normal sized print,
> followed by an arbitrary number of larger staves for students to draw their
> own scales. That would require being able to change the size of a single
> staff on the fly.
Not really…
%%% SNIPPET BEGINS
\version "2.19"
\paper {
own scales. That would require being able to change the size of a single
staff on the fly.
--
View this message in context:
http://lilypond.1069038.n5.nabble.com/changing-staff-size-throughout-a-score-tp194304p194387.html
Sent from the User mailing list archive at Nabble.com
Hi Urs,
> "This OP's message" was mine:
> http://lists.gnu.org/archive/html/lilypond-user/2016-09/msg00144.html to
> which Michael replied, unfortunately without quoting.
Yes, I see that now. I meant Michael’s request — which, as we’ve said, Lily can
easily handle.
Apologies for the noise/confus
Am 08.09.2016 um 22:06 schrieb Kieren MacMillan:
> Hi Urs,
>
>> We're talking about changing from one system to the next,
>> not about having staves of different size in parallel.
> You were talking about that in another thread… but where in this OP’s message
> was that restriction? Sorry if I m
Hi Urs,
> We're talking about changing from one system to the next,
> not about having staves of different size in parallel.
You were talking about that in another thread… but where in this OP’s message
was that restriction? Sorry if I missed it.
> Indeed it seems Finale is the only "big" tool
Am 08.09.2016 um 21:46 schrieb Kieren MacMillan:
> Hi Michael,
>
>> I want to make the examples in regular sized staves and make the
>> lines for the student responses with larger staves.
> Like this?
>
> \version "2.19"
> \score {
> <<
> \new Staff \with { \magnifyStaff #1/2 } { \repeat un
Hi Michael,
> I want to make the examples in regular sized staves and make the
> lines for the student responses with larger staves.
Like this?
\version "2.19"
\score {
<<
\new Staff \with { \magnifyStaff #1/2 } { \repeat unfold 4 c''1 }
\new Staff { \repeat unfold 4 c''1 }
>>
}
Of
is
the only notation software that handles changing staff sizes with ease. It
would be great if Lilypond could join it.
--
View this message in context:
http://lilypond.1069038.n5.nabble.com/changing-staff-size-throughout-a-score-tp194304p194331.html
Sent from the User mailing list archive at
tion/notation/setting-the-staff-size
>>>
>>> Trevor
>>>
>>> - Original Message -
>>> From: "Urs Liska"
>>> To: "lilypond-user"
>>> Sent: Wednesday, September 07, 2016 11:40 PM
>>> Subject: changing staff
t; - Original Message -
>> From: "Urs Liska"
>> To: "lilypond-user"
>> Sent: Wednesday, September 07, 2016 11:40 PM
>> Subject: changing staff-size throughout a score
>>
>>
>>> Hi all,
>>>
>>&
lypond-user"
> Sent: Wednesday, September 07, 2016 11:40 PM
> Subject: changing staff-size throughout a score
>
>
>> Hi all,
>>
>> is it possible to change the size of the StaffSymbol along the way
>> through a score? My impression is that
>>
>>
Hi Urs
I think \magnifyStaff would do this. See
http://lilypond.org/doc/v2.19/Documentation/notation/setting-the-staff-size
Trevor
- Original Message -
From: "Urs Liska"
To: "lilypond-user"
Sent: Wednesday, September 07, 2016 11:40 PM
Subject: changing staff-siz
Hi all,
is it possible to change the size of the StaffSymbol along the way
through a score? My impression is that
\override Score.StaffSymbol.staff-space
has an effect only when applied in a \with block or at the very first
start of a Staff.
However, I don't see a reason for that behaviour.
Thanks so much!
--
View this message in context:
http://lilypond.1069038.n5.nabble.com/Changing-Staff-Size-Without-Messing-Up-Fonts-tp188190p188224.html
Sent from the User mailing list archive at Nabble.com.
___
lilypond-user mailing list
lilypond
Change staff size first.
HTH
Am 7. März 2016 00:10:57 MEZ, schrieb kwpaprocki :
>Hello,
>
>I've been having trouble with changing staff size. I've been using
>this:
>
>#(set-global-staff-size 30)
>
>to change the staff size. When I do the text and notation f
Hello,
I've been having trouble with changing staff size. I've been using this:
#(set-global-staff-size 30)
to change the staff size. When I do the text and notation fonts change back
to the lilypond defaults. How do I keep this from happening?
Thanks,
Kris
--
View this
Kris,
On Sunday, March 6, 2016, kwpaprocki [via Lilypond] <
ml-node+s1069038n188190...@n5.nabble.com> wrote:
> Hello,
>
> I've been having trouble with changing staff size. I've been using this:
>
> #(set-global-staff-size 30)
>
> to change the staff size.
Jérôme Plût writes:
> Quinto Kalendas Augustas MMXV scripsit Kevin Barry :
>> Hi Jerome,
>>
>> The most relevant part of the manuals for your question is probably here:
>> http://lilypond.org/doc/v2.18/Documentation/notation/
>> changing-context-default-settings
>>
>> It should answer all of yo
Quinto Kalendas Augustas MMXV scripsit Kevin Barry :
> Hi Jerome,
>
> The most relevant part of the manuals for your question is probably here:
> http://lilypond.org/doc/v2.18/Documentation/notation/
> changing-context-default-settings
>
> It should answer all of your questions (and there is even
Hi Jerome,
The most relevant part of the manuals for your question is probably here:
http://lilypond.org/doc/v2.18/Documentation/notation/changing-context-default-settings
It should answer all of your questions (and there is even an example of how
to store a \with block in a variable.
hth,
Kevin
I saw in the documentation how to change the size of a single staff
(such as the solist part in a piano accompaniment score) with the
\with command. However, since I might need to do this for several
scores, I would like to factor out the \with snippet in a macro.
My question is therefore: is ther
- Original Message -
From: "Eby Mani"
To: "David Kastrup"
Cc:
Sent: Saturday, November 24, 2012 8:18 AM
Subject: Re: changing staff size in "\score" context
Oh, that is to combine rests of two choir voices on the same staff, as you
can see I'm
On 24 November 2012 09:18, Eby Mani wrote:
> Oh, that is to combine rests of two choir voices on the same staff, as you
> can see I'm using two voices per staff.
>
> If i disable it, it shows no errors.
>
> Is there a better way of combining rests the same without using "\revert Rest
> #'directi
l Message -
From: David Kastrup
To: Eby Mani
Cc: "lilypond-user@gnu.org"
Sent: Thursday, November 22, 2012 1:52 PM
Subject: Re: changing staff size in "\score" context
Eby Mani writes:
> Thanks, the file compiled with multiple "warning: cannot resolve rest
> coll
Eby Mani writes:
> Thanks, the file compiled with multiple "warning: cannot resolve rest
> collision: rest direction not set" errors in vocal part, where SA and
> TB rests are combined.
>
> *
> global = {
[...]
> \revert Rest #'direction
[...]
> }
What's the idea
are the notes (rests) ?? we need a - short - example to reproduce the
error/warning!
Eluze
--
View this message in context:
http://lilypond.1069038.n5.nabble.com/changing-staff-size-in-score-context-tp136641p136707.html
Sent from the User mailing list archive at Nabble.com.
__
g
Cc:
Sent: Wednesday, November 21, 2012 7:02 PM
Subject: Re: changing staff size in "\score" context
Eluze writes:
> Eby Mani wrote
>> Hi, I don't know how to change staff size in the following scenario, need
>> to reduce the size of Organ staff in the score whic
sorry I mixed up the different syntaxes and didn't respect the version Eby
gave us
but I'm really fond of this new and practical feature (don't more need to
write *#*,* '*, *(* so many times …)
Eluze
--
View this message in context:
http://lilypond.1069038.n5.nabble.com
Eluze writes:
> Eby Mani wrote
>> Hi, I don't know how to change staff size in the following scenario, need
>> to reduce the size of Organ staff in the score which should be given to
>> the choir and vice versa for the Organist.
>>
>> Are there any commands that can be used in "\score" context ?
moveEmptyStaffContext" is called, both endup in fatal error.
Eby
From: Eluze
To: lilypond-user@gnu.org
Sent: Wednesday, November 21, 2012 3:46 PM
Subject: Re: changing staff size in "\score" context
Eby Mani wrote
> Hi, I don't know how to change staff size in th
--
View this message in context:
http://lilypond.1069038.n5.nabble.com/changing-staff-size-in-score-context-tp136641p136646.html
Sent from the User mailing list archive at Nabble.com.
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
Hi, I don't know how to change staff size in the following scenario, need to
reduce the size of Organ staff in the score which should be given to the choir
and vice versa for the Organist.
Are there any commands that can be used in "\score" context ?. I don't want to
mess anything where the mus
Paul Morris writes:
> On Nov 2, 2012, at 4:45 PM, David Kastrup wrote:
>
>> Paul Morris writes:
>>
>>> On Oct 31, 2012, at 7:11 PM, Paul Morris wrote:
>>>
>>> That worked to avoid the error, but didn't seem quite right (since it
>>> didn't seem to matter what values you fed it). So I checke
On Nov 2, 2012, at 4:45 PM, David Kastrup wrote:
> Paul Morris writes:
>
>> On Oct 31, 2012, at 7:11 PM, Paul Morris wrote:
>>
>> That worked to avoid the error, but didn't seem quite right (since it
>> didn't seem to matter what values you fed it). So I checked the
>> LilyPond source code
Paul Morris writes:
> On Oct 31, 2012, at 7:11 PM, Paul Morris wrote:
>
> That worked to avoid the error, but didn't seem quite right (since it
> didn't seem to matter what values you fed it). So I checked the
> LilyPond source code (scm/output-ps.scm), and it seems like this is
> the better wa
On Oct 31, 2012, at 7:11 PM, Paul Morris wrote:
> On Mike's suggestion I also switched to using internal path stencils instead
> of embedded PS. The only problem I ran into was using "fill" to get a filled
> triangle. I used:
>
> upTriangle =
> #(ly:make-stencil
> '(path 0.09
> '(
On 1 nov. 2012, at 12:44, m...@mikesolomon.org wrote:
> On 1 nov. 2012, at 00:11, Paul Morris wrote:
>
>> On Oct 31, 2012, at 4:52 PM, Thomas Morley
>> wrote:
>>
>>> Hi Paul,
>>>
>>> postscript is scaled with global-staff-size only.
>>>
>>> To work around you could use:
>>>
>>> TwinNoteNo
On 1 nov. 2012, at 00:11, Paul Morris wrote:
> On Oct 31, 2012, at 4:52 PM, Thomas Morley
> wrote:
>
>> Hi Paul,
>>
>> postscript is scaled with global-staff-size only.
>>
>> To work around you could use:
>>
>> TwinNoteNoteHeads =
>> #(lambda (grob)
>> (let* ((sz (ly:grob-property grob 'fo
On Oct 31, 2012, at 4:52 PM, Thomas Morley
wrote:
> Hi Paul,
>
> postscript is scaled with global-staff-size only.
>
> To work around you could use:
>
> TwinNoteNoteHeads =
> #(lambda (grob)
> (let* ((sz (ly:grob-property grob 'font-size 0.0))
> (mult (magstep sz)))
> (set! (ly:
On 31 oct. 2012, at 20:27, Paul Morris wrote:
> Hello, I'm trying to increase the overall size of a given staff, as
> described in the docs[1] using:
>
> \new Staff \with {
> fontSize = #2
> \override StaffSymbol #'staff-space = #(magstep 2)
>
> \override NoteHead #'before-line-
2012/10/31 Paul Morris :
[...]
>
> upTriangle =
> #(ly:make-stencil
> (list 'embedded-ps
> "gsave
> currentpoint translate
> newpath
[...]
Hi Paul,
postscript is scaled with global-staff-size only.
To work around you could use:
TwinNoteNoteHeads =
#(lambda (grob)
(let* ((s
Hello, I'm trying to increase the overall size of a given staff, as described
in the docs[1] using:
\new Staff \with {
fontSize = #2
\override StaffSymbol #'staff-space = #(magstep 2)
\override NoteHead #'before-line-breaking = \TwinNoteNoteHeads
}
But I'm also using custom not
On Thu, 2010-02-11 at 11:53 -0500, Kieren MacMillan wrote:
> Hi Mats,
>
> > I hope you don't forget about
> > http://code.google.com/p/lilypond/issues/detail?id=216
>
> Hasn't this specific issue been solved by the \bookpart?
> i.e., the original problem was that you couldn't "produce different s
Hi Mats,
> I hope you don't forget about
> http://code.google.com/p/lilypond/issues/detail?id=216
Hasn't this specific issue been solved by the \bookpart?
i.e., the original problem was that you couldn't "produce different staff size
of different scores within the same book", but each \bookpart
On Thu, 2010-02-11 at 08:57 -0500, David Stocker wrote:
> Trevor,
>
> I'll prepare a rewrite, perhaps this afternoon.
>
> Thanks!
>
> David
>
> Trevor Daniels wrote:
> >
> > David, you wrote Wednesday, February 10, 2010 4:53 PM
> >
> >
> >> I just saw the warning about staff spaces at the botto
Trevor,
I'll prepare a rewrite, perhaps this afternoon.
Thanks!
David
Trevor Daniels wrote:
David, you wrote Wednesday, February 10, 2010 4:53 PM
I just saw the warning about staff spaces at the bottom of the
documentation page. The question remains, is this behavior
beneficial? If so, s
David, you wrote Wednesday, February 10, 2010 4:53 PM
I just saw the warning about staff spaces at the bottom of the
documentation page. The question remains, is this behavior
beneficial? If so, should the documentation and command wording
simply be reworked?
David, if you are willing to r
If they don't do the same thing then clearly change the documentation.
To the degree that they do something different, changing the name of
the command would be good as well. I also like the idea of independent
changes as well--- which if possible should be more clearly reflected
in the docs.
--hs
I just saw the warning about staff spaces at the bottom of the
documentation page. The question remains, is this behavior beneficial?
If so, should the documentation and command wording simply be reworked?
David
Chris wrote:
Hi! Is it possible to change the staff size?
I found in the document
Chris,
Have a look at
http://lilypond.org/doc/v2.12/Documentation/user/lilypond/Setting-the-staff-size#Setting-the-staff-size
A couple of notes:
placing #(set-global-staff-size 15.87) somewhere in your file will
change the size of the staff and scale scale all the fonts (music and
text, inc
On 10.02.2010, at 17:17, Chris wrote:
Hi! Is it possible to change the staff size?
I found in the documentation only a command to change
the note size.
Where did you look? It's documented in the Learning Manual, the first
place to read when you start using LilyPond. Here it is:
http://lil
This should do the trick:
#(set-global-staff-size 14)
or any other number, of course.
Jethro.
On Wed, 10 Feb 2010, Chris wrote:
> Hi! Is it possible to change the staff size?
> I found in the documentation only a command to change
> the note size.
___
Hi! Is it possible to change the staff size?
I found in the documentation only a command to change
the note size.
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
60 matches
Mail list logo