Re: Shape the angle of a broken hairpin's first part

2018-09-17 Thread Thomas Morley
2018-09-17 8:43 GMT+02:00 Urs Liska : > I have a broken hairpin whose first part is pretty short. As a consequence > its internal angle looks too wide for my taste (see attached PNG). I would > like to have the two lines wider apart with a narrower angle to more > adequately reflect the overall

Re: Position of rests

2018-09-09 Thread Thomas Morley
2018-09-09 19:47 GMT+02:00 Kieren MacMillan : > Hi Joram, > > How is your Scheme-fu? > Maybe you can adapt one of the snippets that applies different tweaks (e.g., > color, shape) to notes of different duration. Hi Joram, a walk-through: (1) Create code example: { r2 r1 } (2) Initiate a most

Re: changing the length (height? positions? endpoints?) of an arpeggio

2018-09-08 Thread Thomas Morley
2018-09-08 22:15 GMT+02:00 Kieren MacMillan : > Hi Joram, > >> you can set the positions by hand (in staff spaces): > > Well, I had tried that in my real-world (non-MWE) example… but it didn’t seem > to work: > > \version "2.19.80" > > upper = { > \time 3/4 > 2.\arpeggio > \once \override

Re: Extend Whiteout property

2018-09-07 Thread Thomas Morley
2018-09-07 16:39 GMT+02:00 Lukas-Fabian Moser : > I took this as an intencive to take a stab at delving into the source code > (which I always did read-only up to now). I think I managed to create a > working branch from current master (I also never got the hang of git...) that > allows for

Re: Defining 4 \breve time in Carmina Burana

2018-09-06 Thread Thomas Morley
2018-09-05 11:15 GMT+02:00 Jogchum Reitsma : > Hi, > > The first bar of part 5: Ecce gratum, from Orff's Camina Burana states a > time of 4 \breve notes. In the Schott-edition I have, that is noted not on > the staff, but above it. > > Is there a possiblility in Lilypond to define that time? Simpy

Re: adding footnote to markup on invisible measures

2018-08-21 Thread Thomas Morley
2018-08-21 15:52 GMT+02:00 N. Andrew Walsh : > Hi Pierre, > On Mon, Aug 20, 2018 at 9:44 PM Pierre Perol-Schneider > wrote: >> >> Here's a workaround: >>> >>> > > Thank you for the tip, but as this is one of several footnotes, and I want > them to be numbered in sequence, it doesn't work for me.

Re: problem with articulation, when using ekmelily

2018-08-21 Thread Thomas Morley
2018-08-21 13:42 GMT+02:00 Thomas Morley : > 2018-08-21 10:17 GMT+02:00 Stefan Thomas : >> Dear community, >> I have a problem with the placement of accents in the following example. > > The accent is pushed upwards? > >> I know it has to do with the layout-block

Re: problem with articulation, when using ekmelily

2018-08-21 Thread Thomas Morley
2018-08-21 10:17 GMT+02:00 Stefan Thomas : > Dear community, > I have a problem with the placement of accents in the following example. The accent is pushed upwards? > I know it has to do with the layout-block of ekmel.ily, but I don't know, > how to restore the normal behavior. > Here is my

Re: Slurs inside a beam

2018-08-12 Thread Thomas Morley
2018-08-12 3:31 GMT+02:00 Andrew Bernard : > Hi David, > > One way to do it: > > \version "2.19" > > { > 8. 16 > } > > > From the Changes page: > > A new command \=X has been added – where ‘X’ can be any non-negative integer > or symbol – so that a specific ‘id’ can be assigned to the start and

Re: Fingering position in polyphony face to sharp glyph. Bug?

2018-08-11 Thread Thomas Morley
2018-08-11 15:00 GMT+02:00 Torsten Hämmerle : > Thomas Morley-2 wrote >> I tried to Y-center the Fingering-stencil. >> >> Though, with the example below the result is not all that convincing. >> […] >> Additionally, if fingeringOrientations contains 'left or 'ri

Re: modern-straight-flag in tempo indication or markup

2018-08-09 Thread Thomas Morley
2018-08-09 15:35 GMT+02:00 Ben : > On 8/9/2018 8:50 AM, Thomas Morley wrote: > > 2018-08-09 13:57 GMT+02:00 Karim Haddad : > > Hello List, > > Is there a way to have a modern-straight-flag in tempo indication or in a > \note markup ? > I tried different tweaks, to get a

Re: modern-straight-flag in tempo indication or markup

2018-08-09 Thread Thomas Morley
2018-08-09 13:57 GMT+02:00 Karim Haddad : > Hello List, > > Is there a way to have a modern-straight-flag in tempo indication or in a > \note markup ? > I tried different tweaks, to get a straight flag for an eight note in a > tempo indication but it is not happening. > > Even if \override

Re: New snippet: remove staff if another is alive (for wind divisi)

2018-08-08 Thread Thomas Morley
2018-08-09 0:09 GMT+02:00 David Kastrup : > Thomas Morley writes: > >> 2018-08-08 22:21 GMT+02:00 Thomas Morley : >> >>> >>> Well, this whole post was meant to explain my thoughts while coding >>> the example from my previous mail. >>> I expe

Re: New snippet: remove staff if another is alive (for wind divisi)

2018-08-08 Thread Thomas Morley
2018-08-08 22:21 GMT+02:00 Thomas Morley : > > Well, this whole post was meant to explain my thoughts while coding > the example from my previous mail. > I expected the code to fail like my previous. > It doesn't. > Though, even after your hints above, what's the essential di

Re: New snippet: remove staff if another is alive (for wind divisi)

2018-08-08 Thread Thomas Morley
2018-08-08 15:25 GMT+02:00 David Kastrup : > Thomas Morley writes: > >> 2018-08-07 21:42 GMT+02:00 David Kastrup : >>> Thomas Morley writes: >>> >>>> 2018-08-07 20:28 GMT+02:00 David Kastrup : >>>>> Thomas Morley writes: >>>>

Re: New snippet: remove staff if another is alive (for wind divisi)

2018-08-08 Thread Thomas Morley
2018-08-07 21:42 GMT+02:00 David Kastrup : > Thomas Morley writes: > >> 2018-08-07 20:28 GMT+02:00 David Kastrup : >>> Thomas Morley writes: >> >>>>> Ok, let me chime in: I've basically developed some of the low-level >>>>> mechanisms f

Re: New snippet: remove staff if another is alive (for wind divisi)

2018-08-07 Thread Thomas Morley
2018-08-07 20:28 GMT+02:00 David Kastrup : > Thomas Morley writes: >>> Ok, let me chime in: I've basically developed some of the low-level >>> mechanisms for divisi staves. >> >> You mean that 'make-dead-when stuff? > > Well, that's the internal part o

Re: New snippet: remove staff if another is alive (for wind divisi)

2018-08-07 Thread Thomas Morley
2018-08-07 19:48 GMT+02:00 David Kastrup : > Thomas Morley writes: > >> 2018-08-06 21:40 GMT+02:00 Thomas Morley : >>> 2018-08-05 18:14 GMT+02:00 Thomas Morley : >>> >>>> Inspired by your work I come up with the attached. >>> >>> Attache

Re: New snippet: remove staff if another is alive (for wind divisi)

2018-08-07 Thread Thomas Morley
2018-08-06 21:40 GMT+02:00 Thomas Morley : > 2018-08-05 18:14 GMT+02:00 Thomas Morley : > >> Inspired by your work I come up with the attached. > > Attached an improved and simplified version. > It's tested with 2/3/4-voices divisi, all in one score. > Although not tes

Re: New snippet: remove staff if another is alive (for wind divisi)

2018-08-06 Thread Thomas Morley
2018-08-06 21:40 GMT+02:00 Thomas Morley : > 2018-08-05 18:14 GMT+02:00 Thomas Morley : > >> Inspired by your work I come up with the attached. > > Attached an improved and simplified version. > It's tested with 2/3/4-voices divisi, all in one score. > Although not tes

Re: New snippet: remove staff if another is alive (for wind divisi)

2018-08-06 Thread Thomas Morley
2018-08-05 18:14 GMT+02:00 Thomas Morley : > Inspired by your work I come up with the attached. Attached an improved and simplified version. It's tested with 2/3/4-voices divisi, all in one score. Although not tested, I see no reason why it shouldn't work with even more voices. HTH, H

Re: New snippet: remove staff if another is alive (for wind divisi)

2018-08-05 Thread Thomas Morley
2018-08-03 23:14 GMT+02:00 Saul Tobin : > Hi all, > > I just put together a snippet to make managing shared wind staves more > automatic, particularly with triple winds that may be combined in different > ways. > > \version "2.19.82" > > #(define remove-if-sibling >(lambda (offsets) >

Re: changing symbols used by Measure_grouping_engraver

2018-08-03 Thread Thomas Morley
2018-08-03 13:17 GMT+02:00 Thomas Morley : > \layout { > \context { > \Staff > \consists "Measure_grouping_engraver" > } > } > } While playing with it I noticed some issues. I just wrote a bug report about them: http://lilypond.1069038.n5.na

Re: changing symbols used by Measure_grouping_engraver

2018-08-03 Thread Thomas Morley
2018-08-03 13:33 GMT+02:00 Torsten Hämmerle : > Thomas Morley-2 wrote >> Hi Torsten, >> >> iiuc, this will result in a _horizontal_ line, not vertical. ;) > > > Drat, this tiny detail makes my simplistic attempt rather useless. > > Lame excuse: "No, thi

Re: changing symbols used by Measure_grouping_engraver

2018-08-03 Thread Thomas Morley
2018-08-03 12:25 GMT+02:00 Torsten Hämmerle : > Flaming Hakama by Elaine wrote >> In particular, how to change the symbol used to denote the dotted 8th >> value >> in compund time: >> instead of a triangle, how do I get a vertical bar (or slash)? > > Hi Elaine, > > The two options "triangle" and

Re: Fingering position in polyphony face to sharp glyph. Bug?

2018-08-02 Thread Thomas Morley
2018-08-02 12:10 GMT+02:00 Torsten Hämmerle : > Simon Albrecht-2 wrote >> I went to the issue tracker so this doesn’t get lost – it seems to be >> related to or a subset of >> https://sourceforge.net/p/testlilyissues/issues/3692/;. > > Hi Simon, > > While the descriptive title "Fingering collision

Re: an "odd" accidental problem...

2018-07-27 Thread Thomas Morley
2018-07-27 12:49 GMT+02:00 B~M : > I have what I think is an odd problem with accidentals. > > The piece I am working on is a Viola etude in E minor. > In the original score the composer needs an E natural and this is achieved > by a concatenated combination of a natural sign and a flat sign. >

Re: tie direction !?

2018-07-27 Thread Thomas Morley
2018-07-27 1:02 GMT+02:00 Torsten Hämmerle : > Simon Albrecht-2 wrote >> The most sensible solution to me seems to be for Tie to use the >> neutral-direction property and heed it in such cases, overriding the >> direction if it is set. > > Using Harm's example, setting Tie.neutral-direction to

Re: Iterating music for voiceOne. Checking with equal?

2018-07-27 Thread Thomas Morley
2018-07-26 17:33 GMT+02:00 David Kastrup : > David Kastrup writes: > >> David Kastrup writes: >> >>> Thomas Morley writes: >>> >>>> Hi, >>>> >>>> I stumbled across >>>> (equal? #{ \voiceOne #} voiceOne) >>

tie direction !?

2018-07-26 Thread Thomas Morley
Hi, please consider the following example: \version "2.19.82" \relative c'' { f,1 r4 b~ b8 a b4~ b8 a b2. \repeat unfold 8 f8 } The ties have different directions. If you change the example a little bit you may (or may not) get equal directions. Where does it comes from? Or wit

Re: Iterating music for voiceOne. Checking with equal?

2018-07-26 Thread Thomas Morley
2018-07-26 12:20 GMT+02:00 Urs Liska : > > > Am 26.07.2018 um 11:57 schrieb Thomas Morley: >> >> Hi, >> >> I stumbled across >> (equal? #{ \voiceOne #} voiceOne) >> returning false. >> >> Is it expected behaviour? > > > Check

Iterating music for voiceOne. Checking with equal?

2018-07-26 Thread Thomas Morley
Hi, I stumbled across (equal? #{ \voiceOne #} voiceOne) returning false. Is it expected behaviour? And is the condition in the function below robust? check = #(define-music-function (mus) (ly:music?) (music-map (lambda (m) (if (equal? m #{ \voiceOne #}) ;; below

Re: Attaching lyrics to intermittent vocals with polyphony

2018-07-23 Thread Thomas Morley
2018-07-23 3:46 GMT+02:00 Christopher R. Maden : > On 07/22/2018 09:37 PM, Christopher R. Maden wrote: >> >> tl;dr: interrupted five-voice polyphony — how to attach lyrics, and still >> get proper polyphonic engraving, in 2.18.2? > > > Naturally I found the (an?) answer after posting... > >

Re: Tweak beam slashes for small staves

2018-07-22 Thread Thomas Morley
2018-07-23 0:42 GMT+02:00 Edward Neeman : > I just started playing around with this but it’s obviously a huge improvement. I hope so :) If you encounter bugs or missing features (apart from the already mentioned TODOs) please report. Cheers, Harm

Re: Tweak beam slashes for small staves

2018-07-22 Thread Thomas Morley
2018-07-22 6:30 GMT+02:00 Edward Neeman : > Hello, > > This snippet produces very nice slashed grace note beams: > http://lsr.di.unimi.it/LSR/Snippet?id=721 > > However the slashes don’t adjust properly for smaller staves that are tweaked > with the \magnifyStaff function. In the example below,

Re: Hairpin.to-barline doesn't always work

2018-07-21 Thread Thomas Morley
2018-07-21 5:08 GMT+02:00 Patrick Karl : > The to-barline property > I have a couple of questions about this section. The first is, why would > the default setting for to-barface be true? Afaik, we do so to follow the usual type-setting-rules. I could be wrong here, though. I don't own Gould

Re: Partcombine Documentation: Example Error

2018-07-19 Thread Thomas Morley
2018-07-18 15:03 GMT+02:00 James Lowe : > Hello, > > On Wed, 18 Jul 2018 09:09:15 +0200, Thomas Morley > wrote: > >> 2018-07-17 11:55 GMT+02:00 Ben : >> > Good morning, >> > >> > I've been reading up on partcombine recently and I wanted to tr

Re: Partcombine Documentation: Example Error

2018-07-18 Thread Thomas Morley
2018-07-17 11:55 GMT+02:00 Ben : > Good morning, > > I've been reading up on partcombine recently and I wanted to try out a few > examples from the documentation to help me really understand the command, > however I get this error with one example: > > From: > >

Re: dotted semicircle indicating harmonics

2018-07-07 Thread Thomas Morley
2018-07-06 21:33 GMT+02:00 Simon Albrecht : > Hi Sylvius, > > this is most certainly not the answer you’re looking for, but may still be > the best way to go: don’t replicate the exact notation at all. There are > other ways to indicate harmonics, and this one is quite unusual (= likely to > cause

Re: Cut off glisando at barline without change of direction?

2018-07-06 Thread Thomas Morley
2018-07-06 17:54 GMT+02:00 Peter Terpstra : > > Dear people, > I would like to cut off the glissando at the barline. > When the Glissando.to-barline override is used the glissando's are > concentrated at the barline, i don't want them to change direction like > that. > Is there a way to prevent

Re: Syntax

2018-07-05 Thread Thomas Morley
2018-07-05 22:48 GMT+02:00 David Kastrup : > David Kastrup writes: > >> Thomas Morley writes: >> >>> Hi, >>> >>> please always reply to all, so that others stay informed or may drop >>> into the discussion. >>> cc-ing the list a

Re: Syntax

2018-07-05 Thread Thomas Morley
2018-07-05 22:29 GMT+02:00 David Kastrup : > Thomas Morley writes: > >> Hi, >> >> please always reply to all, so that others stay informed or may drop >> into the discussion. >> cc-ing the list again. >> >> 2018-07-05 22:03 GMT+02:00

Re: Syntax

2018-07-05 Thread Thomas Morley
Hi, please always reply to all, so that others stay informed or may drop into the discussion. cc-ing the list again. 2018-07-05 22:03 GMT+02:00 ** : > Here (http://lilypond.org/doc/v2.19/Documentation/notation/percussion-notes) > there's written "highmidtom". > Anyway, the different

Re: Syntax

2018-07-05 Thread Thomas Morley
Hi, 2018-07-05 14:40 GMT+02:00 ** : > Hi, > I'm writing my first score. > Basically, I'm using a code example found in lilypond documentation and I'm > doing some changes: > > \version 3.0.1 really?? > > \header { > title = "" > composer = "" > } > > #(define mydrums '( >

Re: chord names - C Delta 7 chord?

2018-06-30 Thread Thomas Morley
2018-06-30 8:37 GMT+02:00 Reilly Farrell : > Hi All, > > I'm looking for a solution for printing a C Delta 7 chord name (so that 7 > prints clearly after the delta symbol). I started off wth the failed > attempt below and haven't had much success anyway else: > > \version "2.18.2" > > \score { >

Re: Glissando with text?

2018-06-28 Thread Thomas Morley
2018-06-28 19:04 GMT+02:00 Menu Jacques : > Thomas, > > One last question: what is the simplest way to add the text value as a > parameter to gliss-plus-text, instead of having it fixed in the code? > > Thanks! > > JM Look into the (commented) example, I made it overridable. p.e. \override

Re: scheme variable name in lilypond

2018-06-25 Thread Thomas Morley
2018-06-25 23:31 GMT+02:00 Gianmaria Lari : > Is there any way to refer a scheme variable containing numbers in the name, > in lilypond? > > For example, if I write: > > #(define duration32 (ly:make-duration (ly:intlog2 32))) > > duration32 is a valid scheme variable name. But this is not a valid

Re: Change number of measures per page globally

2018-06-25 Thread Thomas Morley
2018-06-24 19:45 GMT+02:00 : > I looked all over the documentation and couldn't find anything close to > that, other than manually inserting page breaks on each part that composes a > score, which is time comsuming and...I don't want every single staff to have > the same number of measures per

Re: Switching to drummode and back

2018-06-24 Thread Thomas Morley
2018-06-24 12:33 GMT+02:00 foxfanfare : > David Kastrup wrote >> There is a firstClef context property you can set to ##f . > > Hi David, thank you for your answer and sorry for the delay: > I tried your solution and inserted: > > \layout { > \context { > \Staff > firstClef = ##f >

Re: Glissando with text?

2018-06-22 Thread Thomas Morley
2018-06-22 9:05 GMT+02:00 Menu Jacques : > Hello folks, > > Is it possible to obtain some text along a glissando, such as: > > > The Internals Reference tells there’s no text property attached to a > Glissando object, and I couldn’t find anything in the snippets. > > Thanks for your help! > > JM

Re: Dynamics not centered

2018-06-16 Thread Thomas Morley
2018-06-16 21:21 GMT+02:00 Torsten Hämmerle : > SoundsFromSound wrote >> Can someone tell me why the dynamics marking is not centered (like the >> default) when using it as a 'compound' command/variable markup? > > Hi Ben, > > That's because your declaration is a TextScript markup, and by default,

Re: output some string

2018-06-16 Thread Thomas Morley
2018-06-16 16:56 GMT+02:00 Gianmaria Lari : > > > On Fri, 15 Jun 2018 at 22:47, Thomas Morley > wrote: > >> 2018-06-15 20:11 GMT+02:00 Aaron Hill : >> > On 2018-06-15 09:40, Gianmaria Lari wrote: >> >> >> >> I'm trying to write some code in

Re: output some string

2018-06-15 Thread Thomas Morley
2018-06-15 22:21 GMT+02:00 Thomas Morley : > If a list contains only strings it's also possible to do: > > (string-concatenate '("foo" "bar" "buzz")) > => > "foobarbuzz" And if a list contains only characters: (list->string (list #

Re: output some string

2018-06-15 Thread Thomas Morley
2018-06-15 20:11 GMT+02:00 Aaron Hill : > On 2018-06-15 09:40, Gianmaria Lari wrote: >> >> I'm trying to write some code in scheme. At the moment I do it using >> frescobaldi and I need some help for the output. >> The following code >> >> \version "2.19.81" >> #(define (f w) w) >> $(f "Hello") >>

Re: Lilypond crashes while drawing systems

2018-06-14 Thread Thomas Morley
2018-06-14 13:24 GMT+02:00 Lukas-Fabian Moser : > Folks, > > I seem to have managed to create a Lilypond file that crashes my system > (Linux Mint 64-Bit with kernel 4.4.0-98-generic) so hard that I have to shut > it down using the power button. Even a bash script in background that kills > the

Re: Splitting chaotic glissando to parts

2018-06-12 Thread Thomas Morley
2018-06-12 8:35 GMT+02:00 Helge Kruse : > I have struggling for a while with few measures and I am currently a bit > frustrated. I use the great fancy glissando from LSR 1066 > (http://lsr.di.unimi.it/LSR/Item?id=1066) to write some chaotic > glissandi. The players should start one after the

Re: Lyric line's vertical position is shifting from one staff system to the next.

2018-06-11 Thread Thomas Morley
2018-06-11 4:17 GMT+02:00 dfro : > A P.S. to my beginner musings: > > Perhaps, the VerticalAxisGroup stretchability variable could be adjusted in > its behavior, so that when it is at 0, no bounding box/skyline safeguards > are considered for the nonstaff-relatedstaff-spacing property at all - the

Re: Add an arbitrary music property

2018-06-10 Thread Thomas Morley
2018-06-09 23:59 GMT+02:00 Urs Liska : > You mean I should use set-object-property! rather than set! > (ly:music-property ? Well, look at the example below (for custom-grob-properties): { \override NoteHead #'wtf = ##t c' d' \once \override NoteHead #'color = #(lambda (grob)

Re: Lilypond GC errors...Again.

2018-06-09 Thread Thomas Morley
2018-06-09 22:00 GMT+02:00 : > This is pretty much the same error I reported last time with 2.21.0. So the replies will likely be pretty much the same ;) Did you try gdb as described http://lilypond.1069038.n5.nabble.com/Strange-error-with-no-traceable-cause-tp213613p213620.html (and folow up)?

Re: Add an arbitrary music property

2018-06-09 Thread Thomas Morley
2018-06-08 21:26 GMT+02:00 Urs Liska : > Hi, > > is there anything wrong with adding an arbitrary property to a > SequentialMusic like that: > > \version "2.19.80" > > someNote = { c' d' } > > #(set! (ly:music-property someNote 'foo) "bar") > > \displayMusic \someNote > > ? > > The following is a

Re: LSR search

2018-06-08 Thread Thomas Morley
2018-06-09 3:56 GMT+02:00 Andrew Bernard : > What has happened to the LSR search engine? It has different ordering > options, with the hard to understand 'late' and 'early' order, and choosing > those it fails to return any results. > > Has this code been changed recently? > > Where is the best

Re: Lyric line's vertical position is shifting from one staff system to the next.

2018-06-07 Thread Thomas Morley
2018-06-07 20:15 GMT+02:00 dfro : > It seems like Verses2, 3, and 4 are looking down when using the padding > variable. How can I get them to look up to the verses and staff above? The > command - \override VerticalAxisGroup.staff-affinity = #UP - does not change > the looking down behavior for

Re: Lyric line's vertical position is shifting from one staff system to the next.

2018-06-07 Thread Thomas Morley
Hi, I'll soon have to run for my regular job, so I limit my reply to alignAbove/BelowContext. 2018-06-07 5:03 GMT+02:00 dfro : > If I use the command - alignBelowContext = "Upper" - on the Lyrics to verse3 > and verse4, then the texts switch place. [...] > Why is this > happening? In short,

Re: Strange error with no traceable cause.

2018-06-05 Thread Thomas Morley
2018-06-05 22:45 GMT+02:00 Thomas Morley : > 2018-06-05 22:35 GMT+02:00 : >> Mensagem Original >> Ativo 5 de jun de 2018 17:30, David Kastrup < d...@gnu.org> escreveu: >> >> crimsonsunr...@protonmail.com writes: >> >>> Well, I d

Re: Strange error with no traceable cause.

2018-06-05 Thread Thomas Morley
2018-06-05 22:35 GMT+02:00 : > Mensagem Original > Ativo 5 de jun de 2018 17:30, David Kastrup < d...@gnu.org> escreveu: > > crimsonsunr...@protonmail.com writes: > >> Well, I don't have any experience with gdb, so I wouldn't know what to >> do. The strange thing seems to be

Re: Bar lines at far left of single staff systens.

2018-06-05 Thread Thomas Morley
2018-06-05 7:24 GMT+02:00 dfro : > On 6/4/18 11:34 PM, David Wright wrote: >> >> On Mon 04 Jun 2018 at 22:38:35 (-0400), dfro wrote: >>> >>> Is there a setting to get bar lines to show on the far left side of >>> single staff systems? I haven't been able to find a way to do this, >>> if it is

Re: Batch-apply tremolo markings? (Frescobaldi)

2018-06-04 Thread Thomas Morley
2018-06-04 23:41 GMT+02:00 Aaron Hill : > On 2018-06-04 14:16, Thomas Morley wrote: > Would it be worth having LilyPond emit a warning when there are hidden > articulations? Especially since you make it sound like there could be > potential problems with saying `` as opposed to

Re: Batch-apply tremolo markings? (Frescobaldi)

2018-06-04 Thread Thomas Morley
2018-06-04 22:55 GMT+02:00 Aaron Hill : > On 2018-06-04 12:09, Ben wrote: >> >> Wow. Um, this is awesome. Yes it works beautifully. How difficult >> would it be to allow this function to accept chords? Or would that >> simply be best served as creating another function like \addTremChords >> or

Re: Non-double glissando

2018-06-03 Thread Thomas Morley
2018-06-03 12:28 GMT+02:00 Helge Kruse : > The Lilypond snippet > > http://lilypond.org/doc/v2.19/Documentation/snippets/expressive-marks#expressive-marks-double-glissando > > shows how to get a double glissando. It add adds a second voice to draw > the glissando lines with hidden notes: > >

Re: handbell shake

2018-05-31 Thread Thomas Morley
2018-05-31 19:55 GMT+02:00 Rick Kimpel : > From: Stanton Sanderson > Sent: Thursday, May 31, 2018 11:44 AM >> I’ve attempted some handbell pieces for our bell choir. Attached >> is one which has a few special symbols. Not intended as samples >> of “good practice!” > > Stan, > I added q's where

Re: handbell shake

2018-05-31 Thread Thomas Morley
2018-05-31 6:03 GMT+02:00 Rick Kimpel : > From: Thomas Morley > Your sample works in 2.18, as well. I did notice that the gliss line can > obscure the dot. Interestingly, my workaround does something that > confuses the dot and puts it above the squiggle. Can't decide if that's th

Re: handbell shake

2018-05-31 Thread Thomas Morley
2018-05-31 3:23 GMT+02:00 Aaron Hill : > On 2018-05-30 15:40, Thomas Morley wrote: >> >> I don't know anything about handbell choir music and which special >> notation-features may be needed. >> Are there any images you could link to? > > > Thomas, > > F

Re: handbell shake

2018-05-30 Thread Thomas Morley
2018-05-30 0:32 GMT+02:00 Rick Kimpel : > I am trying to build a library of functions for handbell choir music. The > first thing I attempted was how to show a shake. It sort of looks like a > trill mark, but the squiggly line is at the level of the note being played. > I'm hoping that I can just

Re: Grace Notes size

2018-05-27 Thread Thomas Morley
2018-05-27 17:42 GMT+02:00 Aaron Hill <lilyp...@hillvisions.com>: > On 2018-05-27 06:10, foxfanfare wrote: >> >> Thomas Morley-2 wrote >>> >>> Is this significant different from what you see? >> >> Unfortunately, yes! >> >>

Re: Grace Notes size

2018-05-27 Thread Thomas Morley
2018-05-27 15:10 GMT+02:00 foxfanfare <foxfanf...@gmx.com>: >> Thomas Morley-2 wrote > As editor I'm using jEdit > > A screenshot of the relevant entry in music-functions.scm accessed via > jEdit: > https://i.imgur.com/yM6oA6y.png > > Is this significant differ

Re: \path and \postscript in staff

2018-05-27 Thread Thomas Morley
2018-05-26 9:38 GMT+02:00 Helge Kruse <helge.kr...@gmx.net>: > Am 25.05.2018 um 13:13 schrieb Thomas Morley: >> Hi, >> >> you'll need a spanner from note to note, Glissando is your best bet, I'd say. >> I once made the attached code. > > Wow! That solve

Re: Grace Notes size

2018-05-27 Thread Thomas Morley
2018-05-27 13:58 GMT+02:00 foxfanfare <foxfanf...@gmx.com>: > Thomas Morley-2 wrote >> The defaults for graces are defined in music-functions.scm, look for >> `general-grace-settings'. > > I just wonder, how do you read easily this kind of file? Because the default >

Re: indent in \paper for a multiple-books file not working?

2018-05-25 Thread Thomas Morley
2018-05-25 15:05 GMT+02:00 : > Usually, placing the \layout block inside a \score block seems to work Thanks for your reply. I was aware of this possibility, though. Quoting the NR \paper variables for shifts and indents " indent The level of indentation for

Re: Grace Notes size

2018-05-25 Thread Thomas Morley
2018-05-25 14:21 GMT+02:00 foxfanfare : > Hi everyone, > > Is there a way to define the size of the small notes (\grace \appoggiatura > \acciaccatura)? > > It seems the default size is something like 0.6% of the full size but I > wonder if it is possible to set something

indent in \paper for a multiple-books file not working?

2018-05-25 Thread Thomas Morley
Hi, while trying to set a \paper in a file with multiple books I noticed the `indent'-setting is not working. One can do so in layout, though. Is it a bug or feature? All other toplevel settings (header, layout) are respected and/or modified by new settings inside of the books as wished.

Re: \path and \postscript in staff

2018-05-25 Thread Thomas Morley
2018-05-25 8:15 GMT+02:00 Helge Kruse : > The appendix A.10.3 of the Lilypond notation manual describes several > possibilities to use \path or \postscript in a \markup context. So you > can use this to draw some lines: > > \version "2.18.2" > > << > \relative c' { >

Re: catching layout-content

2018-05-25 Thread Thomas Morley
2018-05-25 12:26 GMT+02:00 David Kastrup <d...@gnu.org>: > Thomas Morley <thomasmorle...@gmail.com> writes: > >> Hi all, >> how can I see from inside a procedure that there is indeed an >> \override in \layout ? >> Below returns a long list, but nothing li

catching layout-content

2018-05-25 Thread Thomas Morley
Hi all, how can I see from inside a procedure that there is indeed an \override in \layout ? Below returns a long list, but nothing like the \override \layout { \override NoteHead.color = #red } #(pretty-print (sort (ly:module->alist (ly:output-def-scope $defaultlayout)) (lambda (p

Re: Parenthesis/bracket/brace questions

2018-05-24 Thread Thomas Morley
2018-05-21 17:09 GMT+02:00 Thomas Morley <thomasmorle...@gmail.com>: > 2018-05-21 15:03 GMT+02:00 Brent Annable <brentanna...@gmail.com>: >> On a side note, in my searches I noticed it's now possible to define >> different barline types, and the bracket type looks like

Re: Parenthesis/bracket/brace questions

2018-05-21 Thread Thomas Morley
2018-05-21 17:09 GMT+02:00 Thomas Morley <thomasmorle...@gmail.com>: > 2018-05-21 15:03 GMT+02:00 Brent Annable <brentanna...@gmail.com>: >> Hey Andrew, >> >> Wow, this looks like exactly like my score! Thank you very much, I managed >> to tweak the values

Re: Parenthesis/bracket/brace questions

2018-05-21 Thread Thomas Morley
2018-05-21 15:03 GMT+02:00 Brent Annable : > Hey Andrew, > > Wow, this looks like exactly like my score! Thank you very much, I managed > to tweak the values of this code to get exactly the shape I needed. > > On a side note, in my searches I noticed it's now possible to

Re: TextSpanner: Change text at automatic line break?

2018-05-21 Thread Thomas Morley
2018-05-21 12:28 GMT+02:00 James Harkins : > Hi, > > Using a TextSpanner, is there a way to change the text in the middle, so that > the new text appears at the next system break (whichever bar that is)? > > \version "2.19.80" > \language "english" > > \relative c' { >

Re: Overriding Score.SystemStartBar once at the beginning

2018-05-19 Thread Thomas Morley
2018-05-19 12:06 GMT+02:00 jasonflatley : > I am trying to make a jazz lead sheet template. One requirement is that the > treble clef and key signature should only appear in the first system, and > the subsequent systems should begin with a bar line. This picture shows what

Re: Maintaining font-size regardless of staff-size

2018-05-19 Thread Thomas Morley
2018-05-19 16:02 GMT+02:00 Thomas Morley <thomasmorle...@gmail.com>: > 2018-05-16 16:26 GMT+02:00 David Sumbler <da...@aeolia.co.uk>: >> At the moment I define variables for formatting title, composer etc. at >> the start of a score separately for each staff-size

Re: Maintaining font-size regardless of staff-size

2018-05-19 Thread Thomas Morley
2018-05-16 16:26 GMT+02:00 David Sumbler : > At the moment I define variables for formatting title, composer etc. at > the start of a score separately for each staff-size that I use. > > A simple question: is there a way of getting the same layout and font- > sizes for the

Re: Procedure for set-paper-size in \paper ?

2018-05-19 Thread Thomas Morley
2018-05-19 9:45 GMT+02:00 David Kastrup <d...@gnu.org>: > Thomas Morley <thomasmorle...@gmail.com> writes: > >> Hi all, >> >> (1) >> consider the following code (working as expected): >> >> \paper { >> #(if #t (set-paper-size "

Re: Procedure for set-paper-size in \paper ?

2018-05-18 Thread Thomas Morley
2018-05-19 0:36 GMT+02:00 Aaron Hill <lilyp...@hillvisions.com>: > On 2018-05-18 14:24, Thomas Morley wrote: >> #(define (proc bool x y) >> (if bool x y)) > Your `proc` function does not have this behavior, as the arguments passed in > will be evaluated before you

Procedure for set-paper-size in \paper ?

2018-05-18 Thread Thomas Morley
Hi all, (1) consider the following code (working as expected): \paper { #(if #t (set-paper-size "a8" 'landscape) #(set-paper-size "a8")) } \score { { R1 } \layout { ragged-right = ##f } } Switching from #t to #f results in different paper-size, as desired. (2) But trying to put it in a

Re: Combining full bar rests with omitted grobs in between

2018-05-18 Thread Thomas Morley
2018-05-18 10:12 GMT+02:00 Davide Liessi : > Dear all, > is there a way to combine the two full bar rests in one multimeasure > rest in the following example? > > \version "2.19.81" > \new Staff << > \compressFullBarRests > { > s1 > \once \omit

Re: Broken Hairpin

2018-05-17 Thread Thomas Morley
2018-05-17 15:47 GMT+02:00 foxfanfare : > Kieren MacMillan wrote >> Hi foxfanfare, >> >>> Is it possible to adjust the padding of a broken hairpin after a line >>> break? >> >> http://lilypond.org/doc/v2.18/Documentation/notation/modifying-broken-spanners >> >> Hope that helps!

Re: \cadenzaOn: clefs, key signatures on line breaks

2018-05-13 Thread Thomas Morley
2018-05-13 18:30 GMT+02:00 Robert Kubosz : > The example below Hello, there is no code visible for me in your mail. Neither here: https://lists.gnu.org/archive/html/lilypond-user/2018-05/msg00317.html Please provide plain text mails or attach a file or a link to it.

Re: variables for numbers

2018-05-10 Thread Thomas Morley
2018-05-10 22:51 GMT+02:00 Flaming Hakama by Elaine : > > On Tue, May 1, 2018 at 11:03 AM, wrote: >> >> Send lilypond-user mailing list submissions to >> lilypond-user@gnu.org > > > > I'm having difficulty understanding how to use a

Understanding ScriptRow

2018-05-10 Thread Thomas Morley
Hi all, I'm trying to do: (a) create a new grob (b) add this grob to the 'scripts of ScriptRow (c) let ScriptRow do the positioning according to the provided script-priority and finger/stringNumber/strokeFingerOrientations, etc (a) and (b) are done. But currently I'm stuck with (c) So I went

Re: fingering notation alternative

2018-05-07 Thread Thomas Morley
2018-05-07 23:35 GMT+02:00 Gianmaria Lari : > > I tried to write alternative fingering putting fingering numbers on a > column. This is what I did: > > { c' \finger \markup \center-column {2 3}} > > But the distance between numbers is a bit too large. Does exist a better

Re: Layout of a (piano) hand indicator

2018-05-07 Thread Thomas Morley
Hi Andrew, 2018-05-07 13:50 GMT+02:00 Andrew Bernard : > Hi Harm, > > I use the original function a lot. This is a staggering amount of what can > only be described as virtuoso code, for such a little thing. I am amazed. > Thanks. Well, sometimes it's still buggy. I'll

<    6   7   8   9   10   11   12   13   14   15   >