Re: getting paid for an include (I offer)

2017-12-23 Thread Werner LEMBERG
>>> I would like to use the keyboard TAB >>> (https://de.wikipedia.org/wiki/Tabulatur) as alternative to "normal" >>> notation. >> >> Which one? There are so many tablutures. Please give an example >> (i.e., the `normal' notation and the tablature version). > > Excuse me, the New German Tabulatu

Re: Lining up the word "subito"

2017-12-23 Thread Ivan Kuznetsov
On Sat, Dec 23, 2017 at 3:17 AM, Malte Meyn wrote: >% this decreases the vertical space between sub. and p >\override #'(baseline-skip . 1.5) Overriding the default spacing will be very useful. Thank you for demonstrating this to me. ___ lilyp

Re: Lining up the word "subito"

2017-12-23 Thread Ivan Kuznetsov
On Sat, Dec 23, 2017 at 3:10 AM, Andrew Bernard wrote: >> Can't you just use the \column command of \markup to have two lines? Refer to the Notation Reference (NR). << And that is exactly what I wanted to do. I do read the documentation but sometimes, things do not leap out at me. >> Also, w

Re: getting paid for an include (I offer)

2017-12-23 Thread Ali Cuota
Hallo Werner, Excuse me, the New German Tabulatur is my topic. https://de.wikipedia.org/wiki/Tabulatur#Neue_deutsche_Orgeltabulatur Danke Francois, http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail"; target="_blank">htt

Re: getting paid for an include (I offer)

2017-12-23 Thread Werner LEMBERG
> I would like to use the keyboard TAB > (https://de.wikipedia.org/wiki/Tabulatur) as alternative to "normal" > notation. Which one? There are so many tablutures. Please give an example (i.e., the `normal' notation and the tablature version). Werner __

edition-editor usage

2017-12-23 Thread Mason Hock
I have a piece in which each performer reads from a version of the score with their staff full-sized with the other parts on small staves. This pieces also requires a lot of manual tweaking of slurs. I've been using \shapeII for the slurs, which works great, except that if I shape the slur cor

getting paid for an include (I offer)

2017-12-23 Thread Ali Cuota
Dear lilyponders, I have very very basic notions about programming and cant do what I really want, so I come to you all to ask for (paid) help. I would like to use the keyboard TAB (https://de.wikipedia.org/wiki/Tabulatur) as alternative to "normal" notation. My idea is to pass normal *.ly files

Re: Next round on frescobaldi dependencies

2017-12-23 Thread Simon Albrecht
Am 23-Dec-2017 15:49:11 +0100 schrieb noeck.marb...@gmx.de: Out of curiosity: Did anyone writing here at least try the fix that I posted here twice which worked for me? I.e. installing python3-poppler-qt5_0.24.2-3build1_amd64.deb? Maybe I didn't - it would hardly be surprising if I had overloo

Re: (modified) Ben Johnston tuning system script

2017-12-23 Thread Urs Liska
Hi Hans, please ping me if I don't get back to you after getting home. Urs Am 23. Dezember 2017 16:33:49 MEZ schrieb All Fifths Tuning : >Dear fellow Lilypond-users, > > >I would like to write music in just intonation. > >I would like to make a script similar to the (great!) Sagittal script >o

(modified) Ben Johnston tuning system script

2017-12-23 Thread All Fifths Tuning
Dear fellow Lilypond-users, I would like to write music in just intonation. I would like to make a script similar to the (great!) Sagittal script of Graham Breed (http://x31eq.com/lilypond/) but for the so called Ben Johnston tuning system (BJTS) (I've noticed there was some discussion about

Re: Next round on frescobaldi dependencies

2017-12-23 Thread bb
Am 23.12.2017 um 15:48 schrieb Noeck > Out of curiosity: Did anyone writing here at least try the fix that I > posted here twice which worked for me? > > I.e. installing python3-poppler-qt5_0.24.2-3build1_amd64.deb? > > > Joram > > ___ > lilypond-user ma

Re: Next round on frescobaldi dependencies

2017-12-23 Thread Noeck
Out of curiosity: Did anyone writing here at least try the fix that I posted here twice which worked for me? I.e. installing python3-poppler-qt5_0.24.2-3build1_amd64.deb? Joram ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org

Re: Next round on frescobaldi dependencies

2017-12-23 Thread bb
As I remarked, I could not install frescobaldi 3.0 on ubuntu version 17 (as I remember that is true for 16 as well). I had success with ubuntu 18.2 brands (and higher). I sent some mails to frescobaldi and the lilypond list. i.e see lilypond list from 09.12.2017 10:21. As I can reconstruct out of t

Re: Next round on frescobaldi dependencies

2017-12-23 Thread bb
As I mailed frequently to frescobaldi and to the lilypond mail list it was/is definitely impossible for me to get frescobaldi 3.0 to work with any ubuntu 17 version and any linux brand based on ubuntu 17! I tried to install frescobaldi 3.0 multiple times on that version(s), especially following som

Re: Reduce PianoStaves for rest

2017-12-23 Thread Helge Kruse
Am 21.12.2017 um 23:19 schrieb David Kastrup: > Easier to just use > > \new GrandStaff << ... >> > > The only difference is the Keep_alive_together_engraver if I remember > correctly. Yes, this works great. I never realized what actually is the difference between the combined Staff types, except

Re: Lining up the word "subito"

2017-12-23 Thread Malte Meyn
Am 23.12.2017 um 10:17 schrieb Malte Meyn: \version "2.19.65" \include "english.ly" A small, slightly off-topic remark on these lines: Instead of \including the file english.ly the standard way of setting the note name language now (since version 2.14) is using the language command: \lan

Re: Lining up the word "subito"

2017-12-23 Thread Malte Meyn
Am 23.12.2017 um 10:10 schrieb Andrew Bernard: Also, with respect, when asking for help on the list people usually provide an MWE, a minimum working example. For a case like this just a note or two would suffice. If you give an MWE it is a lot easier for people to help out, as they don't ha

Re: Hammer-on and pull-off

2017-12-23 Thread Jacques Menu Muzhic
Hello Joram, Good idea, after… all. How about: \version "2.19.80" % Thanks to David Kastrup for the inspiration! after = #(define-music-function (t e m) (ly:duration? ly:music? ly:music?) #{ \context Bottom << #m { \skip $t <> -\tweak extra-spacing-width #empty-interval $e

Re: Lining up the word "subito"

2017-12-23 Thread Andrew Bernard
Hello Ivan, Can't you just use the \column command of \markup to have two lines? Refer to the Notation Reference (NR). Also, with respect, when asking for help on the list people usually provide an MWE, a minimum working example. For a case like this just a note or two would suffice. If you give

Re: Hammer-on and pull-off

2017-12-23 Thread Noeck
Am 23.12.2017 um 08:52 schrieb Jacques Menu Muzhic: > Going along you lines, the H and P can be centered between the two notes, see > below. Shifting by adding " " is not so nice, you are right. Your solution is more accurate but also much longer. Perhaps the often mentioned \after function cou