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 http://lilypond.1069038.n5.nabble.com/file/n177487/Scrapbook_challenge.ly No more invisible rests that consume space, and

Re: override stencil question

2015-06-04 Thread Nathan Ho
On Thu, Jun 4, 2015 at 2:41 PM, priosfilho pauloriosfi...@gmail.com wrote: Sorry, Nathan. I will try to make my point clearer. *Firstly*, I got the code developed earlier in this thread and altered the numbers of handles of path-gliss to four -- the original version came with the values

Re: override stencil question

2015-06-04 Thread priosfilho
Good! I appreciate it, Nathan. It works like a charming, now. -- View this message in context: http://lilypond.1069038.n5.nabble.com/how-to-create-lines-between-all-consecutive-notes-tp142126p177490.html Sent from the User mailing list archive at Nabble.com.

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 ___

RE: How to omit tuplet range indicator

2015-06-04 Thread Mark Stephen Mrotek
Venus, To eliminate the bracket: \override TupletBracket #'bracket-visibility = ##f To eliminate the number: \override TupletNumber #'stencil = ##f Mark -Original Message- From: lilypond-user-bounces+carsonmark=ca.rr@gnu.org

How to omit tuplet range indicator

2015-06-04 Thread Venus' Wink
Hi, Under some condition, at both sides of number attached tuplet, letter-L-like lines are put to indicate the range of the tuplet, you know. How could I omit them? For example: \version 2.18.2 \relative c' { c8 \tuplet 3/2 {d16 e f} } yields output.png of the attachments. I would like

Re: How to omit tuplet range indicator

2015-06-04 Thread Venus' Wink
Hi Ralph,Thanks for your kind information.I'm sorry but your link hasn't seemed to lead to user list in my native.As for me, up to now many questions of mine have been even solved enough by kind English readers.Thanks againVenus' Wink-Original Message-From:

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

Re: How to omit tuplet range indicator

2015-06-04 Thread Ralph Palmer
On Thu, Jun 4, 2015 at 8:47 PM, Venus' Wink venuswi...@inbox.com wrote: Hi, Under some condition, at both sides of number attached tuplet, letter-L-like lines are put to indicate the range of the tuplet, you know. How could I omit them? For example: \version 2.18.2 \relative c' {

Re:Creating cut-away or scrapbook scores in LilyPond

2015-06-04 Thread Stephen MacNeil
I won't bias your creativity by sharing what I tried. Let's see what you've got! - Abraham Can I see what you tried? Thanks 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
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: Generate multiple score from a single music expression

2015-06-04 Thread Gilles THIBAULT
I didn't think to the solution proposed by Mark that looks very interesting. I'm checking :) It was not something like that, you wanted ? % \include extractMusic.ly fullMusic = \new StaffGroup \new Staff \relative c' { c2 d4 e f g a b c2 d4 e f g a b c1} \new

Re: override stencil question

2015-06-04 Thread Nathan Ho
On Thu, Jun 4, 2015 at 1:14 PM, priosfilho pauloriosfi...@gmail.com wrote: Thanks a lot, Nathan! This will really works fine. I just have one question now. I would very much appreciate if you could help me with that. I would like to have local control upon all the four variables of list

Re: override stencil question

2015-06-04 Thread priosfilho
Sorry, Nathan. I will try to make my point clearer. *Firstly*, I got the code developed earlier in this thread and altered the numbers of handles of path-gliss to four -- the original version came with the values (list 'curveto 0 0 (first handle) (second handle)). Here's my version of the code:

Re: override stencil question

2015-06-04 Thread Nathan Ho
On Thu, Jun 4, 2015 at 11:06 AM, priosfilho pauloriosfi...@gmail.com wrote: Hi, I'm just new to Lilypond, not a programing knower, but just trying to follow some instructions on the forum so I can finally achieve really beautiful scores in a not-too-easy but definitely intelligent way. I

Re: override stencil question

2015-06-04 Thread priosfilho
Hi, I'm just new to Lilypond, not a programing knower, but just trying to follow some instructions on the forum so I can finally achieve really beautiful scores in a not-too-easy but definitely intelligent way. I wanted to make a curved glissando between two notes and this thread helped me a

Re: override stencil question

2015-06-04 Thread priosfilho
Hey Nathan This is just the code developed in the thread plus more adjustable handles for curveto: % \version 2.17.13 glissWidth = #0.175 % global variable for glissando width #(define (path-gliss handle) (lambda (grob) (if (ly:stencil? (ly:line-spanner::print grob)) (let*

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] http:///user/SendEmail.jtp?type=nodenode=177476i=0 wrote: One score no hacks really and ... ya works great!

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: Text extender in repeat

2015-06-04 Thread Pierre Perol-Schneider
Hi Simon, 2015-06-03 21:23 GMT+02:00 Simon Albrecht simon.albre...@mail.de: ... Pierre, it’s up to you if you’d like to use this in the LSR snip. ... Thank you! 'Look's perfect to me: http://lsr.di.unimi.it/LSR/Item?id=1006 Cheers, Pierre ___

Creating cut-away or scrapbook scores in LilyPond

2015-06-04 Thread Stephen MacNeil
ok did it :) One score no hacks really and ... ya works great! http://mglessons.com/lilypond/try5.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-04 Thread Kevin Barry
On Thu, Jun 4, 2015 at 7:06 AM, Stephen MacNeil classicalja...@gmail.com 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

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: override stencil question

2015-06-04 Thread Nathan Ho
On Thu, Jun 4, 2015 at 11:35 AM, priosfilho pauloriosfi...@gmail.com wrote: Hey Nathan This is just the code developed in the thread plus more adjustable handles for curveto: Unfortunately this code isn't compiling for me. There are a few extra )'s in there. I created this from code

Re: override stencil question

2015-06-04 Thread priosfilho
Thanks a lot, Nathan! This will really works fine. I just have one question now. I would very much appreciate if you could help me with that. I would like to have local control upon all the four variables of list 'curveto. With the set-arc function you created, I have control only upon the two