Re: addFingering

2017-01-16 Thread David Wright
On Mon 16 Jan 2017 at 12:08:28 (+0100), Gianmaria Lari wrote: > I'm sorry, clearly there is a misunderstanding and it is probably from my > side, my apologies. > > Let's me try to explain what I mean. Try to have a look to this code and > the related output (it is attached). There seem to be two

Re: Extracting symbol location

2017-01-16 Thread Lukas Tuggener
Hi David, thanks a lot for the update, it really helped me out greatly. Thanks Lukas David Nalesnik schrieb am Mo., 9. Jan. 2017 um 16:11 Uhr: > Lukas, > > On Mon, Jan 9, 2017 at 8:43 AM, David Nalesnik > wrote: > > > The new

Re: Another lyrics problem

2017-01-16 Thread David Sumbler
On Mon, 2017-01-16 at 08:00 -0500, Kieren MacMillan wrote: > Hi David, > > > > > Can somebody show me a working version of the above?  And/or a way > > of piecing together lyrics using variables? > Something like this? > > \version "2.19.48" > > lyricsA = \lyricmode { First set of words; } >

Re: Another lyrics problem

2017-01-16 Thread Kieren MacMillan
Hi David, > Can somebody show me a working version of the above? And/or a way of piecing > together lyrics using variables? Something like this? \version "2.19.48" lyricsA = \lyricmode { First set of words; } lyricsB = \lyricmode { se -- cond set of words. } << \new Staff { \relative

Re: Prevent "orphan" markup

2017-01-16 Thread Vaughan McAlley
On 16 January 2017 at 19:59, Urs Liska wrote: > Hi all, > > I have a multi-movement work (or rather numerous ones) where the > movement titles are printed using an automatically generated top-level > markup. The overall structure looks like: > > \book { > \markup {

Re: addFingering

2017-01-16 Thread Gianmaria Lari
I'm sorry, clearly there is a misunderstanding and it is probably from my side, my apologies. Let's me try to explain what I mean. Try to have a look to this code and the related output (it is attached). \version "2.19.54" \include "addFingering.ly" fragment = {c' d' e' f'} \markup "Plain"

Another lyrics problem

2017-01-16 Thread David Sumbler
%%% \version "2.19.48" <<   \new Staff { \relative {   c'2 d4 e | f1 | } \addlyrics { First set of words; } \relative {   g'4 f e d| c1 | } \addlyrics { se -- cond set of words. }   }   \new Staff { R1*4 |   } >> %%% The above works as I would like it

Re: Prevent "orphan" markup

2017-01-16 Thread Toine Schreurs
> The problem is that *usually* the title of the next movement fits on the > same page as the end of the previous one but no music, so I have the > title of the next movement sitting on the bottom of a page. > > So: is there a way that a top-level markup block can determine if there > will be at

Prevent "orphan" markup

2017-01-16 Thread Urs Liska
Hi all, I have a multi-movement work (or rather numerous ones) where the movement titles are printed using an automatically generated top-level markup. The overall structure looks like: \book { \markup { "overall title" } \bookpart { % (first work in group) \markup { "work title" }