Re: Parenthesised articulations

2016-02-01 Thread Kieren MacMillan
Hi David, > To LilyPond, braces indicate sequential music. Well, clearly there’s more going on than simply “sequential music”, or else \transpose c c’ { c d } would be no different than \transpose c c’ { c } d which clearly isn’t true. > Of course it sees the subsequent braces and

Re: D.C. al fine

2016-02-01 Thread Graham King
thanks Brian. authoritative and helpful. -- Graham On Mon, 2016-02-01 at 18:13 +, Brian Barker wrote: > At 17:38 01/02/2016 +, Graham King wrote: > >... for the first time ever, needed to use Da Capo al Fine. [...] > >If it passes expert inspection, it might make a useful snippet. If >

Re: Parenthesised articulations

2016-02-01 Thread David Kastrup
Kieren MacMillan writes: > Hi David, > >> { ^.^> } is equivalent to \sequential { ^.^> } which neither makes sense nor >> works. > > Well, as a function, > >\parenthesize { ^.^> } > > makes total sense to me, That's your privilege. To LilyPond, braces

Re: Parenthesised articulations

2016-02-01 Thread David Kastrup
Kieren MacMillan writes: > Hi David, > >> To LilyPond, braces indicate sequential music. > > Well, clearly there’s more going on than simply “sequential music”, or else > > \transpose c c’ { c d } > > would be no different than > > \transpose c c’ { c } d >

Passing along variable-number arguments

2016-02-01 Thread Urs Liska
Hi, I'm hitting a wall with Scheme once more. I need to create wrapper functions around (format) and other functions that need a variable number of arguments. I know that with #(define (my-proc fmt . vals) "vals" will be an arbitrary number of arguments that will be wrapped in a list, and

Re: How to align text and dynamixs

2016-02-01 Thread Thomas Morley
2016-02-02 0:08 GMT+01:00 Carl-Henrik Buschmann : > I wonder how to align text and dynamics? I need it to explain a certain > action when using a certain symbol. I guess this question could be answered > several ways: 1) is it possible to write dynamic/other symbols in markup?

Re: feature request: abs-fontsize available for all text grobs

2016-02-01 Thread Kieren MacMillan
Dear David and Jan-Peter, It appears that the absFontSize feature I sponsored a few years ago — and employ in absolutely [ha!] every score I engrave — has not been rolled into the main Lilypond codebase. Is that true? If so, what is stopping it from being added? I think users could benefit

Re: Passing along variable-number arguments

2016-02-01 Thread David Kastrup
Urs Liska writes: > Hi, > > I'm hitting a wall with Scheme once more. > I need to create wrapper functions around (format) and other functions > that need a variable number of arguments. > > I know that with > > #(define (my-proc fmt . vals) > > "vals" will be an

How to align text and dynamixs

2016-02-01 Thread Carl-Henrik Buschmann
I wonder how to align text and dynamics? I need it to explain a certain action when using a certain symbol. I guess this question could be answered several ways: 1) is it possible to write dynamic/other symbols in markup? 2) How to gently force horizontal alignment between a dynamic/other mark

Re: Removing white space from svg output

2016-02-01 Thread Paul Morris
> On Feb 1, 2016, at 8:00 PM, Paul Booker wrote: > > Interesting! > I had a go, guessing with > >paper-height=#(one-line-auto-height-breaking) Try this: % \version "2.19.36" \paper { page-breaking = #ly:one-line-auto-height-breaking } { c1 }

Re: Removing white space from svg output

2016-02-01 Thread Paul Booker
> > These are timely questions. See ly:one-line-auto-height-breaking > > http://lilypond.org/doc/v2.19/Documentation/notation/page-breaking#one_002dline_002dauto_002dheight-page-breaking > > which just landed in the LilyPond development release, 2.19.36 > Interesting! I had a go, guessing

Four Part Piano Staff

2016-02-01 Thread Mark Stephen Mrotek
Hello, I want to make a template for a piano staff with two explicitly instantiated voices (not <<{ } \\{ } >>) in each staff - this for four part fugues. Any assistance in accomplishing this would be greatly appreciated. Thank you for your kind attention. Mark \version "2.18.2"

Re: vertical positioning of consecutive figured bass indications

2016-02-01 Thread Leszek Wroński
Thank you very much! It's working! Cheers, L. On 31 January 2016 at 22:32, Simon Albrecht wrote: > On 31.01.2016 22:25, Leszek Wroński wrote: > >> >> if you take a look what Lilypond 2.19.5 (which is the version I'm using) >> produces from the following: >> >> >>

Re: Bar number moves down inexplicably

2016-02-01 Thread Noeck
Hi Chris, > Begs the question what the "comment" symbol means if text after it on > the line is parsed... It is not, there are just two kinds of comments: http://www.lilypond.org/doc/v2.19/Documentation/learning/working-on-input-files % line comment %{ block comment %} In the mail above: '%

RE: Fret Diagrams

2016-02-01 Thread Peter Gentry
Thank's Thomas that solves my problem.. I think I will have to change from a set of PDF manuals to the html version. I searched all the files for "Fret" and "N.C." selecting the "any of the words option". This may have found the reference but could have been lost in a cascade of hits.

Re: Bar number moves down inexplicably

2016-02-01 Thread Chris Yate
On 1 February 2016 at 02:17, David Wright wrote: > Coincidentally with Message-ID: <56ae6df7.8010...@gmx.de> > > It also seems to move the bar number down. Does anybody know why? > I also have a bar number which moves down for some reason. > > The attached snippet

D.C. al fine

2016-02-01 Thread Graham King
I've been setting a piece of "modern" (i.e. 19th Century) music and, for the first time ever, needed to use Da Capo al Fine. Achieving this for the score and the MIDI output has proved to be surprisingly difficult, which means I've probably missed something obvious in the manuals! In case it

Removing white space from svg output

2016-02-01 Thread paul booker
While trying to achieve svg output comparable to png output, I have reached a workaround which comes close enough for my purposes. Now I have a question at the other end of this! I have this in my "defs.ily" file: #(set-default-paper-size "a6" 'landscape) \paper{ indent=0\mm

Early music printing technology

2016-02-01 Thread Andrew Bernard
Greetings All, A fascinating video on times ​slightly ​ before lilypond ​,​ filmed at the Plantin museum. http://typography.guru/video/early-music-printing-r67/ Andrew ___ lilypond-user mailing list lilypond-user@gnu.org

Re: Parenthesised articulations

2016-02-01 Thread David Kastrup
Andrew Bernard writes: > Thanks Simon. Perfect. I also sometimes have trouble coming up with > names for these things! The "parenthesize" property is a boolean. Maybe it should be a boolean-or-symbol ? And if it's a symbol, the respective engraver collects all

Re: Parenthesised articulations

2016-02-01 Thread Andrew Bernard
Thanks Simon. Perfect. I also sometimes have trouble coming up with names for these things! Andrew ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: How to align text and dynamixs

2016-02-01 Thread Carl-Henrik Buschmann
Thank you! (Stupid brain seizing to work in the night, of course it is articulations...) It did the trick but i only understand half of what's going on in what you wrote. In the interest of learning, would you min decypher or give a pointer where to read? > 2. feb. 2016 kl. 00.42 skrev

Re: Removing white space from svg output

2016-02-01 Thread Paul Booker
Paul Morris paulwmorris.com> writes: > > % > > \version "2.19.36" > > \paper { > page-breaking = #ly:one-line-auto-height-breaking > } > > { c1 } > > % > > The syntax is documented on that page in the Notation Reference that I linked to in my previous message. >

Re: Four Part Piano Staff

2016-02-01 Thread David Wright
On Mon 01 Feb 2016 at 18:25:36 (-0800), Mark Stephen Mrotek wrote: > I want to make a template for a piano staff with two explicitly instantiated > voices (not <<{ } \\{ } >>) in each staff – this for four part fugues. Apart from "fugues", sounds like a hymn (set in UK-style). So I stripped the

Re: Removing white space from svg output

2016-02-01 Thread Paul Morris
> On Feb 1, 2016, at 10:15 PM, Paul Booker wrote: > > Ok, that wasn't clear, got it now, thanks > Works for one-line parts but also converts two line pieces to one line, > ignoring the \break. Can I reinstate that somehow, without the white-space? Not with this function. It

Re: Four Part Piano Staff

2016-02-01 Thread Jacques Menu
Hello Mark, What do you mean by « variable format » ? Using variables is very handy for source code readability and if you need separate parts and MIDI output, for example. JM > Le 2 févr. 2016 à 05:31, Mark Stephen Mrotek a écrit : > > David, > > Thank you for your

RE: Four Part Piano Staff

2016-02-01 Thread Mark Stephen Mrotek
Jacques, As indicated in: http://www.lilypond.org/doc/v2.18/Documentation/learning/solo-piano where the voices are indicated by variable, e.g, "upper" and "lower," and coded outside of the staff context. Mark -Original Message- From: Jacques Menu [mailto:imj-muz...@bluewin.ch] Sent:

RE: Four Part Piano Staff

2016-02-01 Thread Mark Stephen Mrotek
David, Thank you for your response and the code. In the past I have used the "variable" format. This leads to some repeated adjustments in the placement of the second voice. I prefer not to use variable, yet rather code within the Piano Staff group. Mark -Original Message- From: David

Re: Enhancement: Take ‘master’ line thickness from a context property [was: Re: list of thicknesses…]

2016-02-01 Thread Kieren MacMillan
Hi Simon, > Thanks for that! Best, Kieren. Kieren MacMillan, composer ‣ website: www.kierenmacmillan.info ‣ email: i...@kierenmacmillan.info ___ lilypond-user

Re: Parenthesised articulations

2016-02-01 Thread David Kastrup
Simon Albrecht writes: > On 01.02.2016 11:38, David Kastrup wrote: >> The "parenthesize" property is a boolean. Maybe it should be a >> boolean-or-symbol ? And if it's a symbol, the respective engraver >> collects all articulations with the same symbol and then sets one

Re: Parenthesised articulations

2016-02-01 Thread Simon Albrecht
On 01.02.2016 11:38, David Kastrup wrote: The "parenthesize" property is a boolean. Maybe it should be a boolean-or-symbol ? And if it's a symbol, the respective engraver collects all articulations with the same symbol and then sets one set of parentheses around all of them? I can’t quite

Re: Parenthesised articulations

2016-02-01 Thread Kieren MacMillan
Hi David (et al.), > { 4-\tweak parenthesize #'a ^.-\tweak parenthesize #'a ^> } > > I'm not saying that this is supposed to be the last word on the > interface but it would produce the data I've been thinking of. This syntax has more flexibility than the more obvious/intuitive 4-\tweak

Re: Removing white space from svg output

2016-02-01 Thread Paul Morris
Hi Paul, > On Feb 1, 2016, at 7:36 AM, paul booker wrote: > > Can anyone see this becoming a scheme function which could sit in my > defs.ily file and save this ugly step? > I guess I mean an internal to Lilypond rather than external solution. > I'm not at all familiar with

Re: Bar number moves down inexplicably

2016-02-01 Thread David Wright
On Mon 01 Feb 2016 at 08:04:17 (+0100), Michael Gerdau wrote: > Hi David, > > > > It also seems to move the bar number down. Does anybody know why? > > > > I also have a bar number which moves down for some reason. > > > > The attached snippet shows the problem. Commenting out the \layout > >

Re: Parenthesised articulations

2016-02-01 Thread David Kastrup
Kieren MacMillan writes: > Hi David (et al.), > >> { 4-\tweak parenthesize #'a ^.-\tweak parenthesize #'a ^> } >> >> I'm not saying that this is supposed to be the last word on the >> interface but it would produce the data I've been thinking of. > > This syntax

Re: D.C. al fine

2016-02-01 Thread David Kastrup
Graham King writes: > I've been setting a piece of "modern" (i.e. 19th Century) music and, for > the first time ever, needed to use Da Capo al Fine. Achieving this for > the score and the MIDI output has proved to be surprisingly difficult, > which means I've

Re: Parenthesised articulations

2016-02-01 Thread Kieren MacMillan
Hi David, > { ^.^> } is equivalent to \sequential { ^.^> } which neither makes sense nor > works. Well, as a function, \parenthesize { ^.^> } makes total sense to me, and is quite different from \parenthesize ^. ^> So are you saying that there’s some technical reason -\tweak