lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 64-bit Mac build of 2.20 is now available! (Marnen Laibow-Koser)


From: Allan Kinnaird
Subject: Re: 64-bit Mac build of 2.20 is now available! (Marnen Laibow-Koser)
Date: Wed, 11 Mar 2020 23:24:55 +0000

Yayy!! Although the Frescobaldi “LilyPond Documentation” menu command crashes. 
Minor problem.
Thanks Marnen!

> On 11 Mar 2020, at 20:34, address@hidden wrote:
> 
> Send lilypond-user mailing list submissions to
>       address@hidden
> 
> 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
>       address@hidden
> 
> You can reach the person managing the list at
>       address@hidden
> 
> 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 <address@hidden>
> To: address@hidden
> Subject: Re: Markup in chordmode
> Message-ID: <address@hidden>
> 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 <address@hidden>
> To: LilyPond <address@hidden>, LilyPond Users
>       <address@hidden>
> Cc: Zone Dremik <address@hidden>
> Subject: 64-bit Mac build of 2.20 is now available!
> Message-ID:
>       <CAKZYM4C8mOHzsyGBdfkgo4V7sifMBLkR=address@hidden>
> 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
> address@hidden
> 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 <address@hidden>
> To: Pablo Cordal <address@hidden>, "address@hidden"
>       <address@hidden>
> Subject: Re: Markup in chordmode
> Message-ID: <address@hidden>
> 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 <address@hidden>
> Date: Wednesday, March 11, 2020 at 9:28 AM
> To: <address@hidden>
> 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 <address@hidden>
> To: address@hidden
> Subject: Re: Markup in chordmode
> Message-ID: <address@hidden>
> 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
> address@hidden
> https://lists.gnu.org/mailman/listinfo/lilypond-user
> 
> 
> ------------------------------
> 
> End of lilypond-user Digest, Vol 208, Issue 22
> **********************************************




reply via email to

[Prev in Thread] Current Thread [Next in Thread]