Yayy!! Although the Frescobaldi “LilyPond Documentation” menu command crashes. Minor problem. Thanks Marnen!
> On 11 Mar 2020, at 20:34, lilypond-user-requ...@gnu.org wrote: > > Send lilypond-user mailing list submissions to > lilypond-user@gnu.org > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.gnu.org/mailman/listinfo/lilypond-user > or, via email, send a message with subject or body 'help' to > lilypond-user-requ...@gnu.org > > You can reach the person managing the list at > lilypond-user-ow...@gnu.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of lilypond-user digest..." > > > Today's Topics: > > 1. Re: Markup in chordmode (Klaus Blum) > 2. 64-bit Mac build of 2.20 is now available! (Marnen Laibow-Koser) > 3. Re: Markup in chordmode (Carl Sorensen) > 4. Re: Markup in chordmode (Noeck) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Wed, 11 Mar 2020 09:30:57 -0700 (MST) > From: Klaus Blum <benbigno...@gmx.de> > To: lilypond-user@gnu.org > Subject: Re: Markup in chordmode > Message-ID: <1583944257448-0.p...@n5.nabble.com> > Content-Type: text/plain; charset=us-ascii > > Hi Pablo, > > > pablocordal wrote >> I'm trying to add a markup in the first chord of this music (but I get an >> error) >> >> How can I add ^\markup {"Var. 1"} to the first chord? > > You can put an invisible rest in parallel and attach your markup to it: > > % ------------------------------------- > << > \chordmode { c,,1:3.5.8 } > {s1^\markup "Var. 1"} >>> > > \chordmode { > c,,2:3.5.8 d,,2:3.5.8 e,,4:3.5.8 f,,2 > % /+c:3.5.8 > r4 \bar "|." > } > % ------------------------------------- > > BTW: Ly 2.19.83 complained of the expression > f,,2/+c:3.5.8 > That's why i commented it out. AFAIK after the slash you can only add a bass > note but no other pitches after a colon. > > Cheers, > Klaus > > > > > > -- > Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html > > > > ------------------------------ > > Message: 2 > Date: Wed, 11 Mar 2020 13:53:10 -0400 > From: Marnen Laibow-Koser <mar...@marnen.org> > To: LilyPond <lilypond-de...@gnu.org>, LilyPond Users > <lilypond-user@gnu.org> > Cc: Zone Dremik <dremik_z...@yahoo.com> > Subject: 64-bit Mac build of 2.20 is now available! > Message-ID: > <CAKZYM4C8mOHzsyGBdfkgo4V7sifMBLkR=m6_12+pxrzmwhz...@mail.gmail.com> > Content-Type: text/plain; charset="utf-8" > > Folks-- > > I've just published 64-bit Mac builds of 2.20 at > https://bintray.com/marnen/lilypond-darwin-64/lilypond-2.20.0 . Enjoy, and > please let me know if you run into any issues: it appears to work, but I > haven't tested it exhaustively. > > Best, > -- > Marnen Laibow-Koser > mar...@marnen.org > http://www.marnen.org > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > <https://lists.gnu.org/archive/html/lilypond-user/attachments/20200311/614a04c5/attachment.html> > > ------------------------------ > > Message: 3 > Date: Wed, 11 Mar 2020 18:22:52 +0000 > From: Carl Sorensen <c_soren...@byu.edu> > To: Pablo Cordal <pablocor...@gmail.com>, "lilypond-user@gnu.org" > <lilypond-user@gnu.org> > Subject: Re: Markup in chordmode > Message-ID: <12bc974e-1e4e-4b93-ba96-3d20d78d6...@byu.edu> > Content-Type: text/plain; charset="utf-8" > > I have no idea what f,,2/+c:3.5.8 is supposed to mean, and that gives me an > error when I run your file. > > Carl > > > From: Pablo Cordal <pablocor...@gmail.com> > Date: Wednesday, March 11, 2020 at 9:28 AM > To: <lilypond-user@gnu.org> > Subject: Markup in chordmode > > \version "2.18.2" > #(ly:set-option 'midi-extension "midi") > > \score { > << > \new StaffGroup > << > \new Staff { > \set Staff.instrumentName = #"Variciones" > \set Staff.midiInstrument = #"acoustic grand" > \clef "bass" > \override Score.MetronomeMark.self-alignment-X = 1.5 > \override Score.MetronomeMark.Y-offset = 3.5 > \override Score.BarNumber.break-visibility = ##(#f #f #f) > \time 4/4 > \numericTimeSignature > \tempo 4 = 70 > > \chordmode { > > c,,1:3.5.8 c,,2:3.5.8 d,,2:3.5.8 e,,4:3.5.8 f,,2/+c:3.5.8 r4 \bar "|." > > } > } >>> >>> > > \layout { indent = #15 } > \midi { } > > } > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > <https://lists.gnu.org/archive/html/lilypond-user/attachments/20200311/bb765ca9/attachment.html> > > ------------------------------ > > Message: 4 > Date: Wed, 11 Mar 2020 21:34:50 +0100 > From: Noeck <noeck.marb...@gmx.de> > To: lilypond-user@gnu.org > Subject: Re: Markup in chordmode > Message-ID: <dce46155-fbab-6085-5f42-fa4cd2a6e...@gmx.de> > Content-Type: text/plain; charset=utf-8 > > Am 11.03.20 um 19:22 schrieb Carl Sorensen: >> I have no idea what f,,2/+c:3.5.8 is supposed to mean, and that gives me >> an error when I run your file. > > The order is important. The correct (working) syntax is: > > \chordmode { f,,2:3.5.8/+c } > > which is an f major chord with an additionall octave on top and a c,, > below. Simply adding the 8 also adds the minor 7th and adding the 5 > removes the third which needs to be added again. That leads to :3.5.8 > > So first the colon then the slash. > > Cheers, > Joram > > > > ------------------------------ > > Subject: Digest Footer > > _______________________________________________ > lilypond-user mailing list > lilypond-user@gnu.org > https://lists.gnu.org/mailman/listinfo/lilypond-user > > > ------------------------------ > > End of lilypond-user Digest, Vol 208, Issue 22 > **********************************************