Re: Changing staff-staff-spacing from page to page

2023-12-14 Thread Kieren MacMillan
Hi Knute, > Le mardi 10 octobre 2023 à 09:41 -0700, Knute Snortum a écrit : >> Is there a way to change staff-staff-spacing in different pages in the same >> piece? > Unfortunately not. You have to chose settings that work well for the whole > score (or, if you must, resort to hidden markups ta

Re: Changing staff-staff-spacing from page to page

2023-10-10 Thread Jean Abou Samra
Le mardi 10 octobre 2023 à 09:41 -0700, Knute Snortum a écrit : > Is there a way to change staff-staff-spacing in different pages in the same > piece?  Unfortunately not. You have to chose settings that work well for the whole score (or, if you must, resort to hidden markups taking space). >  

Changing staff-staff-spacing from page to page

2023-10-10 Thread Knute Snortum
Is there a way to change staff-staff-spacing in different pages in the same piece? For instance, here is a MWE that shows how I thought it might be done, but it doesn't work: \version "2.24.2" \new PianoStaff << \new Staff \relative { \override Score.StaffGrouper.staff-staff-spacing.paddin

Re: Changing staff colour

2021-06-04 Thread Shane Brandes
Hi Paul, This works for what you are after I believe. musicB = { \new PianoStaff << { \new Staff = "right" { \override Staff.StaffSymbol.color = #blue c'1-\markup "blue" \stopStaff \override Staff.StaffSymbol.color = #magenta \startS

Re: Changing staff colour

2021-06-04 Thread Lukas-Fabian Moser
Hi Paul, Am 04.06.21 um 16:36 schrieb Paul McKay: I am working on some Haydn piano music and want to distinguish between urtext and my version music. (I plan to write out the variations I use when I repeat.) A neat way to do it would be to change the colour of the staff lines. I can't find a w

Changing staff colour

2021-06-04 Thread Paul McKay
Hi I am working on some Haydn piano music and want to distinguish between urtext and my version music. (I plan to write out the variations I use when I repeat.) A neat way to do it would be to change the colour of the staff lines. I can't find a way that works. I can change the colour easily enough

Re: changing staff-size throughout a score

2016-09-10 Thread Kieren MacMillan
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

Re: changing staff-size throughout a score

2016-09-10 Thread Urs Liska
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

Re: changing staff-size throughout a score

2016-09-10 Thread 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 list (such as this one) where people are generously donati

Re: changing staff-size throughout a score

2016-09-10 Thread Paul
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

Re: changing staff-size throughout a score

2016-09-10 Thread Paul
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

Re: changing staff-size throughout a score

2016-09-10 Thread Michael Rivers
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

Re: changing staff-size throughout a score

2016-09-09 Thread Urs Liska
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. >

Re: changing staff-size throughout a score

2016-09-09 Thread 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. Not really… %%% SNIPPET BEGINS \version "2.19" \paper {

Re: changing staff-size throughout a score

2016-09-09 Thread Michael Rivers
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

Re: changing staff-size throughout a score

2016-09-08 Thread Kieren MacMillan
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

Re: changing staff-size throughout a score

2016-09-08 Thread Urs Liska
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

Re: changing staff-size throughout a score

2016-09-08 Thread 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 missed it. > Indeed it seems Finale is the only "big" tool

Re: changing staff-size throughout a score

2016-09-08 Thread Urs Liska
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

Re: changing staff-size throughout a score

2016-09-08 Thread 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 unfold 4 c''1 } \new Staff { \repeat unfold 4 c''1 } >> } Of

Re: changing staff-size throughout a score

2016-09-08 Thread Michael Rivers
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

Re: changing staff-size throughout a score

2016-09-07 Thread Thomas Morley
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

Re: changing staff-size throughout a score

2016-09-07 Thread Urs Liska
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, >>> >>&

Re: changing staff-size throughout a score

2016-09-07 Thread Thomas Morley
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 >> >>

Re: changing staff-size throughout a score

2016-09-07 Thread Trevor Daniels
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

changing staff-size throughout a score

2016-09-07 Thread Urs Liska
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.

Re: Changing Staff Size Without Messing Up Fonts

2016-03-07 Thread kwpaprocki
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

Re: Changing Staff Size Without Messing Up Fonts

2016-03-06 Thread Urs Liska
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

Changing Staff Size Without Messing Up Fonts

2016-03-06 Thread 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 fonts change back to the lilypond defaults. How do I keep this from happening? Thanks, Kris -- View this

Re: Changing Staff Size Without Messing Up Fonts

2016-03-06 Thread tisimst
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.

Re: Changing staff size

2015-08-03 Thread David Kastrup
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

Re: Changing staff size

2015-08-03 Thread Jérôme Plût
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

Re: Changing staff size

2015-07-28 Thread 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 an example of how to store a \with block in a variable. hth, Kevin

Changing staff size

2015-07-27 Thread Jérôme Plût
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

Re: Changing staff

2015-05-16 Thread Peter Heisen
iles that, if placed in a common > directory, compile to the result you are looking for using 2.18.2. > > Regards, > > Pete H. > > On Sat, May 16, 2015 at 11:51 AM, Marco wrote: > >> Hello, >> I would like to know if is possible to reproduce the "Changing staff"

Re: Changing staff

2015-05-16 Thread Peter Heisen
. I've attached files that, if placed in a common directory, compile to the result you are looking for using 2.18.2. Regards, Pete H. On Sat, May 16, 2015 at 11:51 AM, Marco wrote: > Hello, > I would like to know if is possible to reproduce the "Changing staff" > example (

Re: Changing staff

2015-05-16 Thread Pierre Perol-Schneider
Hi Marco, sure it's possible. See enclosed files. Cheers, Pierre 2015-05-16 20:51 GMT+02:00 Marco : > Hello, > I would like to know if is possible to reproduce the "Changing staff" > example (Chapter 2.2.1 Common notation for keyboards of Lilypond guide) > using:

Changing staff

2015-05-16 Thread Marco
Hello, I would like to know if is possible to reproduce the "Changing staff" example (Chapter 2.2.1 Common notation for keyboards of Lilypond guide) using: - a single file "left.ly" for the Left-Hand - a single file "right.ly" for the Right-Hand - a file "gen

Re: Unequal spacing when changing staff

2015-05-01 Thread Noeck
... and again with the attachments: Am 01.05.2015 um 09:04 schrieb Urs Liska: > Could you post an image of how it looks with your LilyPond version so we > know that we are talking about the same stuff? > Attached is the output of 2.19.20, and I must say I don't have any > objections against the s

Re: Unequal spacing when changing staff

2015-05-01 Thread Noeck
Am 01.05.2015 um 09:04 schrieb Urs Liska: > Could you post an image of how it looks with your LilyPond version so we > know that we are talking about the same stuff? > Attached is the output of 2.19.20, and I must say I don't have any > objections against the spacing. My output (2.19.16) looks ex

Re: Unequal spacing when changing staff

2015-05-01 Thread Urs Liska
Could you post an image of how it looks with your LilyPond version so we know that we are talking about the same stuff? Attached is the output of 2.19.20, and I must say I don't have any objections against the spacing. Urs Am 01.05.2015 um 08:54 schrieb Noeck: Hi, the following example show

Unequal spacing when changing staff

2015-05-01 Thread Noeck
Hi, the following example shows two measures: In the first one 16 16th notes are spaced equally on the same staff (this looks good). In the second measure, the voice changes the staff frequently. Each group of four notes has still an equal horizontal spacing. But between each of the beamed groups,

Re: changing staff size in "\score" context

2012-11-24 Thread Phil Holmes
- 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

Re: changing staff size in "\score" context

2012-11-24 Thread Xavier Scheuer
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

Re: changing staff size in "\score" context

2012-11-24 Thread Eby Mani
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

Re: changing staff size in "\score" context

2012-11-22 Thread David Kastrup
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

Re: changing staff size in "\score" context

2012-11-21 Thread Eluze
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. __

Re: changing staff size in "\score" context

2012-11-21 Thread Eby Mani
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

Re: changing staff size in "\score" context

2012-11-21 Thread Eluze
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

Re: changing staff size in "\score" context

2012-11-21 Thread David Kastrup
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 ?

Re: changing staff size in "\score" context

2012-11-21 Thread Eby Mani
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

Re: changing staff size in "\score" context

2012-11-21 Thread Eluze
-- 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

changing staff size in "\score" context

2012-11-21 Thread Eby Mani
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

Re: Changing staff size with custom note head stencils

2012-11-03 Thread David Kastrup
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

Re: Changing staff size with custom note head stencils

2012-11-03 Thread Paul Morris
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

Re: Changing staff size with custom note head stencils

2012-11-02 Thread David Kastrup
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

Re: Changing staff size with custom note head stencils

2012-11-02 Thread Paul Morris
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 > '(

Re: Changing staff size with custom note head stencils

2012-11-01 Thread m...@mikesolomon.org
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

Re: Changing staff size with custom note head stencils

2012-11-01 Thread m...@mikesolomon.org
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

Re: Changing staff size with custom note head stencils

2012-10-31 Thread Paul Morris
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:

Re: Changing staff size with custom note head stencils

2012-10-31 Thread m...@mikesolomon.org
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-

Re: Changing staff size with custom note head stencils

2012-10-31 Thread Thomas Morley
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

Changing staff size with custom note head stencils

2012-10-31 Thread Paul Morris
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

Re: Changing staff size

2010-02-11 Thread Mats Bengtsson
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

Re: Changing staff size

2010-02-11 Thread Kieren MacMillan
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

Re: Changing staff size

2010-02-11 Thread Mats Bengtsson
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

Re: Changing staff size

2010-02-11 Thread David Stocker
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

Re: Changing staff size

2010-02-11 Thread Trevor Daniels
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

Re: Changing staff size

2010-02-10 Thread Hugh Myers
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

Re: Changing staff size

2010-02-10 Thread David Stocker
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

Re: Changing staff size

2010-02-10 Thread David Stocker
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

Re: Changing staff size

2010-02-10 Thread James Bailey
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

Re: Changing staff size

2010-02-10 Thread Jethro Van Thuyne
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. ___

Changing staff size

2010-02-10 Thread Chris
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

Re: Changing Staff organization

2009-03-01 Thread Alberto Simões
Hello, Kris. I think this answers to my question. Thank you. I will not try to implement it. Cheers Alberto Mailing Lists wrote: > Essentially, it sounds like you want 3 staves of vocal music and one > piano staff (two staves), but you want to hide the vocal staves when > they are resting and di

Re: Changing Staff organization

2009-03-01 Thread Alberto Simões
James E. Bailey wrote: > > El 01.03.2009, a las 19:24, Alberto Simões escribió: > >> >> >> James E. Bailey wrote: Basically, there is a portion of the music for piano (two staves), and it continues with a SATB (with three staves). Thus, I need to "add a staff" somewhere. >>> >>>

Re: Changing Staff organization

2009-03-01 Thread James E. Bailey
El 01.03.2009, a las 19:24, Alberto Simões escribió: James E. Bailey wrote: Basically, there is a portion of the music for piano (two staves), and it continues with a SATB (with three staves). Thus, I need to "add a staff" somewhere. You probabbly need to re-organise the way the music is

Re: Changing Staff organization

2009-03-01 Thread Mailing Lists
Essentially, it sounds like you want 3 staves of vocal music and one piano staff (two staves), but you want to hide the vocal staves when they are resting and ditto for the piano, right? Create a score with 5 staves, keeping the vocal and piano parts separate (rather than using the two pia

Re: Changing Staff organization

2009-03-01 Thread Alberto Simões
James E. Bailey wrote: >> Basically, there is a portion of the music for piano (two staves), and >> it continues with a SATB (with three staves). Thus, I need to "add a >> staff" somewhere. > > You probabbly need to re-organise the way the music is defined in > lilypond. It depends on how you ha

Re: Changing Staff organization

2009-03-01 Thread James E. Bailey
happens all the time, but it works for any voice and any type of staff. You can even move the notes from the string basses up to the flute staff, but this is probably not recommended. http://lilypond.org/doc/v2.12/Documentation/user/lilypond/Common- notation-for-keyboards#Changing-staff-manual

Re: Changing Staff organization

2009-03-01 Thread Alberto Simões
r any voice and any type of staff. You can even move > the notes from the string basses up to the flute staff, but this is > probably not recommended. > > http://lilypond.org/doc/v2.12/Documentation/user/lilypond/Common-notation-for-keyboards#Changing-staff-manually Thanks for your e

Re: Changing Staff organization

2009-03-01 Thread Andrew Hawryluk
notes from the string basses up to the flute staff, but this is probably not recommended. http://lilypond.org/doc/v2.12/Documentation/user/lilypond/Common-notation-for-keyboards#Changing-staff-manually If your project is a vocal score then you will also have to deal with the lyrics, which I haven'

Changing Staff organization

2009-03-01 Thread Alberto Simões
Hello I have a music that starts with two staffs, and at some points splits to three (for four voices). Is there any way to force this change? Or is the solution to make two separate melodies? Thanks for any hint and link Cheers Alberto -- Alberto Simões - Departamento de Informática - Univers

Re: Whole measure rest after changing staff

2009-01-25 Thread Mats Bengtsson
Stefan Waler wrote: Thanks Mats - this did the job! I really wish there were any tools in lilypond for merging rests over a complete (polyphonic) staff... Search for "rests" in the LSR, http://lsr.dsi.unimi.it/ /Mats ___ lilypond-user mailing l

Re: Whole measure rest after changing staff

2009-01-23 Thread Stefan Waler
Mats Bengtsson wrote: It's much easier to answer your question if you provide a complete (but small) example of what you have tried. However, if you read at http://lilypond.org/doc/v2.12/Documentation/user/lilypond-learning/Fixing-overlapping-notation#index-MultiMeasureRest_002c-example-of-overr

Re: Whole measure rest after changing staff

2009-01-23 Thread Mats Bengtsson
It's much easier to answer your question if you provide a complete (but small) example of what you have tried. However, if you read at http://lilypond.org/doc/v2.12/Documentation/user/lilypond-learning/Fixing-overlapping-notation#index-MultiMeasureRest_002c-example-of-overriding you will learn ho

Whole measure rest after changing staff

2009-01-23 Thread Stefan Waler
Hi, I would like to write a whole measure rest into a staff which I "left" just before - is this possible somehow? I tried using two voices with the result that the rest is is not centered vertically anymore (which is, BTW, always very annoying anyway). Thanks for your help! Stefan c1 | \

Re: Changing Staff

2008-09-27 Thread Jonathan Kulp
This code worked for me: \version "2.11.60" \score { \new PianoStaff << \new Staff = "up" { \key es \major \clef treble \time 3/8 \relative c'' { es4. } } \new Staff = "down" { \key es \major \clef bass \time 3/8 \relative c { \stemUp c16 g' c \change Staff = "up" \stemDo

Changing Staff

2008-09-27 Thread Helge Kruse
Hello, I want to typeset a score and want to keep close to the original in some aspects. The original uses heavly staff changes that look nice to me. I tried to use the technic from the lilypond manual pg. 189, but I dont know how to place the beams between the staves. Can you tell me how I g

Re: Help on changing staff sizes

2007-12-06 Thread Till Rettig
al Cc: lilypond-devel; lilypond-user@gnu.org Subject: Re: Help on changing staff sizes Sorry, I try to say it in a way that it might be added to the docs. In 5.2.1 the @refbugs (line 495 in spacing.itely on master) it states: "@code{layout-set-staff-size} does not change the distance b

RE: Help on changing staff sizes

2007-12-05 Thread Trevor Daniels
Of > Till Rettig > Sent: 05 December 2007 16:49 > To: Graham Percival > Cc: lilypond-devel; lilypond-user@gnu.org > Subject: Re: Help on changing staff sizes > > > Sorry, I try to say it in a way that it might be > added to the docs. > > In 5.2.1 the @refbugs

Re: Help on changing staff sizes

2007-12-05 Thread Till Rettig
Sorry, I try to say it in a way that it might be added to the docs. In 5.2.1 the @refbugs (line 495 in spacing.itely on master) it states: "@code{layout-set-staff-size} does not change the distance between the staff lines." Could we add a sentence: "Use instead the pair fontSize

Re: Help on changing staff sizes

2007-12-04 Thread Graham Percival
What are we supposed to remember for the docs? - Graham till wrote: Thanks. We'll have to remember to mention it also when work is upon the spacing chapters. till Trevor Daniels wrote: Till Rettig wrote on 03 December 2007 19:41 I would hope somebody could also add the missing information

RE: Help on changing staff sizes

2007-12-04 Thread till
lypond-user@gnu.org > http://lists.gnu.org/mailman/listinfo/lilypond-user > > -- View this message in context: http://www.nabble.com/Help-on-changing-staff-sizes-tf4928761.html#a14166167 Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com. __

RE: Help on changing staff sizes

2007-12-04 Thread Trevor Daniels
Till Rettig wrote on 03 December 2007 19:41 > I would hope somebody could also add the missing > information to the > StaffSymbol documentation. > I've just added a guide to magstep to the next version of the Learning Manual. > Greetings > Till Trevor ___

Re: Help on changing staff sizes

2007-12-03 Thread Till Rettig
tch the reduced note size. Change the two -2s to suit your needs, but keep them the same value. Trevor D -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Till Rettig Sent: 01 December 2007 16:29 To: lilypond-user Mailinglist Subject: [Norton AntiSpam] Help on

RE: Help on changing staff sizes

2007-12-01 Thread Trevor Daniels
2s to suit your needs, but keep them the same value. Trevor D -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Till Rettig Sent: 01 December 2007 16:29 To: lilypond-user Mailinglist Subject: [Norton AntiSpam] Help on changing staff sizes Hi, I need some

Help on changing staff sizes

2007-12-01 Thread Till Rettig
Hi, I need some help about changing the distance of staff lines: in NR 5.2.1 it says "The context property fontSize and the layout property staff-space (in StaffSymbol) can be used to tune the size for individual staves. The sizes of individual staves are relative to the global size." and

Re: Changing staff brackets in InnerChoirStaff

2004-05-26 Thread Mats Bengtsson
As you may have noticed, the attachments are stripped on the mailing list (due to the flood of virus emails). Notice that the property names are case sensitive. If you replace the first 'S' in the property name by 's', everything should work as you expect. The lyrics handling was one of the main im

Re: Changing staff brackets in InnerChoirStaff

2004-05-25 Thread Keith Dunsire
/note line up would be welcome. I have also attached the original I am trying to recreate. Is there a way of reproducing the dotted bar lines? Keith From: Mats Bengtsson Date: 24 May 2004 11:54:06 To: Keith Dunsire Cc: [EMAIL PROTECTED] Subject: Re: Changing staff brackets in InnerChoirStaff

  1   2   >