Re: More problems with hor. alignment of button numbers when misusing lyrics (for accordion)

2016-07-27 Thread David Nalesnik
On Wed, Jul 27, 2016 at 2:50 PM, Mojca Miklavec wrote: >> On Tue, Jul 26, 2016 at 1:23 PM, David Nalesnik >> wrote: >> This is exactly what happens. Here, the topmost LyricText is >> interpreted as the end of a melisma, and so

Re: More problems with hor. alignment of button numbers when misusing lyrics (for accordion)

2016-07-27 Thread Mojca Miklavec
On 26 July 2016 at 21:21, David Nalesnik wrote: > On Tue, Jul 26, 2016 at 1:23 PM, David Nalesnik > wrote: >> On Tue, Jul 26, 2016 at 1:01 PM, David Nalesnik >> wrote: >>> On Tue, Jul 26, 2016 at 12:52 PM, David

Re: Strange font change in v2.19.45

2016-07-27 Thread Mark Knoop
At 13:27 on 27 Jul 2016, Patrick Karl wrote: >Consider the following MWE: > [snip] >It produces the attached two pdf outputs. Note the font change for >composer, poet, instrumentName, and piece in Score2, while the font >used for those fields looks normal in Score1. > >This phenomenon seems to

Strange font change in v2.19.45

2016-07-27 Thread Patrick Karl
Consider the following MWE: \version "2.19.45" \header { title = "My Title" composer = "My Composer" poet = "My Poet" } \paper { ragged-right = ##t } A = \relative g' { c1 } \book { \bookOutputSuffix "Score1" \score { \new Staff \with { instrumentName = "Alto" } \A

Re: lilypond-book: warning: cannot detect textwidth from LaTeX

2016-07-27 Thread David Wright
On Wed 27 Jul 2016 at 08:57:26 (+0200), Federico Bruni wrote: > The libraries error was due to some path and relocation problem, > because if I use Fedora lilypond package (/usr/bin) everything works > correctly. > > Except that the .tex file generated by lilypond-book is saved in > /tmp and when

Re: How to set the beam positions manually?

2016-07-27 Thread tisimst
On Wed, Jul 27, 2016 at 10:17 AM, Peter Terpstra [via Lilypond] < ml-node+s1069038n193169...@n5.nabble.com> wrote: > To prevent the Beam slope warning i would like to set the beam positions > manually. > > As it is suggested here: >

How to set the beam positions manually?

2016-07-27 Thread Peter Terpstra
Dear readers, To prevent the Beam slope warning i would like to set the beam positions manually. As it is suggested here: https://lists.gnu.org/archive/html/lilypond-user/2012-01/msg00435.html Anyone knows how to do this? Most kind regards, Peter

Re: Is it possible to do this without the warning?

2016-07-27 Thread Peter Terpstra
imj-muz...@bluewin.ch wrote: > You can safely switch to 2.19.44 I guess. > Thank you but would be more interested in how to set set the beam positions manually as is several times online suggested . Like here: https://lists.gnu.org/archive/html/lilypond-user/2012-01/msg00435.html Kindly,

Re: tuplets in compound meter

2016-07-27 Thread David Wright
On Wed 27 Jul 2016 at 07:57:29 (+0200), Malte Meyn wrote: > > > Am 26.07.2016 um 20:34 schrieb David Wright: > >>>What I didn't take into account is tuplet's optional argument for the > >>>tuplet spanner duration. > >Can you do this in compound time? What would be the syntax? > > Of course, you

Re: Midi entry

2016-07-27 Thread Richard Shann
On Wed, 2016-07-27 at 11:56 +0200, Mojca Miklavec wrote: > On 27 July 2016 at 10:22, Richard Shann wrote: > > On Wed, 2016-07-27 at 00:25 +0200, Mojca Miklavec wrote: > >> On 26 July 2016 at 17:01, Richard Shann wrote: [...] > I don't mind that much if I have to go through midi2ly -> (some manual

Re: Midi entry

2016-07-27 Thread Mojca Miklavec
On 27 July 2016 at 10:22, Richard Shann wrote: > On Wed, 2016-07-27 at 00:25 +0200, Mojca Miklavec wrote: >> On 26 July 2016 at 17:01, Richard Shann wrote: >> >> I realized that Denemo comes as a binary for Mac, so I tested it now, > > I wonder on which file? The one I sent you / the one you

Re: Create a \bookpart in a Scheme function

2016-07-27 Thread Jacques Menu Muzhic
Oops… thansk Urs, really getting old! JM > Le 27 juil. 2016 à 10:03, Urs Liska a écrit : > > > > Am 27.07.2016 um 09:47 schrieb Jacques Menu Muzhic: >> Strangely enough, I get two scores after the title page, i.e. three pages >> altogether. >> Any hint? > > Of course:

Re: Midi entry

2016-07-27 Thread Richard Shann
On Wed, 2016-07-27 at 00:25 +0200, Mojca Miklavec wrote: > On 26 July 2016 at 17:01, Richard Shann wrote: > > On Tue, 2016-07-26 at 15:45 +0200, Mojca Miklavec wrote: > > > > I think the first track is just being used to vary the tempo. Whether > > that is because it originated in a human

Re: Create a \bookpart in a Scheme function

2016-07-27 Thread Urs Liska
Am 27.07.2016 um 09:47 schrieb Jacques Menu Muzhic: > Strangely enough, I get two scores after the title page, i.e. three pages > altogether. > Any hint? Of course: there is one explicit bookpart (with note c) and one through \makeBookpart (with note d). Urs

Re: Create a \bookpart in a Scheme function

2016-07-27 Thread Jacques Menu Muzhic
Hello folks, I tried to make the use of identifiers easier to follow, « book » being used everywhere, with the code below. Strangely enough, I get two scores after the title page, i.e. three pages altogether. Any hint? JM \version "2.19.44" makeBookpart = #(define-void-function

Re: lilypond-book: warning: cannot detect textwidth from LaTeX

2016-07-27 Thread Federico Bruni
The libraries error was due to some path and relocation problem, because if I use Fedora lilypond package (/usr/bin) everything works correctly. Except that the .tex file generated by lilypond-book is saved in /tmp and when the .ly file is included it cannot find it. What's wrong in the