Re: Constant Hairpin on line break

2018-03-21 Thread Thomas Morley
2018-03-21 3:28 GMT+01:00 Karim Haddad : > Hi, > > Does somebody know how to avoid having the vertical hook on a line break and > just to have it on the end of a constant hairpin ? > Here is a minimal example code : > > \relative c'' { > \override Hairpin.stencil = #constante-hairpin > c1 \p \<

Re: MIDI tick resolution

2018-03-20 Thread Thomas Morley
2018-03-20 2:49 GMT+01:00 Ivan Kuznetsov : > Gilberto Agostinho wrote: >> >> Does anyone know if it possible to change the tick resolution of LilyPond's >> MIDI output to a value other than the default 384? One reason for wanting >> this change is due to the fact that 384 cannot be divided by 5 an

Re: Bug? getting the stencil of the stem removes the beam

2018-03-18 Thread Thomas Morley
Hi Lucas, sorry for the late reply 2018-03-16 0:50 GMT+01:00 Lucas Werkmeister : > Perhaps we can submit this as an update for the snippet repository? (I’d be > happy to do the paperwork if you’re okay with it.) > > Not tested beyond the given examples, though. > > FWIW, it seems to work fine in

Re: Bug? getting the stencil of the stem removes the beam

2018-03-15 Thread Thomas Morley
Hi Lucas, all below under the condition 'if I understand correctly' ;) 2018-03-15 18:38 GMT+01:00 Lucas Werkmeister : > Hi everyone, > > I was trying to use the \displaceHeads function from snippet 861 [1] [2] on > an eight-note chord, but found that it completely removes the beam for some > reas

Re: Right aligned text in header

2018-03-13 Thread Thomas Morley
2018-03-13 20:31 GMT+01:00 Br. Samuel Springuel : > I'm creating a custom bookTitleMarkup for a project I'm working on and have > some lines which are setup like `meter` and `arranger` in the default > template (two blocks of text, one flushed left the other right, on the same > line). > > However,

Re: How to prevent ly:stencil-rotate to modify dimensions

2018-03-11 Thread Thomas Morley
2018-03-11 15:27 GMT+01:00 Torsten Hämmerle : > Hi Harm, > > David is right - it's the bounding box being rotated. As bounding boxes can > only have heights and widths in vertical and horizontal direction (there > isn't even such a thing as an italic slant in LilyPond), the resulting new > bounding

How to prevent ly:stencil-rotate to modify dimensions

2018-03-11 Thread Thomas Morley
Hi all, let's say I've a stencil, which I want to rotate around it's center. For the example below I choosed make-circle-stencil, because a circle center-rotated _should_ always look equal. Though, applying ly:stencil-rotate modifies the dimensions of said circle for degrees not equal to (* 90 n).

Re: Bug? Mismatched grace notes at beginning of staff cause extra clefs in other staffs

2018-03-10 Thread Thomas Morley
2018-03-11 0:58 GMT+01:00 Lucas Werkmeister : > Hi everyone, > > I found what I suspect is a LilyPond bug, but I’m not sure yet :) minimal > example: > > \version "2.18.2" > > << > \new Staff { \grace c' c' } > \new Staff { \clef "bass" } >>> > > Instead of beginning with a bass clef, the lower

Re: Having trouble understanding optional and variable amount of arguments

2018-03-08 Thread Thomas Morley
2018-03-08 23:46 GMT+01:00 Stefano Troncaro : > @David, Harm > I didn't know 1.8 was not maintained anymore. I imagine we're still using it > because updating it would take a lot of work (and create instability) and > dev time is better placed elsewhere, or something among those lines, am I > righ

Re: Für Kurzentschlossene: Plätze im Linuxbus Ruhr nach Chemnitz!

2018-03-08 Thread Thomas Morley
Am 8. März 2018 um 18:13 schrieb David Kastrup : > > Hi, > > sorry for writing in German: this is about transportation to a German > Linux conference and while it is the largest one of its kind that has > been reliable like clockwork, it is not likely to attract a lot of > international audience. >

Re: Having trouble understanding optional and variable amount of arguments

2018-03-08 Thread Thomas Morley
2018-03-08 17:29 GMT+01:00 David Kastrup : > Stefano Troncaro writes: > >> @David >> Thank you. The define-syntax and syntax-rules thing looked easier to >> understand at first glance so I tried to use that. I'll experiment with >> macros then. > > If we want to get rid of those problems: Guile-1.

Re: bookparts

2018-03-05 Thread Thomas Morley
2018-03-05 22:19 GMT+01:00 Kieren MacMillan : > Hi Harm, > >> Nobody ever complained about not working: >> \score { >> mus = { R1 } >> \new Staff \mus >> } > > Actually, I've complained several times about not being able to create > variables "inline" — the most recent time being >

Re: bookparts

2018-03-05 Thread Thomas Morley
2018-03-05 21:33 GMT+01:00 Wols Lists : > On 05/03/18 17:55, Kieren MacMillan wrote: >> Hi Knut, >> >>> Because the definition of testing is invalid at that point of the main >>> source file. If tempTest.ly would contain e.g. a score or a \paper block >>> no error would occur. >> >> No, it still th

Re: bookparts

2018-03-04 Thread Thomas Morley
2018-03-04 18:09 GMT+01:00 Noeck : > Hi, > > I need some further insights in what a bookpart is. > I've read the doc but it is very short on the issue: > http://lilypond.org/doc/v2.19/Documentation/notation/multiple-scores-in-a-book > My understanding from try and error is this (and I would be happ

Re: old examples

2018-03-04 Thread Thomas Morley
2018-03-04 16:15 GMT+01:00 Vincent Douce Mathoscope : > thanks, yes it works > i had forgotten to change the .tx extension to .ly >> Coding ChordNames as RehearsalMark is a bit strange, but all's working for >> me. Please always reply to all, so that others may follow. Resending to list. Th

Re: old examples

2018-03-04 Thread Thomas Morley
2018-03-04 15:42 GMT+01:00 Vincent Douce Mathoscope : > hi > i come back to lilypond that i used sometimes in the past > i am under mac os 10.10.5 > the example file given at the installation works fine > but this old file does not work : lilypond seems to try and i have to > interrupt it without a

Re: A slur across a line break with change of clef in another staff generates bad output

2018-03-04 Thread Thomas Morley
Hi Lucas, 2018-03-04 0:03 GMT+01:00 Lucas Werkmeister : > Hi everyone, > > I stumbled across a bug where Lilypond generates a bad slur if the slur > crosses a line break and there is a simultaneous clef change in a different > staff. I found a previous report for this bug in the mailing list archi

Re: Having trouble understanding optional and variable amount of arguments

2018-03-03 Thread Thomas Morley
2018-03-01 18:31 GMT+01:00 Stefano Troncaro : > I didn't know about \default or the dot/comma separated number/symbol lists! > I can see those being useful in some circumstances. I was thinking about > cases where an undefined amount of things different than symbols or numbers > are required, and t

Re: Missing messages [was: Stem forced to be at the right (or left) of the notehead]

2018-03-02 Thread Thomas Morley
2018-03-02 22:26 GMT+01:00 Brian Barker : > At 13:25 02/03/2018 -0700, Thomas Morley wrote: >> >> Paolo Prete wrote >>> >>> ... >> >> >> For unknown reasons I don't see your posts on the mailing-list, ... > > > Neither

Re: Obtain the number of notes and rests from "ly:music?" parameter passed to a function

2018-03-02 Thread Thomas Morley-2
Paolo Prete wrote > Hello, > in the snippet below how can I replace "4" (in the denominator of > "\times") with the number of notes+rests (including "s") in $notes ? > Thanks > > > createTuplet = #(define-music-function (parser location notes) > (ly:music?)#{  \times 2/4 $notes#}) > {  \c

Re: Stem forced to be at the right (or left) of the notehead

2018-03-02 Thread Thomas Morley-2
Paolo Prete wrote > From what I see, the result of the snippet is that the notehead is moved, > but the stem remains fixed. Instead, I need that the notehead remains in > its position and the stem is placed on the right... > thanks for your help For unknown reasons I don't see your posts on the m

Re: transpose to a set of pitches

2018-02-27 Thread Thomas Morley
2018-02-27 19:12 GMT+01:00 Sirius Barras : > I would like to transpose a motif (using \modalTranspose) to a _set_ of > different pitches. At the moment this is what I do: > > scale = {c d e f g a b} > motif = {c' e' g' c'} > { > \modalTranspose c e \scale \motif > \modalTranspose c g \scale \mo

Re: Lyric centre-on-word / ignore-punctuation bug

2018-02-24 Thread Thomas Morley
2018-02-24 3:45 GMT+01:00 Kieren MacMillan : > Hi all, > > When a lyric syllable begins with a typographer’s single quote (e.g., ’cause, > ’ll, etc.), the "ignore-punctuation" hack doesn't work. Any hints on how to > fix this would be appreciated. > > Thanks, > Kieren. > > %%% SNIPPET BEGINS > \

Re: fingering

2018-02-22 Thread Thomas Morley
2018-02-22 11:03 GMT+01:00 Thomas Morley : > 2018-02-22 10:58 GMT+01:00 Gianmaria Lari : >> Dear Harm, >> >> thank you for your really nice help. Your fix worked well and now your >> example is perfect! >> >> I hope others will take advantage of it. >>

Re: fingering

2018-02-22 Thread Thomas Morley
2018-02-22 10:58 GMT+01:00 Gianmaria Lari : > Dear Harm, > > thank you for your really nice help. Your fix worked well and now your > example is perfect! > > I hope others will take advantage of it. > > I copy here the final working code with a screenshot. Glad you like it :) This morning I obser

Re: fingering

2018-02-21 Thread Thomas Morley
2018-02-22 0:15 GMT+01:00 Gianmaria Lari : > > > On 21 February 2018 at 23:15, Thomas Morley > wrote: >> >> 2018-02-21 9:29 GMT+01:00 Gianmaria Lari : >> > >> > On 20 February 2018 at 22:30, Thomas Morley >> > wrote: >> >> >>

Re: fingering

2018-02-21 Thread Thomas Morley
2018-02-21 9:29 GMT+01:00 Gianmaria Lari : > > On 20 February 2018 at 22:30, Thomas Morley > wrote: >> >> 2018-02-20 18:42 GMT+01:00 Gianmaria Lari : >> > On 20 February 2018 at 17:10, Robin Bannister wrote: >> >> >> >> DJF wrote: >&g

Re: Hairpin solid with dashed end

2018-02-21 Thread Thomas Morley
2018-02-21 3:25 GMT+01:00 Andrew Bernard : > Is there any example of how to make a hairpin with normal solid lines, but > dashed at the end, say the last quarter or so? [Yep, some new complexity > notation again.] > > Andrew Hi Andrew, some time ago I made the code below. It will not work with a

Re: About assigning a function to Tie.direction, and "warning: type check for 'direction' failed"

2018-02-20 Thread Thomas Morley
Hi Stefano, others already commented about quote/unquote. Some other remark: 2018-02-20 18:55 GMT+01:00 Stefano Troncaro : > Hello everyone! > > I recently wrote the function bellow to be able to set the direction of ties > in a TieColumn by specifying a list of directions: >> >> \version "2.19.

Re: Placement of clefs at repeat bars

2018-02-20 Thread Thomas Morley
2018-02-20 11:08 GMT+01:00 Peter Toye : > Mark, > > This works for my example as given, but not for the following one. Here > the problem is that two clef changes are needed: > > 1) for the repeat from bass to treble (bar 6 back to 4), and > 2) one for the continuation, from treble to bass (from 3

Re: fingering

2018-02-20 Thread Thomas Morley
2018-02-20 18:42 GMT+01:00 Gianmaria Lari : > On 20 February 2018 at 17:10, Robin Bannister wrote: >> >> DJF wrote: >> >>> perhaps someone else knows if it’s possible to control the vertical >>> spacing within the staff; >> >> >> You can splay it out using Y-offset: >> 1 > > > Do you know Robin

Re: Very small rhythmic values

2018-02-20 Thread Thomas Morley
2018-02-20 16:57 GMT+01:00 Malte Meyn : > > > Am 20.02.2018 um 12:04 schrieb Amir Teymuri: >> >> Hello, >> >> is a 128 the smallest possible rhythmic value one can write in Lilypond or >> is there a way to write even shorter values (e.g. 256 or even smaller)? >> >> Thanks in advance, >> >> - - - -

Re: Spacing between notes

2018-02-19 Thread Thomas Morley
2018-02-20 0:19 GMT+01:00 nokel81 : > I am using the the `\include "gregorian.ly"` but the spacing between the > notes is a bit off leading to the notes and the lyrics don't line up. > > Code: I see no code -Harm ___ lilypond-user mailing list lilypon

Re: Fermatas with tremolos

2018-02-19 Thread Thomas Morley
2018-02-19 21:08 GMT+01:00 Simon Albrecht : > I think the best way to do it would be essentially an override to the beam, > adding the fermata to its stencils. However I have to call on the expect > Schemers around here (Harm, David N.?) for finishing it, since I haven’t > been able to align the fe

Re: Syllable count

2018-02-19 Thread Thomas Morley
2018-02-19 22:38 GMT+01:00 John Schlomann : > Dear LilyPond experts, > > > > Given a definition of some lyrics, such as > > > > lyr = \lyricmode { Here some lyr -- ics } > > > > Is there any way to get a count of the syllables, in this case 4? > > > > Thank you, > > John #(display-scheme-music

Re: Force Lilypond to preserve vertical order of TextScripts?

2018-02-19 Thread Thomas Morley
2018-02-19 9:35 GMT+01:00 David Kastrup : > Saul Tobin writes: > >> I probably will write such a function to deal with my immediate needs, but >> I raise the issue because this is a case where Lilypond has well defined >> behavior MOST of the time, and then sometimes violates it. > > No, it doesn'

Re: does the custom \dynamic function create DynamicText grobs?

2018-02-10 Thread Thomas Morley
2018-02-11 2:36 GMT+01:00 Thomas Morley : > 2018-02-11 2:08 GMT+01:00 Kieren MacMillan : >> Hi Thomas, >> >> Thanks for the quick response. >> >>> DynamicText is caused, but you can't nuke the stencil via >>> \omit (which would be stencil-ove

Re: does the custom \dynamic function create DynamicText grobs?

2018-02-10 Thread Thomas Morley
2018-02-11 2:08 GMT+01:00 Kieren MacMillan : > Hi Thomas, > > Thanks for the quick response. > >> DynamicText is caused, but you can't nuke the stencil via >> \omit (which would be stencil-override). > > Ah. > >> But you could do it later. >> Applying >> \override DynamicText.after-line-breaking =

Re: does the custom \dynamic function create DynamicText grobs?

2018-02-10 Thread Thomas Morley
2018-02-11 0:30 GMT+01:00 Kieren MacMillan : > Hi Harm, > > Does the snippet below show expected behaviour from your custom \dynamic > function? > I would have expected the \omit to affect both "dynamic texts"… > > Thanks, > Kieren. > > SNIPPET BEGINS [...] Hi Kieren, in a nutshell the cod

Re: Piano staff notes across both staffs, another problem

2018-02-09 Thread Thomas Morley
2018-02-09 16:16 GMT+01:00 Andrew Bernard : > Hi Robert, > > This perhaps. By no means unacceptable. > > === > \version "2.19.81" > > treble = { > \clef treble > \time 3/4 > << > { > \voiceTwo > f'4\rest \crossStaff { 4 } | > } > \new Voice > { > } > >> > }

Re: rightHandfinger location; 2 issues.

2018-02-08 Thread Thomas Morley
2018-02-08 13:28 GMT+01:00 Kale Good : > Hello, > > In the following snippet, I have two issues: > > Some chords placed in voice two require one right hand fingering above the > staff and positioned left-of-default, the other below the staff and > positioned right-of-default (note: fingerings are a

Re: Gis major key signature; Lily's key signature algorithm

2018-02-07 Thread Thomas Morley
Hi Urs, 2018-02-07 22:18 GMT+01:00 Urs Liska : > I'd always argue that depending on the style (actually most European music > from the 18th until far into the 20th century) E major is worlds apart from > Fes major (and with "worlds" I really mean heaven/earth, life/death, > dream/reality, whateve

Re: Tweaking Hairpin shape

2018-02-06 Thread Thomas Morley
2018-02-06 16:10 GMT+01:00 Werner LEMBERG : > >> Sure, I attached a few from here >> > > Thanks, but in this score there is not a single heavily rotated > hairpin; I would say that the differences are not of any importance. > >>

Re: Tweaking Hairpin shape

2018-02-04 Thread Thomas Morley
Hi David, I was going to post something similiar. You're code is much more elegant with respect to linebreaks, great stuff. Though, it will not work as desired if the beam/hairpin is distributed over _three_ lines. I've no clue how to make it work, admittedly it's a real rare case. Some inline re

Re: Tweaking Hairpin shape

2018-02-04 Thread Thomas Morley
2018-02-04 21:02 GMT+01:00 Kieren MacMillan : > Hi Harm, > >> See below. > > Once again, a wonderful solution/contribution. > >> 'rotation comes too late, use a stencil-override with ly:stencil-rotate >> instead. > > Is there any reason 'rotation can't come sooner for all grobs, so that > skyline

Re: Tweaking Hairpin shape

2018-02-04 Thread Thomas Morley
2018-02-04 20:30 GMT+01:00 Stefano Troncaro : > Thank you! This is a workable starting point. However, it raised a few > questions. > > 1) I noticed that rotating the grob doesn't work well with automatic > collision detection, since the grob skylines are still where they would be > for the unrotat

Re: Interesting glitch when using tags ...

2018-02-03 Thread Thomas Morley
2018-02-04 1:54 GMT+01:00 Wols Lists : > On 04/02/18 00:33, David Kastrup wrote: >> Wol's lists writes: >> >>> I suspect the cause is that I'm mixing slurs and ties, but I'm getting >>> the following error ... >>> >>> voiceTrombone.ily:30:59: warning: unterminated tie >>> \repeat percent 4 { f

Re: duration longer than meter?

2018-02-03 Thread Thomas Morley
2018-02-03 20:18 GMT+01:00 Blöchl Bernhard : > Do not waste your time! I argue the majority does not want to discuss that > topic seriously. Welcome on my black-list. > Read the whole thread starting with: > > Betreff turning a blind eye to dotted note Indeed, do so http://lilypond.10690

Re: Placement of clefs at repeat bars

2018-02-03 Thread Thomas Morley
Hi Peter, 2018-02-03 20:08 GMT+01:00 ptoye : > I've found that this is was reported as an "ugly" in 2011. Plese provide the link. > I think it's a bug > as the output is definitely incorrect. Look at the following examples (1) %\unfoldRepeats \new Staff { \time 4/4 \clef "bass" c'2 c' \repe

Re: Function or command to omit only certain accidentals of a chord?

2018-02-03 Thread Thomas Morley
2018-02-03 15:44 GMT+01:00 Stefano Troncaro : > Hi Thomas, thank you for your corrections! > > If I may ask, where are functions like event-chord-pitches documented? A lot of definitions in .scm-files are not documented. You may try the code attached to http://lists.gnu.org/archive/html/lilypond-u

Re: Function or command to omit only certain accidentals of a chord?

2018-02-03 Thread Thomas Morley
2018-02-03 3:52 GMT+01:00 Stefano Troncaro : > After a lot of stumbling around I finally managed to expand Jan-Peters' > function so that it can modify more than one note in a given chord. I > attached it so its available for anyone interested in using it. Hi Stefano, I had a look at the functio

Re: bracket articulation

2018-02-02 Thread Thomas Morley
2018-02-02 6:38 GMT+01:00 Craig Dabelstein : > Hi Lilyponders, > > Is there a way to put an articulation (a staccatissimo symbol) in square > brackets above a note, such as [ ! ], where ! = a staccatissimo > articulation? I've tried several different permutations with no success. > > Thanks in adva

Re: Using X-offset with \cresc

2018-02-02 Thread Thomas Morley
2018-02-02 20:20 GMT+01:00 Knute Snortum : > I still occasionally run into situations where I think that an X-offset > should work, but it doesn't. Obviously, I'm not understanding something. > Can anyone tell me why the following source code doesn't move the "cresc" > text to the left and suggest

Re: Function or command to omit only certain accidentals of a chord?

2018-02-02 Thread Thomas Morley
2018-02-02 3:55 GMT+01:00 Stefano Troncaro : > @Thomas > I was not aware that it was possible to write a function inside of a > parameter of a grob, and that before-line-breaking and after-line-breaking > served this purpose. The documentation describes them as booleans and "dummy > properties" so

Re: Function or command to omit only certain accidentals of a chord?

2018-02-01 Thread Thomas Morley
2018-02-01 16:59 GMT+01:00 Stefano Troncaro : > Ideally, I wanted a function > that I could use with the edition-engraver to tweak target elements inside > chords. I framed the question around accidentals in the post above, but > ultimately I hoped to be able to use the same function (or a very si

Re: test spanner with controlled gradient / dynamic volume curve indicated by grey level

2018-01-31 Thread Thomas Morley
2018-02-01 1:28 GMT+01:00 Thomas Morley : > 2018-01-31 19:02 GMT+01:00 Michael Winter : > >> I am now curious what you are thinking about the line breaking. Maybe I am >> out to lunch here and you have a much better idea. I will wait to hear from >> you before I do any

Re: test spanner with controlled gradient / dynamic volume curve indicated by grey level

2018-01-31 Thread Thomas Morley
2018-01-31 19:02 GMT+01:00 Michael Winter : > I am now curious what you are thinking about the line breaking. Maybe I am > out to lunch here and you have a much better idea. I will wait to hear from > you before I do any heavy lifting. I'm very busy. My shitty regular job eats far too much time.

Re: test spanner with controlled gradient / dynamic volume curve indicated by grey level

2018-01-31 Thread Thomas Morley
2018-01-31 18:37 GMT+01:00 Michael Winter : > As for linebreaking. That is indeed a showstopper at the moment. Is that > because you are using filled box stencil? No, I was not clear enough, though. Line-breaks worked, but they were not nice. One reason was bad padding etc, another problem is _how

Re: test spanner with controlled gradient / dynamic volume curve indicated by grey level

2018-01-31 Thread Thomas Morley
2018-01-31 3:46 GMT+01:00 Michael Winter : > On first glance. This looks ideal. THANK YOU > > I am a bit brain dead at the moment, so will dig in tomorrow and let you > know if I have any further questions / thoughts / ideas. Glad you like it. I've found a weakness, though: the stencils overlap.

Re: test spanner with controlled gradient / dynamic volume curve indicated by grey level

2018-01-30 Thread Thomas Morley
2018-01-31 0:00 GMT+01:00 Michael Winter : > That is really beautiful. Thank you. I have been giving myself a crash > course in scheme and was also getting somewhat closer to a solution using a > glissando event. Then the internet went down. And low and behold it woke up > to your response. > > So

Re: test spanner with controlled gradient / dynamic volume curve indicated by grey level

2018-01-30 Thread Thomas Morley
2018-01-30 6:19 GMT+01:00 Michael Winter : > A bit more here. I think I can fake this in a markup... See example pasted > below. My scheme skilz are minimal. I would like yo do this interpolating > between the x position of adjacent notes. So maybe I can do this as a custom > beam stencil. or some

Re: quetion about slur in the "<< .... \\ .....>>"

2018-01-30 Thread Thomas Morley
2018-01-30 16:19 GMT+01:00 Guy Stalnaker : > Harm, > > MUCH thanks for that snippet, now saved to my snippet folder, that so > clearly explains what's going on with the << \\ >> polyphonic context > syntax. I get it now. > > Guy > > On Tue, Jan

Re: quetion about slur in the "<< .... \\ .....>>"

2018-01-30 Thread Thomas Morley
2018-01-30 11:45 GMT+01:00 Thomas Morley : > 2018-01-30 11:40 GMT+01:00 Robert Blackstone : >> Hi Harm. >> Your example did not work on my system. No idea why not. >> The error message mentions an unexpected } at the end. What is bothering >> LilyPond here? >> >

Re: quetion about slur in the "<< .... \\ .....>>"

2018-01-30 Thread Thomas Morley
2018-01-30 11:40 GMT+01:00 Robert Blackstone : > Hi Harm. > Your example did not work on my system. No idea why not. > The error message mentions an unexpected } at the end. What is bothering > LilyPond here? > > I would very much like to see and try your solution because I recently have > struggle

Re: quetion about slur in the "<< .... \\ .....>>"

2018-01-30 Thread Thomas Morley
2018-01-30 9:01 GMT+01:00 mosea chen : > > Hi, > I found it difficult to engrave the staff as the fingure: > > > the "slur" just does not work. > The source is as follows: > > \version "2.19.80" > { > \clef bass > \time 3/4 > > fis-2 ( e-1 d-2 | > << > { r4 ) e4 a8 ( g8

Re: turning a blind eye to dotted note

2018-01-29 Thread Thomas Morley
2018-01-29 11:21 GMT+01:00 Blöchl Bernhard : > Thanks! Usually I take care of the notes in mesures and count correctly, > that was an error by chance I overlooked. So I did not now that lilypond > behaviour. I was awaiting an error message or at least a warning. Use bar-cheks then. Cheers, Ha

Re: TAB with right hand fingering(s) IN CHORDS ?

2018-01-28 Thread Thomas Morley
Hi, 2018-01-28 19:52 GMT+01:00 Blöchl Bernhard : > I experimente with this fingering notation: > > \version "2.19.80" > > \layout { > \context { > \TabStaff This should go into TabVoice not TabStaff, imho > \override StrokeFinger.digit-names = ##("P" "I" "M" "A" "X") > \consists

Re: MultiMeasureRest with CueVoice Pickups

2018-01-27 Thread Thomas Morley
2018-01-27 15:03 GMT+01:00 Dave Higgins : > Is there a more elegant way to do this? In transcribing multiple parts, it > becomes tedious to have to put the cadenza in all the parts. Or I just > decrease the multi-measure rest by one and add the cue voice to the single > measure rest left over. >

Re: Tuplet number and articulation

2018-01-27 Thread Thomas Morley
2018-01-27 15:26 GMT+01:00 Ben : > On 1/26/2018 11:32 PM, Tiago Pereira wrote: > > Hi, everybody! > > In the example below, the tuplet number is moved upwards when the > articulation is added. How to prevent this from happening? > > \relative c' { > \stemUp > \tuplet 3/2 4 { > c8 d e f

Re: maximumFretStretch in Manual, tablatures section ?

2018-01-26 Thread Thomas Morley
2018-01-26 0:20 GMT+01:00 Thomas Morley : > 2018-01-26 0:07 GMT+01:00 Carl Sorensen : >> On 1/25/18, 4:05 PM, "Thomas Morley" wrote: >> Thinking of documenting it, I suggest to go for an >> doc-tagged-lsr-snippet. >> WYT? >> >> >

Re: how do i input the fingure?

2018-01-26 Thread Thomas Morley
2018-01-26 22:00 GMT+01:00 Robin Bannister : > Thomas Morley wrote: > >> I'd use the generic tie-markup. >> This is exactly the use-case why I coded tie generic and over/undertie >> derived from it. > > > Well, thanks for these new markups, And thanks to

Re: how do i input the fingure?

2018-01-26 Thread Thomas Morley
2018-01-26 18:44 GMT+01:00 Robin Bannister : > This is with a recent version of lilypond: > > \version "2.19.80" > { > e''2.\finger \markup \overtie #"52" > } > > > Cheers, > Robin I'd use the generic tie-markup. This is exactly the use-case why I coded tie generic and over/undertie derived from

Re: maximumFretStretch in Manual, tablatures section ?

2018-01-25 Thread Thomas Morley
2018-01-26 0:07 GMT+01:00 Carl Sorensen : > On 1/25/18, 4:05 PM, "Thomas Morley" wrote: > > > Seems that we should add maximumFretStretch to the properties read by > Tab_note_heads_engraver. > > > > Carl > I'll put up a patch. ht

Re: maximumFretStretch in Manual, tablatures section ?

2018-01-25 Thread Thomas Morley
2018-01-25 23:48 GMT+01:00 Carl Sorensen : > > > On 1/25/18, 2:57 PM, "Thomas Morley" wrote: > > > Not really. > In the IR you'll find that maximumFretStretch is read by the > Fretboard_engraver. > But it doesn't say it's used in

Re: maximumFretStretch in Manual, tablatures section ?

2018-01-25 Thread Thomas Morley
2018-01-25 19:52 GMT+01:00 Éric : > Hello, > > in this exemple, the 1rst chord is the default calculation of tablature but > not what I want. > The 2nd chord get an error message even your intuition do not… > The 3rd chord showing what I want. > > \version "2.19.60" > > \score { > \new TabStaff >

Re: bug in \repeat percent?

2018-01-24 Thread Thomas Morley
2018-01-24 18:34 GMT+01:00 bb : > Thanks for explanation! I read the Manual but the information is very densly > packed, easy to overlook something. But I do not find that in a second > reading of http://lilypond.org/doc/v2.18/Documentation/snippets/repeats. > > I tried > > \version "2.19.80" [...

Re: Text in alternative endings

2018-01-24 Thread Thomas Morley
2018-01-24 0:11 GMT+01:00 David Kastrup : > Ralph Palmer writes: > >> Hi - >> >> I'm running LilyPond 2.19.80 with Frescobaldi 2.18.1 under Linux/Ubuntu. >> >> I'm trying to substitute text for the numbers in alternative endings. I've >> struggled with this before. I've tried looking in the Notati

Re: font-table.ly

2018-01-23 Thread Thomas Morley
2018-01-23 19:35 GMT+01:00 Kale Good : > Hello, > > I'm looking for font-table.ly. I wanted to run some of the files from the > docs which require it. However, I can neither find it on my system nor find > a way to generate it locally. What am I missing? > > Thanks, > > Kale You can find it in you

Re: Left-handed fretboard?

2018-01-22 Thread Thomas Morley
2018-01-18 23:32 GMT+01:00 Torsten Hämmerle : > Thomas Morley-2 wrote >> Meanwhile I think supporting negative string-distance is a bad idea, >> because too many detail-problems need adjustments. And using negative >> string-distance was not intended as I introduced it. I

Re: spanners in multi-voice

2018-01-19 Thread Thomas Morley
2018-01-19 11:40 GMT+01:00 N. Andrew Walsh : > Update: > > On Fri, Jan 19, 2018 at 11:32 AM, N. Andrew Walsh > wrote: >> >> Arrgh. I may not have resolved my issue (or, there's something going on >> here I don't understand). >> >> Here's an example: >> [SNIP] >> >> | %8 >> d32\( a'16.~ a4.\) >>

Re: Left-handed fretboard?

2018-01-18 Thread Thomas Morley
2018-01-18 0:42 GMT+01:00 Karlin High : > A tiny flaw appeared while approaching 1200% magnification: the reversed > fretboard's upper corners don't quite meet squarely. Hi Karlin, many thanks spotting the problem! Cheers, Harm ___ lilypond-user ma

Re: Left-handed fretboard?

2018-01-18 Thread Thomas Morley
2018-01-18 17:11 GMT+01:00 Carl Sorensen : > > > On 1/18/18, 6:30 AM, "David Kastrup" wrote: > > Malte Meyn writes: > > > Am 18.01.2018 um 14:09 schrieb Torsten Hämmerle: > >> Ah, yes, when in landscape mode, setting a negative string-distance > makes the > >> whole diagram flip

Re: Left-handed fretboard?

2018-01-17 Thread Thomas Morley
2018-01-17 22:36 GMT+01:00 David Kastrup : > Thomas Morley writes: >> Should we document it as is or introduce a details.subproperty setting >> string-distance negative? > > Left-handed diagrams are peculiar enough that if there is a reasonably > simple expedient to ge

Re: Left-handed fretboard?

2018-01-17 Thread Thomas Morley
2018-01-17 19:08 GMT+01:00 Torsten Hämmerle : > Hi all, > > In the more recent developer versions, threre's a surprisingly simple way to > reverse the order of strings: > just set the string-distance to #-1. ;) Well, ... commit 3ea80e17452cb1e99aa4b7ff77b0ae2f5293b50d Author:

Re: Left-handed fretboard?

2018-01-16 Thread Thomas Morley
2018-01-17 1:15 GMT+01:00 Carl Sorensen : > Francis, > > On 1/16/18, 2:32 PM, "francisperea" wrote: > > Hi all, > > Just a simple question, does anybody know if there is any way to create > left-handed fretboard diagrams for guitar and/or ukulele? > > There is not a simple way at prese

Re: How to append a git version to an output filename

2018-01-16 Thread Thomas Morley
2018-01-16 14:37 GMT+01:00 Urs Liska : > But you should also look into the openLilyLib files, create a copy of the > function and try removing the \markup wrapper. This \markup is added > explicitly so it seems more efficient not to do that in the first place > instead of removing it afterwards. >

Re: How to append a git version to an output filename

2018-01-14 Thread Thomas Morley
Hi Ben, 2018-01-14 17:26 GMT+01:00 David Kastrup : > Ben Beeson writes: > >> Hi David, >> Here is how I get the \gitCommitish in the tagline. First, include the >> "gitDefinitions.ily" file. > > What is that? > >> I use something like this: >> >> \include "/home/workspace/include/gitDefinitions.i

Re: List of scores for book function

2018-01-13 Thread Thomas Morley
2018-01-13 20:33 GMT+01:00 Pierre-Luc Gauthier : > Thanks Thimothy > > 2018-01-13 13:49 GMT-05:00 Timothy Lanfear : >> See this thread > > I will. > > Here is where I am so far. > > I'm trying to get some basic iteration going on. > Still, I'm not sure why it does not work. > > -- > Pierre-Luc Gaut

Re: Header as argument in score generating function

2018-01-13 Thread Thomas Morley
2018-01-13 17:05 GMT+01:00 Pierre-Luc Gauthier : > > FTR, At first I tried "ly:module?" as a predicate. > Also, I did look for any "module" predicate in the predefined type > predicates documentation page. > The "module?" is not listed in this page. > ^ Should I notify the bug list? Well, we do

Re: Header as argument in score generating function

2018-01-12 Thread Thomas Morley
2018-01-13 3:30 GMT+01:00 Pierre-Luc Gauthier : > Hi there, > > Is there a way to pass a \header block as an argument to a scheme function? > > I have not found the correct predicate for it and get the following error : > Expecting music, found # > > I did read and tried stuff based on : > http://l

Re: GSoC applications

2018-01-09 Thread Thomas Morley
2018-01-09 21:56 GMT+01:00 Urs Liska : > Also the > initial developer of the lilyJAZZ font has mysteriously become invisible > over time ... He's back. https://sourceforge.net/p/testlilyissues/issues/3653/#def8/01cc https://lilypondforum.de/index.php/topic,194.msg1374.html#msg1374 Cheers, Har

Re: Generate Random Pitches and Accidentals?

2018-01-08 Thread Thomas Morley
2018-01-08 18:44 GMT+01:00 Joshua Nichols : > I'm looking for a resource that can generate pitches at different octaves, > using different spellings, including accidentals. > > Has someone already implemented this? I'm trying not to reinvent the wheel. > > -- > Josh http://lsr.di.unimi.it/LSR/Ite

Re: Introducing Hacklily, another online LilyPond editor

2018-01-08 Thread Thomas Morley
2018-01-08 6:31 GMT+01:00 Hugh S. Myers : > 'OS that is not Windows'…so you are saying to hell with 7 out of 10 users? > Well, that's one way to cut down on all that annoying customer noise! > > --hsm > p.s. I write multi-platform modules for CPAN and yes it is a great deal of > extra work but it i

Re: double barline before, repeat barline after line break

2018-01-02 Thread Thomas Morley
2018-01-02 11:27 GMT+01:00 Jan-Peter Voigt : > Happy new year Harm! > That is reasonable and descriptive and RTFM shall be be a New Year's > resolution ;-) :) Happy New Year! Harm ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gn

Re: double barline before, repeat barline after line break

2018-01-02 Thread Thomas Morley
2018-01-02 11:07 GMT+01:00 Jan-Peter Voigt : > ... you don't need to define this one. Just use the predefined: > \bar ".|:-||" Sometimes the docs are not that bad... http://lilypond.org/doc/v2.19/Documentation/notation/bars > > The order is "-" ... that is sometimes > puzzeling me ... The reasoni

Re: autoAccidentals usage

2017-12-28 Thread Thomas Morley
2017-12-28 19:30 GMT+01:00 Edward Neeman : > It works! And I have no idea why... > On Thu, Dec 28, 2017 at 12:53 PM, Thomas Morley >> { >> \accidentalStyle forget >> \override Accidental.after-line-breaking = #'() >> gis'~ gis'~ gis'~ gis&#

Re: autoAccidentals usage

2017-12-28 Thread Thomas Morley
2017-12-28 14:11 GMT+01:00 Edward Neeman : > Hello, > > I would like to use the "forget" accidental style, but also force > accidentals to appear after every tie. > > It's a little ugly, but it's not my own score I'm typesetting! > > Is it possible, maybe by setting the autoAccidentals property? >

Re: Auto-transposition

2017-12-18 Thread Thomas Morley
2017-12-18 16:08 GMT+01:00 Kieren MacMillan : > I suppose I could use single variables more if Lilypond had better "at > runtime" methods of reusing material (e.g., inline variable definition) Have a look at https://lilypondforum.de/index.php/topic,195.msg1231.html#msg1231 Though, I have no clue

Re: Custom note heads

2017-12-18 Thread Thomas Morley
2017-12-17 23:51 GMT+01:00 Gianmaria Lari : > Does exist any english resource about the circus-note-heads? A minimum code > example? > > Thank you, g. > Attached to this post >> https://archiv.lilypondforum.de/index.php/topic,1432.msg7908.html#msg7908 you'll find the font. A code-example is attach

Re: Custom note heads

2017-12-17 Thread Thomas Morley
2017-12-17 9:42 GMT+01:00 Helge Kruse : > Hi Andrew, > > Am 17.12.2017 um 00:55 schrieb Andrew Bernard: >> Hi Helge, >> >> What sort of shapes do you want? Can you supply an illustration? [A MGE - >> minimal graphic example!] > I am not sure that this is as minimal as possible. But the intended > h

<    8   9   10   11   12   13   14   15   16   17   >