Re: custom markup help

2015-05-24 Thread Damian leGassick
On 23 May 2015, at 13:11, Klaus Blum wrote: Hi Damian, aah, Nick was faster than me... :-) The easiest way I've found would be this: % --- \version 2.18.0 #(define-markup-command (sd layout props sdnum) (markup?) Put a

Re: custom markup help

2015-05-24 Thread Damian leGassick
On 23 May 2015, at 12:51, Nick Payne wrote: On 23/05/2015 21:24, Damian leGassick wrote: \version 2.18.0 #(define-markup-command (sd layout props sdnum) (markup?) #:properties ((baseline-skip 0.5)) Put a number with a carat above the note. (interpret-markup layout props

Re: custom markup help

2015-05-24 Thread Klaus Blum
Hmmm... AFAIK there is no way to use properties like you can do with define-markup-command. Maybe someone with a deeper knowledge than me can chime in here? :) At least, I found a way to call the function without using the carat: % ---

Re: slur syntax

2015-05-24 Thread Michael Hendry
On 23 May 2015, at 23:19, Gianmaria Lari gianmarial...@gmail.com wrote: Yes! Thank you Peter (and Urs), I think now it's clear Lilypond use a postfix syntax. To apply a function 'f' to the note 'a' the lilypond syntax is a \f and not viceversa. Because the open parenthese is like a

Re: Height of start bar brace

2015-05-24 Thread Pierre Perol-Schneider
Hi Joram, Hi Nathan, This seems to work automatically: \version 2.19.20 \new PianoStaff \with { \override SystemStartBrace.stencil = #(lambda (grob) (let* ((scale-amount 0.2) (stil (ly:system-start-delimiter::print grob)) (scaled-stil

Re: opinions?

2015-05-24 Thread Luca Rossetto Casel
Dear Stephen (and all), Il 19/05/2015 06:04, Stephen MacNeil ha scritto: Luca could you post a snippet? I'd be very interested in see the code... [...] I posted it on http://mglessons.com/lilypond/ you're right: I tried to set minimum-lenght to 0.0 in your code, and I could actually shorten

Re: slur syntax

2015-05-24 Thread David Kastrup
Gianmaria Lari gianmarial...@gmail.com writes: Yes! Thank you Peter (and Urs), I think now it's clear Lilypond use a postfix syntax. To apply a function 'f' to the note 'a' the lilypond syntax is a \f and not viceversa. Because the open parenthese is like a function (a function that

Das Trunkne Lied

2015-05-24 Thread Urs Liska
Anybody who lives within reach of Essen may be interested to know that tomorrow, Monday there will be the first performance of Oskar Fried's Das trunkne Lied for which we have created new performance material over the last year (see also

Re: a proper whiteout function

2015-05-24 Thread Paul Morris
Ok, thanks for the feedback. I went with thickness and 12 instead of 24 for angle-increments. I've submitted a patch for review. http://code.google.com/p/lilypond/issues/detail?id=4418colspec=ID%20Type%20Status%20Stars%20Owner%20Patch%20Needs%20Summary

Re: Das Trunkne Lied

2015-05-24 Thread Urs Liska
Correction: the concert starts at 6PM. Am 24. Mai 2015 19:16:12 MESZ, schrieb Urs Liska u...@openlilylib.org: Anybody who lives within reach of Essen may be interested to know that tomorrow, Monday there will be the first performance of Oskar Fried's Das trunkne Lied for which we have created

Re: copyright text in more of one single line

2015-05-24 Thread Klaus Blum
Hi Marco, yes, just try: % \header { tagline = ##f copyright = \markup \center-column { (C) 2015 - Marco Bagolin All Rights Reserved - This is my personal copy - } } \score {g'} %

notes grouped

2015-05-24 Thread Marco Bagolin
I would like to get the notes grouped in the file as original.png, but my best result is what you can see in the file myresult.png with the following code: \tuplet 3/2 {b[[( d b]} a b)] What is my mistake? I can't see where I wrong. ___ lilypond-user

copyright text in more of one single line

2015-05-24 Thread Marco Bagolin
Is it possible to use more of one line to write the copyright on the first page? for example: (C) 2015 - Marco Bagolin All Rights Reserved - This is my personal copy - I tried to use the following code: *copyright = \markup{ \line {(C) 2015 - Marco Bagolin}

Re: notes grouped

2015-05-24 Thread Urs Liska
Am 24.05.2015 um 20:52 schrieb Marco Bagolin: I would like to get the notes grouped in the file as original.png, but my best result is what you can see in the file myresult.pngwith the following code: \tuplet 3/2 {b[[( d b]} a b)] What is my mistake? I can't see where I wrong. You can't

Re: ANN: Frescobaldi 2.18.1

2015-05-24 Thread Klaus Blum
Hi Wilbert, there is something I need to say about Frescobaldi: For several reasons, I'm stuck in the world of Windows. However, I've always checked out some interesting Linux software on separate partitions or virtual PCs. Very soon, Frescobaldi became the most important of them. And I

Re: ANN: Frescobaldi 2.18.1

2015-05-24 Thread Ralph Palmer
On Sun, May 24, 2015 at 3:49 PM, Wilbert Berendsen w...@xs4all.nl wrote: Dear friends, I just released Frescobaldi 2.18.1 in the wild, a maintenance release containing bug fixes, small improvements and translation updates. Homepage: www.frescobaldi.org Download:

ANN: Frescobaldi 2.18.1

2015-05-24 Thread Wilbert Berendsen
Dear friends, I just released Frescobaldi 2.18.1 in the wild, a maintenance release containing bug fixes, small improvements and translation updates. Homepage: www.frescobaldi.org Download: www.frescobaldi.org/download It is recommended to upgrade python-ly to version 0.9.2, which contains

Re: notes grouped

2015-05-24 Thread Klaus Blum
Hi Marco, you can find the information here: http://www.lilypond.org/doc/v2.18/Documentation/notation-big-page.de.html#setting-automatic-beam-behavior This is a snippet about that subject: http://lsr.di.unimi.it/LSR/Item?id=520 Cheers, Klaus -- View this message in context:

Re: notes grouped

2015-05-24 Thread Pierre Perol-Schneider
Hi Marco, How about: \version 2.18.2 \relative c'' { \once\omit TupletBracket \tuplet 3/2 { b16[( d \set stemRightBeamCount = #1 b } \set stemLeftBeamCount = #1 a b)] } Cheers, Pierre 2015-05-24 21:51 GMT+02:00 Klaus Blum benbigno...@gmx.de: Hi Marco, you can find the information

Re: how to add barre indications to automatic fret diagrams?

2015-05-24 Thread Carl Sorensen
On 5/23/15 11:59 PM, pls p.l.schm...@gmx.de wrote: Maybe I should back the code back to where a barre will be indicated only if the fingers are specified in the chord, and no barre will be generated when an open chord is transposed. That would be a straightforward fix. It would never

Re: Das Trunkne Lied

2015-05-24 Thread Shane Brandes
Does the Deutschlandradio Kultur have some sort of web cast? And congratulations on the imminent performance. Too bad Oskar never had a chance to hear it. Shane On Sun, May 24, 2015 at 2:25 PM, Urs Liska u...@openlilylib.org wrote: Correction: the concert starts at 6PM. Am 24. Mai 2015

Re: Das Trunkne Lied

2015-05-24 Thread Urs Liska
Am 25. Mai 2015 01:33:01 MESZ, schrieb Shane Brandes sh...@grayskies.net: Does the Deutschlandradio Kultur have some sort of web cast? Yes. But I'll write properly about that. And congratulations on the imminent performance. Too bad Oskar never had a chance to hear it. Oh, that's a

Re: ANN: Frescobaldi 2.18.1

2015-05-24 Thread Federico Bruni
Il giorno dom 24 mag 2015 alle 21:49, Wilbert Berendsen w...@xs4all.nl ha scritto: I just released Frescobaldi 2.18.1 in the wild, a maintenance release containing bug fixes, small improvements and translation updates. When I click on Open LilyPond data directory nothing happens. What should

Re: how to add barre indications to automatic fret diagrams?

2015-05-24 Thread pls
On 23.05.2015, at 22:06, Carl Sorensen c_soren...@byu.edu wrote: On 5/23/15 6:34 AM, pls p.l.schm...@gmx.de wrote: Here is another test case for your patch: \version 2.19.20 \new FretBoards { d-1 a c'-1 fis' a'-11 g,-1 d f-1 b d'-1 g'-11 \transpose g a { g,-1 d f-1 b