Re: Proposal: Changing tremolo beam gap implementation

2020-04-09 Thread Torsten Hämmerle
Thomas Morley-2 wrote > see my code at > https://lists.gnu.org/archive/html/lilypond-user/2020-04/msg00160.html > > It's ofcourse a workaround, but usable, afaict. Hi Harm, It's good to have a workaround for the time being. The reason why I haven't finished the "strange gap behaviour" issue 586

RE: Beaming in 4/4 and justify staves

2020-04-09 Thread Cristopher Bonn
Sorry! Believe it or not, I am new to mailing lists as well... Did I do it correctly now? Cristopher

Fwd: Beaming in 4/4 and justify staves

2020-04-09 Thread Noeck
Hi Christopher, please always write to the list! Your clarification of your question is what I expected. But I don't know the answer for that. Joram Weitergeleitete Nachricht Betreff:Re: Beaming in 4/4 and justify staves Datum: Thu, 9 Apr 2020 19:39:21 -0300 Von:C

Re: Beaming in 4/4 and justify staves

2020-04-09 Thread Noeck
Hi Christopher, >> 1) How can I have this beaming in 4/4 as default? see attached image. > http://lilypond.org/doc/v2.19/Documentation/learning/automatic-and-manual-beams \version "2.20.0" \relative { \overrideTimeSignatureSettings 4/4 % whenever you use \time 4/4 1/8 % use 8th notes

Re: A request on behalf of Turkish Music

2020-04-09 Thread Aaron Hill
On 2020-04-09 1:59 pm, Noeck wrote: Hi, Am 08.04.20 um 14:38 schrieb Werner LEMBERG: A combination of makam.ly and this definitions.ily should be easy to do. But as Werner said, having them in the Emmentaler font (one way or the other) would be better. Well, here's the question: Shall we a

Re: Beaming in 4/4 and justify staves

2020-04-09 Thread Aaron Hill
On 2020-04-09 1:45 pm, Mark Stephen Mrotek wrote: No question is stupid – only some responses! See my post history for examples. :P -- Aaron Hill

Re: A request on behalf of Turkish Music

2020-04-09 Thread Noeck
Hi, Am 08.04.20 um 14:38 schrieb Werner LEMBERG: > >> A combination of makam.ly and this definitions.ily should be easy to >> do. But as Werner said, having them in the Emmentaler font (one way >> or the other) would be better. > > Well, here's the question: Shall we add such glyphs at all? Of c

RE: Beaming in 4/4 and justify staves

2020-04-09 Thread Mark Stephen Mrotek
Christopher, No question is stupid – only some responses! For 1) look here http://lilypond.org/doc/v2.19/Documentation/learning/automatic-and-manual-beams For 2) look here http://lilypond.org/doc/v2.19/Documentation/notation/changing-spacing Mark From: lilypond-user [mailto:lilyp

Re: Analysis brackets

2020-04-09 Thread Kevin Barry
Hi Michael, Below is some code that replaces a horizontal bracket with a curly brace of the same width. The math is the result of experimentation, but it seems to hold up to changes in staff size and for medium-sized groupings of notes. \version "2.19.84" #(define curly-analysis-brace (lambda

Beaming in 4/4 and justify staves

2020-04-09 Thread Cristopher Bonn
Hi, I am a LilyPond newbie. This has probably been asked before but I couldn't find the answer after searching (manual, snippets and mailing list). 1) How can I have this beaming in 4/4 as default? see attached image. 2) Is there a way to justify staves? I have a 1-page score and there's some sp

Re: Markup-Command shortcut

2020-04-09 Thread David Kastrup
foxfanfare writes: > But I don't understand, why is that shortcut also not working then? > > #(define-markup-command (subUp layout props f1 f2) > (string? string?) > (interpret-markup layout props > #{ >\markup { > \overtie \line { \concat { #f1 \hsp

Re: Markup-Command shortcut

2020-04-09 Thread Aaron Hill
On 2020-04-09 11:56 am, foxfanfare wrote: But I don't understand, why is that shortcut also not working then? #(define-markup-command (subUp layout props f1 f2) (string? string?) (interpret-markup layout props #{ \markup { \overtie \line { \concat {

Re: Markup-Command shortcut

2020-04-09 Thread foxfanfare
But I don't understand, why is that shortcut also not working then? #(define-markup-command (subUp layout props f1 f2) (string? string?) (interpret-markup layout props #{ \markup { \overtie \line { \concat { #f1 \hspace #0.15 #f2 } } } #}))

Coda / split staff

2020-04-09 Thread Pierre Perol-Schneider
Dear Harm et all, Would you mind putting the following snippet to the LSR? Originally: http://lilypond.1069038.n5.nabble.com/Appending-coda-on-last-line-td44971.html#a44972 (See also: http://lilypond-french-users.1298960.n2.nabble.com/Fonte-de-texte-introuvable-td7588980.html#a7589129 ) TIA, cheers

Re: Markup-Command shortcut

2020-04-09 Thread foxfanfare
Of course, thanks! -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html

Re: Markup-Command shortcut

2020-04-09 Thread Aaron Hill
On 2020-04-09 11:09 am, foxfanfare wrote: Hi all, Quick question, I made the following shortcut which draw an arrow of custom lenght: #(define-markup-command (arrow layout props size) (number?) (interpret-markup layout props (markup #:line (#:fontsize 3 (#:general-alig

Markup-Command shortcut

2020-04-09 Thread foxfanfare
Hi all, Quick question, I made the following shortcut which draw an arrow of custom lenght: #(define-markup-command (arrow layout props size) (number?) (interpret-markup layout props (markup #:line (#:fontsize 3 (#:general-align 0 -1 (#:override (cons (quote thicknes

Re: ANN: OOoLilyPond 1.0.0

2020-04-09 Thread Noeck
Dear Klaus, thanks a lot for your work, the great improvements to this extension and for getting out this new version! Happy Easter! Joram

Re: Strange error from \new Voice

2020-04-09 Thread Bernhard Kleine
When working with addlyrics it was outside the \new staff construct like here: tenorVoicePart = \new Staff \with {   instrumentName = "Tenor"   midiInstrument = "choir aahs" } { \clef "treble_8" \tenorVoice } \addlyrics { \verseVoice } Now, it is within Soprano = \new Staff \with {   instrumentN

Re: Analysis brackets

2020-04-09 Thread Pierre Perol-Schneider
Hi Michael, That may work, e.g.: \version "2.20.0" #(define-markup-command (lcb layout props arg) (number?) "Draw a curly bracket with a variable length." (interpret-markup layout props (markup (#:override (cons (quote filled) #t) (#:path 0 `( (movet

Re: Strange error from \new Voice

2020-04-09 Thread Noeck
Am 09.04.20 um 18:18 schrieb Bernhard Kleine: > This would be worth mentioning in the manual! Hi Bernhard, glad it works. What exactly would you mention in the manual? 1) How to use the \lyricsto construct? It is explained here: https://lilypond.org/doc/v2.20/Documentation/notation/common-no

Re: Strange error from \new Voice

2020-04-09 Thread Bernhard Kleine
Am 09.04.2020 um 17:18 schrieb Noeck: > > Am 09.04.20 um 17:04 schrieb Bernhard Kleine: >> \new Lyrics \lyricsto „SI“ > Did you copy that verbatim or use the correct "normal quotes": > > \new Lyrics \lyricsto "SI" > > Just to rule out that simple problem. > > Joram This is what is there : Sopran

Re: Analysis brackets

2020-04-09 Thread Michael Taylor
Dear David, Many thanks for this. I was curious about the curly analysis brackets when I saw this in Snippets http://lsr.di.unimi.it/LSR/Search?q=curly but couldn't figure out how (or if) these shapes could be used for what I wanted. The only application I could find was to group an ensemble within

Re: Strange error from \new Voice

2020-04-09 Thread Noeck
Am 09.04.20 um 17:04 schrieb Bernhard Kleine: > \new Lyrics \lyricsto „SI“ Did you copy that verbatim or use the correct "normal quotes": \new Lyrics \lyricsto "SI" Just to rule out that simple problem. Joram

Re: Strange error from \new Voice

2020-04-09 Thread Bernhard Kleine
this results in an error: the output is in the appendix. Preprocessing graphical objects... programming error: No spring between column 0 and next one continuing, cross fingers programming error: No spring between column 0 and next one continuing, cross fingers programming error: didn't find

convert-ly error

2020-04-09 Thread Thomas Scharkowski
% convert-ly ImportError: Bad magic number in /Applications/Frescobaldi.app/Contents/Resources/site.pyc LilyPond 2.20.0 LilyPond 2.19.84 macOS 10.15.4 When I use the command from Frecobaldi (3.1.1) I get the following: arch: posix_spawnp: /System/Library/Frameworks/Python.framework/Version

Re: Strange error from \new Voice

2020-04-09 Thread Michael Gerdau
Replace \addlyrics... by \new Lyrics \lyricsto „SI“... Kind regards, Michael Mobil gesendet > Am 09.04.2020 um 15:03 schrieb Bernhard Kleine : > > I have the following extract from Mendelssohn Bartholdy. I noticed that > the parentheses in measure seven were not respected and the text was > w

Strange error from \new Voice

2020-04-09 Thread Bernhard Kleine
I have the following extract from Mendelssohn Bartholdy. I noticed that the parentheses in measure seven were not respected and the text was wrongly applied. When eleminating the line "  \new Voice = "SII" { \voiceTwo \SopranoVoiceII }" the text was correct. Please can you explain and propose a rem

Re: How to limit the effect of \voiceOne for certain parts of the score?

2020-04-09 Thread Bernhard Kleine
Thanks a lot! Am 09.04.2020 um 14:22 schrieb Phil Holmes: > https://lilypond.org/doc/v2.19/Documentation/learning/explicitly-instantiating-voices > > > \oneVoice > > -- > Phil Holmes > > > - Original Message - From: "Bernhard Kleine" > > To: > Sent: Thursday, April 09, 2020 11:43 AM > S

Re: ANN: OOoLilyPond 1.0.0

2020-04-09 Thread Ben
On 4/9/2020 6:37 AM, Klaus Blum wrote: Hi all, I'm happy to announce a new version of OOoLilyPond (OLy), an extension to include LilyPond snippets into LibreOffice/OpenOffice documents. There are several bugfixes and some new and hopefully cool and useful features: https://github.com/openlilyli

Re: Re: How to limit the effect of \voiceOne for certain parts of the score?

2020-04-09 Thread Mats Bengtsson
On 2020-04-09 14:06, Pierre Perol-Schneider wrote: Hi Bernahard, I'm not sure what you'd like to achieve... Have you tried '\stemNeutral ? Cheers, Pierre Rather, use \oneVoice, see http://lilypond.org/doc/v2.20/Documentation/notation/multiple-voices    /Mats Le jeu. 9 avr. 2020 à 12:48

Re: How to limit the effect of \voiceOne for certain parts of the score?

2020-04-09 Thread Phil Holmes
https://lilypond.org/doc/v2.19/Documentation/learning/explicitly-instantiating-voices \oneVoice -- Phil Holmes - Original Message - From: "Bernhard Kleine" To: Sent: Thursday, April 09, 2020 11:43 AM Subject: How to limit the effect of \voiceOne for certain parts of the score?

Re: lilypond score in youtube video

2020-04-09 Thread Martin Tarenskeen
On Wed, 8 Apr 2020, Valentin Villenave wrote: On 4/8/20, Martin Tarenskeen wrote: I now have found my own workflow 1. I created my score using LilyPond including (among other things) this: #(set! paper-alist (cons '("myvideo" . (cons (* 16 cm) (* 9 cm))) paper-alist)) \paper { #(set-pa

Re: How to limit the effect of \voiceOne for certain parts of the score?

2020-04-09 Thread Pierre Perol-Schneider
Hi Bernahard, I'm not sure what you'd like to achieve... Have you tried '\stemNeutral ? Cheers, Pierre Le jeu. 9 avr. 2020 à 12:48, Bernhard Kleine a écrit : > Dear all, > > in Mendelssohn Bartholdy's 100th psalm, the middle part is for eight > voices while the outer parts are only for four voic

How to limit the effect of \voiceOne for certain parts of the score?

2020-04-09 Thread Bernhard Kleine
Dear all, in Mendelssohn Bartholdy's 100th psalm, the middle part is for eight voices while the outer parts are only for four voices. When I define soprano voice 1 and 2 for one staff at the beginning with voiceOne and voiceTwo, the stems and pauses for the one soprano voice are optically unpleasi

ANN: OOoLilyPond 1.0.0

2020-04-09 Thread Klaus Blum
Hi all, I'm happy to announce a new version of OOoLilyPond (OLy), an extension to include LilyPond snippets into LibreOffice/OpenOffice documents. There are several bugfixes and some new and hopefully cool and useful features: https://github.com/openlilylib/LO-ly/releases/tag/1.0.0 Here is a p

Re: Proposal: Changing tremolo beam gap implementation

2020-04-09 Thread Thomas Morley
Am Sa., 28. März 2020 um 01:11 Uhr schrieb Torsten Hämmerle : > > Thomas Morley-2 wrote > > [...] attempting to make whole-note-tremolo-beams avoid possible Dots to > > the > > left and possible Accidentals to the right. > > > Yes, that would certainly be the next step. Avoiding dots and accidenta

Re: Whole-note tremolo beams

2020-04-09 Thread Thomas Morley
Am So., 22. März 2020 um 17:38 Uhr schrieb Leo Correia de Verdier : > > Second attempt: [...] Hi, please find attached my own take on it. The tremolo-beam now avoids left-note-column's dots and right-note-column accidentals automagically and is centered around the thought line between the vertic

Re: Crash with bars-per-line-engraver as of LSR snippet id=838

2020-04-09 Thread Thomas Morley
Am Mi., 8. Apr. 2020 um 16:13 Uhr schrieb Michael Gerdau : > > Hi Kieren, > > >> I'm playing with the bars-per-line-engraver as of LSR > >> http://lsr.di.unimi.it/LSR/Item?id=838 > >> > >> When I increase the number of bars in my piece beyond a certain amount > >> (3500-4000 in my MWE) lilypond cra

bug or feature with 'gap-count?

2020-04-09 Thread Thomas Morley
Hi, consider the following code: \version "2.20.0" { \override Beam.gap-count = 1 \repeat unfold 16 b16 \override Beam.gap = 2 \repeat unfold 16 b16 } Obviously no tremolo is coded, though setting 'gap-count (and 'gap relying on active 'gap-count) is respected. IR says: " gap-count (int

Re: Trying to use ly:grob-set-property!

2020-04-09 Thread Kevin Barry
Hi Aaron, Thank you so much for the explanation - it makes more sense now. Kevin On Wed, 8 Apr 2020 at 21:52, Aaron Hill wrote: > > On 2020-04-08 1:26 pm, Kevin Barry wrote: > > Hi Lilypond users, > > > > I am trying to get something to work by setting the X-offset of a grob > > using ly:grob-s

Get current staff size

2020-04-09 Thread Kevin Barry
Hi Lilypond users, Is there a way to obtain the current value of the staff size as set with set-global-staff-size (or the layout version)? Kevin

Re: Instructing fretboard-diagram-verbose to space frets proportionally rather than equadistantly

2020-04-09 Thread Torsten Hämmerle
I like the idea and have of having naturally spaced frets in fret diagrams. As Aaron has already pointed out, the current implementation always uses fret-distance * fret for positioning objects and calculating the length of the strings. fret-distance is the distance between frets and fret is t