Re: Line-width and Lilypond-book

2015-01-23 Thread Jayaratna
Hi Kevin, thanks for your advise. I have found that in fact I have to adjust the line-width file by file. Most of the times when a file has multiple lines lilypond-book works fine, the problem arises when I have single lines which lilypond doesn't split in two lines but which are too full to be

Re: Line-width and Lilypond-book

2015-01-23 Thread Kevin Barry
On Fri, Jan 23, 2015 at 2:34 PM, Jayaratna jayara...@gmail.com wrote: I'd simply like it to be as large as the textwidth. I have had a good result by manually inserting a slightly shorter line-width (2mm less than the textwidth) in the paper block. There is currently no way to fix the width

Re: Get string number from TabStaff note

2015-01-23 Thread and...@andis59.se
On 2015-01-23 23:53, Thomas Morley wrote: 2015-01-23 23:03 GMT+01:00 Thomas Morley thomasmorle...@gmail.com: 2015-01-21 15:54 GMT+01:00 and...@andis59.se and...@andis59.se: Is it possible to know which string a note is placed on in a TabStaff. Or maybe something at the lines of \version

Re: Get string number from TabStaff note

2015-01-23 Thread Thomas Morley
2015-01-23 23:57 GMT+01:00 and...@andis59.se and...@andis59.se: On 2015-01-23 23:53, Thomas Morley wrote: 2015-01-23 23:03 GMT+01:00 Thomas Morley thomasmorle...@gmail.com: 2015-01-21 15:54 GMT+01:00 and...@andis59.se and...@andis59.se: Is it possible to know which string a note is placed

Re: Get string number from TabStaff note

2015-01-23 Thread Thomas Morley
2015-01-21 15:54 GMT+01:00 and...@andis59.se and...@andis59.se: Is it possible to know which string a note is placed on in a TabStaff. E.g. %% Start \version 2.19.15 melody = { c'4 } \score { \new Staff { \melody } \new TabStaff { \melody } } %% End Here the note

Re: Get string number from TabStaff note

2015-01-23 Thread Thomas Morley
2015-01-23 23:03 GMT+01:00 Thomas Morley thomasmorle...@gmail.com: 2015-01-21 15:54 GMT+01:00 and...@andis59.se and...@andis59.se: Is it possible to know which string a note is placed on in a TabStaff. E.g. %% Start \version 2.19.15 melody = { c'4 } \score { \new Staff {

Re: Pitched trill glissando

2015-01-23 Thread David Stephen Grant
I've just seen I overlooked your message, Harm. Thank you both, and for the upload to the LSR! Best, David On 23 January 2015 at 13:18, Pierre Perol-Schneider pierre.schneider.pa...@gmail.com wrote: Added to the LSR : http://lsr.di.unimi.it/LSR/Item?id=972 Cheers, Piere 2015-01-23 11:19

Re: Pitched trill glissando

2015-01-23 Thread Pierre Perol-Schneider
Hi David, my first idea was to change the grace note head stencil but, for some reason, I cannot change the ledger lin length: parentGrace = { \once\omit Flag \once\omit Stem \once\omit Accidental \once\override NoteHead.stencil = #(lambda (grob)

Re: Line-width and Lilypond-book

2015-01-23 Thread Federico Bruni
2015-01-23 10:47 GMT+01:00 Jayaratna jayara...@gmail.com: \documentclass[a4paper]{article} \begin{document} Dummy text, dummy text... \noindent \lilypondfile{exemple01.ly} \end{document} I think that the indent should be an option of \lilypondfile, as explained in the doc:

Re: Pitched trill glissando

2015-01-23 Thread Pierre Perol-Schneider
Added to the LSR : http://lsr.di.unimi.it/LSR/Item?id=972 Cheers, Piere 2015-01-23 11:19 GMT+01:00 Pierre Perol-Schneider pierre.schneider.pa...@gmail.com: Oups, grace's note head looks a little too big. So here again: \version 2.19.13 parentGrace = #(define-music-function (parser loc

Re: Custom DrumStaff

2015-01-23 Thread Marc Hohl
Am 23.01.2015 um 05:52 schrieb Kevin Tough: I just tried your example and Lilypond produced the following error messaages. Could it be due to my version of 2.18.2? I think so. Standalone lenghts were introduced later and should work with 2.19.x. HTH, Marc

Line-width and Lilypond-book

2015-01-23 Thread Jayaratna
Dear Lilypondians, I am stuck with a linewidth problem in Lilypond-book. Here is a minimal example of my latex file: \documentclass[a4paper]{article} \begin{document} Dummy text, dummy text... \noindent \lilypondfile{exemple01.ly} \end{document} And my esemple01.ly: \version 2.18.2 \score {

Re: Pitched trill glissando

2015-01-23 Thread Thomas Morley
2015-01-23 8:01 GMT+01:00 David Stephen Grant da...@davidgrant.no: Hi list, I'm trying to create a pitched trill where the parenthesized note glisses to a new note. I've got quite close to the notation I'm after, but I can't find a way to parenthesize the goal note the same way as the

Re: Pitched trill glissando

2015-01-23 Thread David Stephen Grant
Thanks Pierre, This seems to work perfectly in the score I'm working on. All the best, David On 23 January 2015 at 10:26, Pierre Perol-Schneider pierre.schneider.pa...@gmail.com wrote: Hi David, my first idea was to change the grace note head stencil but, for some reason, I cannot change

Re: Pitched trill glissando

2015-01-23 Thread Pierre Perol-Schneider
Oups, grace's note head looks a little too big. So here again: \version 2.19.13 parentGrace = #(define-music-function (parser loc myGrace ) (ly:music?) #{ \once \override NoteHead.X-offset = #-.5 \once \omit Staff.Flag \once \omit Staff.Stem \once \override ParenthesesItem.font-size =

Re: Pitched trill glissando

2015-01-23 Thread Pierre Perol-Schneider
David, did you notice Harm's pointed the elegant way I was looking for ? Addapted to your code it goes : \version 2.19.13 parentGrace = #(define-music-function (parser loc myGrace ) (ly:music?) #{ \once \override NoteHead.X-offset = #-.5 \once \omit Staff.Flag \once \omit Staff.Stem

Re: Line-width and Lilypond-book

2015-01-23 Thread Jayaratna
\documentclass[a4paper]{article} \begin{document} Dummy text, dummy text... \lilypondfile[noindent]{esempioprova01.ly} \end{document} and \documentclass[a4paper]{article} \begin{document} Dummy text, dummy text... \lilypondfile{esempioprova01.ly} \end{document} give exactly the same

Re: Custom DrumStaff

2015-01-23 Thread Cynthia Karl
On Jan 22, 2015, at 10:52 PM, Kevin Tough ke...@toughlife.org wrote: I just tried your example and Lilypond produced the following error messaages. Could it be due to my version of 2.18.2? Parsing... TwoInstruments.ly:14:16: error: syntax error, unexpected UNSIGNED r8\p bol8 r8

Re: Line-width and Lilypond-book

2015-01-23 Thread Federico Bruni
2015-01-23 14:17 GMT+01:00 Jayaratna jayara...@gmail.com: give exactly the same result. I'm more worried about the right margin than about the indent, though. how do you want it to look like? perhaps: \noindent Dummy text, dummy text... ??? see attached pdf book.pdf Description: Adobe

Re: Line-width and Lilypond-book

2015-01-23 Thread Jayaratna
I'd simply like it to be as large as the textwidth. I have had a good result by manually inserting a slightly shorter line-width (2mm less than the textwidth) in the paper block. A -- View this message in context:

Re: ANN: Frescobaldi 2.17.2

2015-01-23 Thread Ralph Palmer
On Mon, Jan 19, 2015 at 5:54 PM, Wilbert Berendsen wbs...@xs4all.nl wrote: Dear friends, Frescobaldi 2.17.2 has been released, with source code for Linux and any other platform, and packages for MS Windows and Mac OS X. Download via: http://frescobaldi.org/download . Next release will be