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 {

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

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

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

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

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
their 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

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

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

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

Re: changing staff-size throughout a score

2016-09-07 Thread Thomas Morley
t;>> http://lilypond.org/doc/v2.19/Documentation/notation/setting-the-staff-size >>> >>> Trevor >>> >>> - Original Message - >>> From: "Urs Liska" <u...@openlilylib.org> >>> To: "lilypond-user" &

Re: changing staff-size throughout a score

2016-09-07 Thread Urs Liska
>> Trevor >> >> - Original Message - >> From: "Urs Liska" <u...@openlilylib.org> >> To: "lilypond-user" <lilypond-user@gnu.org> >> Sent: Wednesday, September 07, 2016 11:40 PM >> Subject: changing staff-size throughout

Re: changing staff-size throughout a score

2016-09-07 Thread Thomas Morley
"Urs Liska" <u...@openlilylib.org> > To: "lilypond-user" <lilypond-user@gnu.org> > Sent: Wednesday, September 07, 2016 11:40 PM > Subject: changing staff-size throughout a score > > >> Hi all, >> >> is it possible to change the

Re: changing staff-size throughout a score

2016-09-07 Thread Trevor Daniels
day, 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 > >\override Score.StaffSymbol.staff-space > > has an effect only wh

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