Re: snippet to automatically elaborate a bass line

2019-02-01 Thread Gianmaria Lari
On Sat, 2 Feb 2019 at 07:11, Valentin Villenave wrote: > On 1/30/19, Gianmaria Lari wrote: > > Is there any snippet that automatically convert the chord accompaniment > at > > the bass in something a bit more elaborate for the midi? > > Greetings, > something like that? > [] I simply copie

Re: snippet to automatically elaborate a bass line

2019-02-01 Thread Valentin Villenave
On 1/30/19, Gianmaria Lari wrote: > Is there any snippet that automatically convert the chord accompaniment at > the bass in something a bit more elaborate for the midi? Greetings, something like that? % \version "2.19.82" lh = \chordmode { c4 a:m d:m g } rh = \fixed c' { e8-. e-. g-. e-. f

Re: Configuration Point & Click

2019-02-01 Thread foxfanfare
foxfanfare wrote > And again, what is strange is that I have to launch zathura through vim if > I > want it to react to the link. If I launch the PDF alone in Zathura and > click > on the link, for instance > textedit:///home/remy/Documents/test/test.ly:5:4:5 > goes directly to the browser. Maybe z

Re: Title/Subtitle Left-Align

2019-02-01 Thread nagymusic
I figured it out (see below). I welcome other suggestions and/or improvements. Thanks again! \version "2.19.82" \paper { bookTitleMarkup = \markup \pad-around #6 { \fill-line { \column { \italic \fromproperty #'header:dedication \lower #1 \huge \larger \larger \bold \

Re: "Mensurstriche" (barlines between systems) and Repeat signs.

2019-02-01 Thread Malte Meyn
Am 01.02.19 um 18:42 schrieb Aaron Hill: On 2019-02-01 9:04 am, Malte Meyn wrote: Am 01.02.19 um 16:53 schrieb Aaron Hill: "" is already a valid bar line that has an empty glyph, so just extend that one: \version "2.19.82" \defineBarLine "-span" #'("|" "|" "|") \layout { \context { \Sco

Re: "Well, here's another nice mess I've gotten myself into!" Previously Please test new lilypond installers

2019-02-01 Thread Michael Hendry
> On 1 Feb 2019, at 17:29, Urs Liska wrote: > > > > Am 1. Februar 2019 18:08:16 MEZ schrieb Michael Hendry > : >>> On 31 Jan 2019, at 19:32, Abraham Lee >> wrote: >>> >>> Hi, Michael! >>> >>> On Thu, Jan 31, 2019 at 10:28 AM Michael Hendry >> wrote: On 29 Jan 2019, at 19:00, Urs Liska

Re: "Well, here's another nice mess I've gotten myself into!" Previously Please test new lilypond installers

2019-02-01 Thread Abraham Lee
Hi, Michael! On Fri, Feb 1, 2019 at 10:08 AM Michael Hendry wrote: > > On 31 Jan 2019, at 19:32, Abraham Lee > wrote: > > > > Hi, Michael! > > > > On Thu, Jan 31, 2019 at 10:28 AM Michael Hendry < > hendry.mich...@gmail.com> wrote: > > > On 29 Jan 2019, at 19:00, Urs Liska wrote: > > > > > > I

Re: "Mensurstriche" (barlines between systems) and Repeat signs.

2019-02-01 Thread Aaron Hill
On 2019-02-01 9:04 am, Malte Meyn wrote: Am 01.02.19 um 16:53 schrieb Aaron Hill: "" is already a valid bar line that has an empty glyph, so just extend that one: \version "2.19.82" \defineBarLine "-span" #'("|" "|" "|") \layout { \context { \Score defaultBarType = "-span" } } \new Staff

Re: "Mensurstriche" (barlines between systems) and Repeat signs.

2019-02-01 Thread Malte Meyn
Am 01.02.19 um 16:53 schrieb Aaron Hill: "" is already a valid bar line that has an empty glyph, so just extend that one: \version "2.19.82" \defineBarLine "-span" #'("|" "|" "|") \layout { \context { \Score defaultBarType = "-span" } } \new StaffGroup << \new Staff \repeat unfold 12 b'

Re: "Well, here's another nice mess I've gotten myself into!" Previously Please test new lilypond installers

2019-02-01 Thread Urs Liska
Am 1. Februar 2019 18:08:16 MEZ schrieb Michael Hendry : >> On 31 Jan 2019, at 19:32, Abraham Lee >wrote: >> >> Hi, Michael! >> >> On Thu, Jan 31, 2019 at 10:28 AM Michael Hendry > wrote: >> > On 29 Jan 2019, at 19:00, Urs Liska wrote: >> > >> > If you use alternative notation fonts you hav

Re: "Well, here's another nice mess I've gotten myself into!" Previously Please test new lilypond installers

2019-02-01 Thread Michael Hendry
> On 31 Jan 2019, at 19:32, Abraham Lee wrote: > > Hi, Michael! > > On Thu, Jan 31, 2019 at 10:28 AM Michael Hendry > wrote: > > On 29 Jan 2019, at 19:00, Urs Liska wrote: > > > > If you use alternative notation fonts you have to "install" them for every > > new LilyPond installation. > >

Re: "Mensurstriche" (barlines between systems) and Repeat signs.

2019-02-01 Thread Aaron Hill
On 2019-02-01 7:24 am, Malte Meyn wrote: Am 01.02.19 um 14:19 schrieb Lukas-Fabian Moser: On my system, this does (in 2.18.82 as well as current master), this does "the right thing", but only because of The “right thing” only by accident: \defineBarLine "m" #'("||" "||" "||") has the s

Re: "Mensurstriche" (barlines between systems) and Repeat signs.

2019-02-01 Thread Malte Meyn
Am 01.02.19 um 14:19 schrieb Lukas-Fabian Moser: On my system, this does (in 2.18.82 as well as current master), this does "the right thing", but only because of The “right thing” only by accident: \defineBarLine "m" #'("||" "||" "||") has the same effect (single Mensurstriche between

Re: Title/Subtitle Left-Align

2019-02-01 Thread nagymusic
Ok, just one last question: How about having the dedication, title, subtitle, subsubtitle left-aligned, but the composer right-aligned? I understand that the bookTitleMarkup displays everything on the left so including the composer text there wouldn't work unless there's a workaround. Here's what

Re: Simple example with vertical spacing and dynamic contexts

2019-02-01 Thread Павел Буданов
It really helped me, I am very grateful to you. Would you like to change the vertical spacing chapter in the learning manual? You were able to explain a lot of things in plain language. пт, 1 февр. 2019 г. в 05:54, Aaron Hill

Re: "Mensurstriche" (barlines between systems) and Repeat signs.

2019-02-01 Thread Lukas-Fabian Moser
I wonder why I haven’t had this idea several years ago but how about this?: \version "2.19.82" \defineBarLine "m" #'("" "" "|") \layout {   \context {     \Score     defaultBarType = "m"   } } mus = \relative {   c' d e f g a b c b a g f e d c \bar ":|." } \new StaffGroup <<   \new Staff \

Re: Title/Subtitle Left-Align

2019-02-01 Thread nagymusic
Aaron, Thank you for your thorough reply. I'm learning a lot here. As you explained, redefining the whole layout is very efficient to achieve this. Best, Zvony -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html ___ lilypond-user maili

Re: Title/Subtitle Left-Align

2019-02-01 Thread nagymusic
Thanks, Lukas. This is very helpful! I'm not re-typesetting the attached example. I only included it so it helps to understand my question. -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html ___ lilypond-user mailing list lilypond-user

Re: "Mensurstriche" (barlines between systems) and Repeat signs.

2019-02-01 Thread Malte Meyn
Am 01.02.19 um 11:37 schrieb Bernhard Kleine: I have the following and cannot find a way to have the repeat/volta signs displayed: I wonder why I haven’t had this idea several years ago but how about this?: \version "2.19.82" \defineBarLine "m" #'("" "" "|") \layout { \context { \Sco

Re: Configuration Point & Click

2019-02-01 Thread foxfanfare
David Wright wrote > What PDF? Please show the actual commands you used. > > You need to start the server *before* you try to connect to it with a > client: > > $ vim --servername foo > > and then, at a different location, type: > > $ vim --servername foo --remote test.ly > > and that should o

Re: "Mensurstriche" (barlines between systems) and Repeat signs.

2019-02-01 Thread Bernhard Kleine
I tried once also, obviously not on the correct place. Thanks a lot. Bernhard Am 01.02.2019 um 11:51 schrieb David Kastrup: > Bernhard Kleine writes: > >> I have the following and cannot find a way to have the repeat/volta >> signs displayed: > Seems pretty simple to me. > > > -- spitzhalde9 D

Re: "Mensurstriche" (barlines between systems) and Repeat signs.

2019-02-01 Thread David Kastrup
Bernhard Kleine writes: > I have the following and cannot find a way to have the repeat/volta > signs displayed: Seems pretty simple to me. \version "2.19.82" \language "deutsch" \layout { \context { \Voice \consists "Melody_engraver" \override Stem #'neutral-direction = #'() }

"Mensurstriche" (barlines between systems) and Repeat signs.

2019-02-01 Thread Bernhard Kleine
I have the following and cannot find a way to have the repeat/volta signs displayed: \version "2.19.82" \language "deutsch" \layout {   \context {     \Voice     \consists "Melody_engraver"     \override Stem #'neutral-direction = #'()   } } global = {   \hide Staff.BarLine   \key c \major   \time

Re: Text not properly formatted

2019-02-01 Thread Bernhard Kleine
I noticed it inbetween. Almost a beginners error. Thanks a lot Bernhard Am 01.02.2019 um 02:57 schrieb nagymusic: > Try adjusting the lyrics so that there is a "double hyphen" -- between > syllables: > > Tan -- zen und Sprin -- gen, Sin -- gen und Klin -- gen, > fa -- la -- la -- la fa -- la

Re: Configuration Point & Click

2019-02-01 Thread Federico Bruni
Il giorno gio 31 gen 2019 alle 22:03, foxfanfare ha scritto: Thank you both for you help. Federico Bruni-2 wrote How did you install lilypond? From Arch repository? Or from lilypond.org installer (the .sh file)? Yes I did install Lilypond directly through arch repository via pacman.

Re: Title/Subtitle Left-Align

2019-02-01 Thread Aaron Hill
On 2019-01-31 6:20 pm, nagymusic wrote: Would you happen to know where can one look up the \fontssize # .. standard text sizes conversions in points? In other words, what \fontsize # correspond to default Lilypond Title, Subtitle, Subsubtitle font sizes? I know that \abs-fontsize # .. displays