Re: How to omit tuplet range indicator

2015-06-04 Thread Pierre Perol-Schneider
Hi VW, Try: \version "2.18.2" \relative c' { \omit TupletBracket c8 \tuplet 3/2 { d16 e f } %% possibly: \undo\omit TupletBracket } Cheers, Pierre 2015-06-05 2:47 GMT+02:00 Venus' Wink : > Hi, > > Under some condition, at both sides of number attached tuplet, > letter-L-like lines

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: 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 [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org

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: palmer.r.vio...@gmail.comSen

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: How to omit tuplet range indicator

2015-06-04 Thread Venus' Wink
Hi all,These are OK.Thanks a lot.Venus' Wink> -Original Message-> From: andrew.bern...@gmail.com> Sent: Fri, 5 Jun 2015 11:12:23 +1000> To: venuswi...@inbox.com> Subject: RE: How to omit tuplet range indicator> > Hi,> > \hide TupletBracket> > Andrew-Original Message-From: palme

Re: How to omit tuplet range indicator

2015-06-04 Thread Ralph Palmer
On Thu, Jun 4, 2015 at 8:47 PM, Venus' Wink 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' { > > c8

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

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: 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} \ne

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

2015-06-04 Thread Nathan Ho
On Thu, Jun 4, 2015 at 2:41 PM, priosfilho 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 (list 'curveto 0 0 (firs

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

2015-06-04 Thread Nathan Ho
On Thu, Jun 4, 2015 at 1:14 PM, priosfilho 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 > 'curveto. With the

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

Re: override stencil question

2015-06-04 Thread Nathan Ho
On Thu, Jun 4, 2015 at 11:35 AM, priosfilho 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 earlier in the thread; mayb

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* ((s

Re: override stencil question

2015-06-04 Thread Nathan Ho
On Thu, Jun 4, 2015 at 11:06 AM, priosfilho 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 wanted to make a

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 lot

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.