Re: LSR search not working?

2016-02-05 Thread Thomas Morley
2016-02-05 7:30 GMT+01:00 Pierre Perol-Schneider : > Done. > Cheers, > Pierre > > 2016-02-04 23:45 GMT+01:00 Pierre Perol-Schneider > : >> >> OK I'll take a look at it tomorrow. >> Cheers, >> Pierre >> >> 2016-02-04 23:12 GMT+01:00 Thomas Morley : >>> >>> 2016-02-04 13:43 GMT+01:00 Pierre Perol-Sch

TabStaff arpeggio problem when first thing on line

2016-02-05 Thread banjo bits
When an arpeggio is the first thing on a line, it doesn't push over and overwrites the first bar line. When the same arpeggio is in the middle of the page it does push over and formats correctly. Is this a bug or am I doing something wrong here? Is there a work around? Thanks for your help. \ve

Re: TabStaff arpeggio problem when first thing on line

2016-02-05 Thread Federico Bruni
Il giorno ven 5 feb 2016 alle 14:08, banjo bits ha scritto: When an arpeggio is the first thing on a line, it doesn't push over and overwrites the first bar line. When the same arpeggio is in the middle of the page it does push over and formats correctly. Is this a bug or am I doing something

Re: TabStaff arpeggio problem when first thing on line

2016-02-05 Thread Federico Bruni
Please include the mailing list in your replies. Il giorno ven 5 feb 2016 alle 15:37, banjo bits ha scritto: Thank you for the quick response! It works well. Is there an easy way to set the width of the transparent clef? It would be great if I could thin it down a bit. On Fri, Feb 5, 2016

Re: TabStaff arpeggio problem when first thing on line

2016-02-05 Thread banjo bits
Thank you. That worked however the transparent clef is a little too wide. Is there an easy way to make the transparent clef a little thinner? On Fri, Feb 5, 2016 at 8:43 AM, Federico Bruni wrote: > Il giorno ven 5 feb 2016 alle 14:08, banjo bits ha > scritto: > >> When an arpeggio is the firs

Meaning of X-extent and Y-extent

2016-02-05 Thread Noeck
Hi, I tried to help in the thread "TabStaff arpeggio problem when first thing on line" but I realized that I do not understand X- and Y-extends. Is there more to find than this http://lilypond.org/doc/v2.18/Documentation/notation/aligning-objects and http://lilypond.1069038.n5.nabble.com/accident

Re: Multi-Measure Rest Collision

2016-02-05 Thread tisimst
Carl, On Fri, Feb 5, 2016 at 10:41 AM, carltesta [via Lilypond] < ml-node+s1069038n186873...@n5.nabble.com> wrote: > Hello Everyone, > > I'm having a problem with the following code. > > \version "2.18.2" > > music = { > > \override MultiMeasureRest.expand-limit = #1 > Screen_Shot_2016-02-05_at_1

Superscript in \markup environment

2016-02-05 Thread Robert Blackstone
Dear list The LilyPond-project that I'm presently working on deals with some 40 songs, voice and a keyboard instrument, with comments and explanations underneath each score, some with small musical examples. In these comments I would like interval names like 5ths and 8ves to be written with "th

Re: Multi-Measure Rest Collision

2016-02-05 Thread Thomas Morley
2016-02-05 19:26 GMT+01:00 tisimst : > Carl, > > On Fri, Feb 5, 2016 at 10:41 AM, carltesta [via Lilypond] <[hidden email]> > wrote: >> >> Hello Everyone, >> >> I'm having a problem with the following code. >> >> \version "2.18.2" >> >> music = { >> >> \override MultiMeasureRest.expand-limit = #1 >

Re: Superscript in \markup environment

2016-02-05 Thread Abraham Lee
Robert, On Fri, Feb 5, 2016 at 11:53 AM, Robert Blackstone < blackstone.rob...@gmail.com> wrote: > Dear list > > The LilyPond-project that I'm presently working on deals with some 40 > songs, voice and a keyboard instrument, with comments and explanations > underneath each score, some with small

Re: Superscript in \markup environment

2016-02-05 Thread Noeck
Dear Robert, your example could be much more minimal without the music and just with a markup command. What you are looking for is \super but you also need \concat to avoid space between the '5' and the 'ths' or a full stop. So this could help you: \markup \line { "Sometimes hidden parallel"

Re: Superscript in \markup environment

2016-02-05 Thread Thomas Morley
2016-02-05 19:53 GMT+01:00 Robert Blackstone : > Dear list > > The LilyPond-project that I'm presently working on deals with some 40 songs, > voice and a keyboard instrument, with comments and explanations underneath > each score, some with small musical examples. > In these comments I would like

More ponderings on Chordmode

2016-02-05 Thread Peter Gentry
I cannot discover a means to have the chords sound as a guitar in this example everything I try ends up as a piano. Is it possible to assign a midiInstrument to the chordNotes? \version "2.19.25" \include "predefined-ukulele-fretboards.ly" \storePredefinedDiagram #default-fret-table \chordmode

Re: More ponderings on Chordmode

2016-02-05 Thread Christopher R. Maden
On 02/05/2016 02:31 PM, Peter Gentry wrote: I cannot discover a means to have the chords sound as a guitar in this example everything I try ends up as a piano. Is it possible to assign a midiInstrument to the chordNotes? \chords { \set ChordNames.midiInstrument = #"acoustic guitar (s

Re: TabStaff arpeggio problem when first thing on line

2016-02-05 Thread Thomas Morley
2016-02-05 17:00 GMT+01:00 banjo bits : > Thank you. That worked however the transparent clef is a little too wide. Is > there an easy way to make the transparent clef a little thinner? > > > > On Fri, Feb 5, 2016 at 8:43 AM, Federico Bruni wrote: >> >> Il giorno ven 5 feb 2016 alle 14:08, banjo b

Re: Direction of tie from Completion_heads_engraver

2016-02-05 Thread Thomas Morley
2016-02-04 23:57 GMT+01:00 Simon Albrecht : > Hello, > > is there any possibility to tweak direction of a tie generated via the > Completion_heads_engraver? The following tweaks both don’t work: > > %%% > \version "2.19.36" > \layout { > \context { > \Voice > \remove "Note_heads_e

Multi-Measure Rest Collision

2016-02-05 Thread carltesta
Hello Everyone, I'm having a problem with the following code. \version "2.18.2" music = { \override MultiMeasureRest.expand-limit = #1 Screen_Shot_2016-02-05_at_12.png \time 3/4 \repeat volta 2 {

Re: Multi-Measure Rest Collision

2016-02-05 Thread carltesta
Abraham and Thomas, Both of those solutions work! Thank you very much. How strange that adding the barline fixes it. Even adding \bar "|" works as well. Sincerely, Carl On Fri, Feb 5, 2016 at 2:05 PM Thomas Morley-2 [via Lilypond] < ml-node+s1069038n186876...@n5.nabble.com> wrote: > 2016-02-05

Re: Direction of tie from Completion_heads_engraver

2016-02-05 Thread Noeck
Hi Harm, probably Simon understands your function better, but what do you gain with it? I tried to use it with \once and it seems like it does not work like this. And a general upward flip of the ties can be achieved more easily with \tieUp \layout { \context { \Voice \remove "Note_head

Re: Direction of tie from Completion_heads_engraver

2016-02-05 Thread Simon Albrecht
On 05.02.2016 23:25, Noeck wrote: a general upward flip of the ties can be achieved more easily with \tieUp (slaps hand to forehead) I see, the problem is not the \override, but the \once, or rather the moment at which the override is valid. An \override without \once works, and even the foll

Re: Direction of tie from Completion_heads_engraver

2016-02-05 Thread Simon Albrecht
On 05.02.2016 22:44, Thomas Morley wrote: 2016-02-04 23:57 GMT+01:00 Simon Albrecht : Hello, is there any possibility to tweak direction of a tie generated via the Completion_heads_engraver? The following tweaks both don’t work: %%% \version "2.19.36" \layout { \context { \Voic

Re: Direction of tie from Completion_heads_engraver

2016-02-05 Thread Simon Albrecht
On 05.02.2016 23:37, Simon Albrecht wrote: Thanks Harm, that’s an intelligent solution for a global setting. Indeed, I only wanted to change it for some particular instances, where tie and slur go in opposite directions (see my other post of yesterday) Which shows that it would have been wise

Re: Direction of tie from Completion_heads_engraver

2016-02-05 Thread David Kastrup
Simon Albrecht writes: > Thanks Harm, that’s an intelligent solution for a global > setting. Indeed, I only wanted to change it for some particular > instances, where tie and slur go in opposite directions (see my other > post of yesterday), so an \override actually suffices, or a > \once\overrid

Re: Direction of tie from Completion_heads_engraver

2016-02-05 Thread Simon Albrecht
On 05.02.2016 23:45, David Kastrup wrote: Actually, I looked at the problem and the C code and decided that it was not doable (I'm no Morley it would appear). I figured out that a \once \override "at the right moment" would have worked, but since the whole point of the Completion_heads_engraver

Re: TabStaff arpeggio problem when first thing on line

2016-02-05 Thread banjo bits
Thank you. Works great! On Fri, Feb 5, 2016 at 3:53 PM, Thomas Morley wrote: > 2016-02-05 17:00 GMT+01:00 banjo bits : > > Thank you. That worked however the transparent clef is a little too > wide. Is > > there an easy way to make the transparent clef a little thinner? > > > > > > > > On Fri, F

Re: More ponderings on Chordmode

2016-02-05 Thread Colin Campbell
On 16-02-05 01:31 PM, Peter Gentry wrote: I cannot discover a means to have the chords sound as a guitar in this example everything I try ends up as a piano. Is it possible to assign a midiInstrument to the chordNotes? \relative c'' \new Staff { \set Staff.midiInstrument = "acoust