Re: Creating cut-away or scrapbook scores in LilyPond

2015-06-04 Thread Stephen MacNeil
http://mglessons.com/lilypond/try-klaus-stephen2.ly Stephen ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Creating cut-away or scrapbook scores in LilyPond

2015-06-04 Thread Stephen MacNeil
As I said i couldn't get your SpanBar to go. But your main brilliant function - sortClef - well that inspired me. here it is http://mglessons.com/lilypond/try-klaus-stephen.ly I think just roll all the functions into one and it's good? Stephen ___ lil

Re: Creating cut-away or scrapbook scores in LilyPond

2015-06-04 Thread Stephen MacNeil
Hi Klaus glad you found it useful. I looked at your file nice job. We took the same approach (creating a new StaffGroup). This means that to continue you need to add 2 more -- another flute and another bassoon -- or else the grouping is wrong. I changed your file however i lost the SpanBar ... no

Re: Creating cut-away or scrapbook scores in LilyPond

2015-06-04 Thread Klaus Blum
Hi Stephen, thanks for publishing your source code. You gave me the solution I didn't find: markup attached to empty chords. Here is my suggestion: Scrapbook_challenge.ly No more invisible rests that consume space, an

Re: Creating cut-away or scrapbook scores in LilyPond

2015-06-04 Thread Stephen MacNeil
here are 4 and 5 of the ly files that I attempted final is the same as 5 using variables http://mglessons.com/lilypond/try-final.ly http://mglessons.com/lilypond/try5.ly confused how to keep the staff going I used 2 scores anyway http://mglessons.com/lilypond/try4.ly Stephen __

Re: Creating cut-away or scrapbook scores in LilyPond

2015-06-04 Thread tisimst
Stephen, On Thu, Jun 4, 2015 at 5:03 AM, Kevin Barry [via Lilypond] < ml-node+s1069038n177476...@n5.nabble.com> wrote: > > On Thu, Jun 4, 2015 at 7:06 AM, Stephen MacNeil <[hidden email] > > wrote: > >> One score no hacks really and ... ya wor

Re: Creating cut-away or scrapbook scores in LilyPond

2015-06-04 Thread Klaus Blum
Here we go again: % - \version "2.18.2" \paper { ragged-right = ##f } #(define-markup-command (instNameI layout props text) (markup?) (interpret-markup layout props #{ \markup { \hcenter-in #10 $text }

Re: Creating cut-away or scrapbook scores in LilyPond

2015-06-04 Thread Kevin Barry
On Thu, Jun 4, 2015 at 7:06 AM, Stephen MacNeil wrote: > One score no hacks really and ... ya works great! Looks good; do you mind posting the code for it? Not that I would ever do this myself, but I did try doing this (unsuccessfully) and am curious about how you overcame the problems I had.

Re: Creating cut-away or scrapbook scores in LilyPond

2015-06-03 Thread Stephen MacNeil
Well as it's been pointed out in another thread from Simon. My work is sometimes a bit hacky! However I look at it this way if something needs to be done I do it the best I can with the knowledge I have at the time. If there is no solution then I think hacky works until one better comes along! aft

Re: Creating cut-away or scrapbook scores in LilyPond

2015-06-03 Thread tisimst
LGTM! Nice work. I'd say that definitely does it. Would you be willing to share the source for try4? Maybe it could be added to the LSR? I am satisfied with that. -Abraham On Wednesday, June 3, 2015, Stephen MacNeil [via Lilypond] < ml-node+s1069038n177469...@n5.nabble.com> wrote: > Well I had f

Re: Creating cut-away or scrapbook scores in LilyPond

2015-06-03 Thread Stephen MacNeil
What one first or second? http://mglessons.com/lilypond/try.pdf http://mglessons.com/lilypond/try2.pdf Stephen ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Creating cut-away or scrapbook scores in LilyPond

2015-06-03 Thread tisimst
Cool! What is the source for that? On Wed, Jun 3, 2015 at 4:57 PM, Stephen MacNeil [via Lilypond] < ml-node+s1069038n177464...@n5.nabble.com> wrote: > sorry missed sending here > This is what I got a bit different but as they say close enough for rock > and roll :) > > http://mglessons.com/lilypo

Re: Creating cut-away or scrapbook scores in LilyPond

2015-06-03 Thread Stephen MacNeil
sorry missed sending here This is what I got a bit different but as they say close enough for rock and roll :) http://mglessons.com/lilypond/try.pdf On Wed, Jun 3, 2015 at 6:09 PM, Stephen MacNeil wrote: > This is what I got a bit different but as they say close enough for rock > and roll :) >

Re: Creating cut-away or scrapbook scores in LilyPond

2015-06-03 Thread Klaus Blum
tisimst wrote > I couldn't see the instrument names at all... Neither could I... If you try \skip 8 \skip 4 \skip 2 you can see the instrument names move to the left. Increasing the indent value may help visualizing the effect. With "\skip 1*4", they completely disappear. I have no idea what's g

Re: Creating cut-away or scrapbook scores in LilyPond

2015-06-03 Thread tisimst
On Wed, Jun 3, 2015 at 3:12 PM, Klaus Blum [via Lilypond] < ml-node+s1069038n177459...@n5.nabble.com> wrote: > Hi Abraham, > > whether or not this type of score makes sense... here is what I've got so > far: > > % > - > ... >

Re: Creating cut-away or scrapbook scores in LilyPond

2015-06-03 Thread tisimst
t be using it, whether they *should* or not, and if I was asked to do it, I'd feel better knowing that I can. - Abraham -- View this message in context: http://lilypond.1069038.n5.nabble.com/RE-Creating-cut-away-or-scrapbook-scores-in-LilyPond-tp177445p177460.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

Re: Creating cut-away or scrapbook scores in LilyPond

2015-06-03 Thread Klaus Blum
Hi Abraham, whether or not this type of score makes sense... here is what I've got so far: % - \version "2.18.2" sortClef = { \override Score.BreakAlignment #'break-align-orders = #' #((left-edge cue-end-clef brea

Re: Creating cut-away or scrapbook scores in LilyPond

2015-06-03 Thread N. Andrew Walsh
PS- reading that blog made my head hurt. Is working with Sibelius always this nightmarishly clunky and dysfunctional? On Wed, Jun 3, 2015 at 10:24 PM, N. Andrew Walsh wrote: > I would think it might be preferable to follow what I take to be the more > standard practice for cutaway scores, in whi

Re: Creating cut-away or scrapbook scores in LilyPond

2015-06-03 Thread N. Andrew Walsh
I would think it might be preferable to follow what I take to be the more standard practice for cutaway scores, in which all staves appear at the beginning of the first system, with whatever other establishing marks (clef, key, instrument name, tempo, time signature, etc) are necessary, and then bl

Re: Creating cut-away or scrapbook scores in LilyPond

2015-06-03 Thread Stephen MacNeil
Thanks Stephen On Wed, Jun 3, 2015 at 3:51 PM, Simon Albrecht wrote: > You can see them on > >

Re: Creating cut-away or scrapbook scores in LilyPond

2015-06-03 Thread Simon Albrecht
You can see them on . ~ Simon Am 03.06.2015 um 21:41 schrieb Stephen MacNeil: No i doesn't show Stephen On Wed, Jun 3, 2015 at 3:27 PM, Simon Albrecht > wrote:

Re: Creating cut-away or scrapbook scores in LilyPond

2015-06-03 Thread Stephen MacNeil
No i doesn't show Stephen On Wed, Jun 3, 2015 at 3:27 PM, Simon Albrecht wrote: > Am 03.06.2015 um 21:26 schrieb Stephen MacNeil: > >> have a sample of what it should look like? >> > There was one inline, didn’t you receive it? > ~ Simon > ___ lilypon

Re: Creating cut-away or scrapbook scores in LilyPond

2015-06-03 Thread Simon Albrecht
Am 03.06.2015 um 21:26 schrieb Stephen MacNeil: have a sample of what it should look like? There was one inline, didn’t you receive it? ~ Simon ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user