Re: Lilypond, Linux (Fedora) and Vim

2015-02-13 Thread Philip Rhoades
Kevin, On 2015-02-13 18:54, Kevin Tough wrote: Once again my favorite linux OS Fedora is giving me some problems. The implementation of Lilypond with Vim is good. Packaged with Lilypond 2.18.2 the software is reasonably up to date. Networking with Fedora has recently given me problems with

Re: [Announce] Boulez anyone?

2015-02-13 Thread Noeck
Thanks a lot Abraham, it is just great to see all these styles. You know that, but for all who don't: straight flags and other flag styles can also be easily set in LilyPond for fonts that support it like the default font:

Re: global marks

2015-02-13 Thread Johan Vromans
On Thu, 12 Feb 2015 16:20:01 -0800 Flaming Hakama by Elaine ela...@flaminghakama.com wrote: In particular, how much can you put in the \markVoice? Would this approach work for: ... o Repeats Yes, unless you use \unfoldRepeats to generate MIDI. -- Johan

Re: Broken ligatures in recent LilyPond versions

2015-02-13 Thread Werner LEMBERG
So do I understand you correctly, that if a font contains a ligature for a given sequence of characters, then Lilypond will always typeset that character sequence using the ligature, It is more complicated than that. Here is the ideal model for OpenType ligature handling. 1. Get the

Re: Lilypond, Linux (Fedora) and Vim

2015-02-13 Thread Stjepan Horvat
I use archlinux and its very cool couse of AUR user reposatory..U can install frescobaldi from it or apps directly from git..I use vim too. On Fri, Feb 13, 2015 at 12:05 PM, Philip Rhoades p...@philiprhoades.org wrote: Kevin, On 2015-02-13 18:54, Kevin Tough wrote: Once again my favorite

Re: Lilypond, Linux and Vim

2015-02-13 Thread Johan Vromans
On Fri, 13 Feb 2015 08:54:58 +0100 Kevin Tough ke...@toughlife.org wrote: Once again my favorite linux OS Fedora is giving me some problems. Oh? Let's see... The implementation of Lilypond with Vim is good. Ok. Packaged with Lilypond 2.18.2 the software is reasonably up to date. I'd call

Re: [Announce] Boulez anyone?

2015-02-13 Thread tisimst
You know, I am 100% sure I knew about this at one point, but since I had never used it myself, I guess I had forgotten about it :) - Abraham Sent from my iPhone On Feb 13, 2015, at 4:16 AM, Noeck [via Lilypond] ml-node+s1069038n171813...@n5.nabble.com wrote: Thanks a lot Abraham, it is

Re: Encapsulating tweak and markup in a variable

2015-02-13 Thread Klaus Blum
Salut Jacques, defining your command as a function should do the trick: %--- \version 2.18.2 UN_E = #(define-music-function (parser location) () #{ -\tweak TextScript.self-alignment-X #CENTER -\markup\large\bold\with-color #magenta 1E #})

Re: Encapsulating tweak and markup in a variable

2015-02-13 Thread Klaus Blum
P.S.: You can also pass parameters to that function: % --- \version 2.18.2 F = #(define-music-function (parser location text) (string?) #{ -\tweak TextScript.self-alignment-X #CENTER -\markup\large\bold\with-color #magenta $text #}) {g2 \mf

Re: Cadence treble clef

2015-02-13 Thread tisimst
Joram, That isn't hard at all. Which would you prefer? 1. A brand-new font that has the sharper Cadence treble clef and the rest Emmentaler (with a new name, just for you). OR 2. A custom Cadence font with the treble clef changes you requested, to replace the one you currently have

Re: Encapsulating tweak and markup in a variable

2015-02-13 Thread Pierre Perol-Schneider
Hi Jacques, Hi Klaus, You can do also : %% \version 2.18.2 UN_E = -\tweak self-alignment-X #CENTER -\markup\large\bold\with-color #magenta 1E { g2 \mf ^\UN_E } %% Cheers, Pierre 2015-02-13 15:36 GMT+01:00 Klaus Blum benbigno...@gmx.de: Salut Jacques, defining

Encapsulating tweak and markup in a variable

2015-02-13 Thread Menu Jacques
Hello folks, In order to produce home-make fingerings, I use the code below, a solution supplied by users of this list: %% \version 2.19.15 Introduction = \relative g, { \markLengthOn \clef bass \key bes \major \time 2/4 | % 1 \tempo Moderato 4 = 108 g2 \mf -\tweak

Re: change the font for all markups

2015-02-13 Thread ole
Am 12.02.2015 um 20:53 schrieb tisimst tisimst.lilyp...@gmail.com: Ole Schmidt wrote Am 12.02.2015 um 11:50 schrieb Richard Shann lt; richard@.plus gt;: On Thu, 2015-02-12 at 12:20 +0100, Ole Schmidt wrote: Am 12.02.2015 um 12:04 schrieb Noeck lt; noeck.marburg@ gt;: Hi,

Re: Grand Advanced Stylesheet Project (GASP)

2015-02-13 Thread Kieren MacMillan
Hi Joram, did I miss something or what happened to GASP? It’s on a (hopefully brief) hiatus, while I finish two large commissions (one two-act stage musical, one concert-length multidisciplinary work). Is there any repository and plans how to contribute? Urs and I are discussing (off-line)

Re: [Announce] Boulez anyone?

2015-02-13 Thread tisimst
That's correct, David. No overrides necessary. - Abraham Sent from my iPhone On Feb 13, 2015, at 5:13 AM, David Stephen Grant [via Lilypond] ml-node+s1069038n171819...@n5.nabble.com wrote: Oh, but I guess the Boulez font does this automatically, right? Thanks! David On 13 February

Re: Augmentation Dot Appearance

2015-02-13 Thread thepocketwade
That's perfect. Thanks a lot. -- View this message in context: http://lilypond.1069038.n5.nabble.com/Augmentation-Dot-Appearance-tp171804p171822.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user mailing list

Re: global marks

2015-02-13 Thread Simon Albrecht
Hello, I usually don’t write this in the \score block, but instead define a music function like global = #(define-music-function (parser location mus) (ly:music?) #{ \helper \relative { \key as \minor \time 9/16 \partial 8. \autoBeamOff $mus } #})

Re: Grand Advanced Stylesheet Project (GASP)

2015-02-13 Thread Noeck
Hi Kieren, thanks for the info. I reviewed my stylesheets and now I am ready whenever you are. I just didn't want to loose touch with this initiative. Cheers, Joram ___ lilypond-user mailing list lilypond-user@gnu.org

Re: How to encapsulate TextSpanner?

2015-02-13 Thread Simon Albrecht
Am 12.02.2015 um 23:40 schrieb Kevin Barry: On Thu, Feb 12, 2015 at 10:32 PM, H. S. Teoh hst...@quickfur.ath.cx mailto:hst...@quickfur.ath.cx wrote: Why doesn't it work when I use \override instead of \tweak? I think \override doesn't work because it gets between the note and

Re: Lilypond, Linux and Vim

2015-02-13 Thread Kevin Tough
On Fri, 2015-02-13 at 13:56 +0100, Johan Vromans wrote: On Fri, 13 Feb 2015 08:54:58 +0100 Kevin Tough ke...@toughlife.org wrote: Once again my favorite linux OS Fedora is giving me some problems. Oh? Let's see... The implementation of Lilypond with Vim is good. Ok. Packaged

Re: Cadence treble clef

2015-02-13 Thread Noeck
Hi Abraham, That isn't hard at all. Which would you prefer? 1. A brand-new font that has the sharper Cadence treble clef and the rest Emmentaler (with a new name, just for you). Cool! I would prefer this. How about Greyerzer? It is a cheese quite close to Emmentaler originwise. Am I right

Re: Dotted ottava bracket

2015-02-13 Thread David Nalesnik
Hi, On Fri, Feb 13, 2015 at 6:07 AM, Pierre Perol-Schneider pierre.schneider.pa...@gmail.com wrote: Hi Joram, Two things : 1) Ottava_spanner_engraver is part of the Staff context, see : http://lilypond.org/doc/v2.18/Documentation/internals/ottava_005fspanner_005fengraver 2) for some

Re: Levelling hairpins

2015-02-13 Thread Richard Shann
On Fri, 2015-02-13 at 11:21 -0700, tisimst wrote: David, You have several options, but first would you mind providing a tiny example that shows these undesired offsets? Thanks This is too well known to need an example, indeed one is given in the documentation

Levelling hairpins

2015-02-13 Thread David Sumbler
One of my pieces has a lot of crescendo-decrescendo markings, using two hairpins (i.e. and ). Mostly these look fine; but just occasionally, because of the contours of the melodic line above the hairpins, the crescendo and decrescendo hairpins have different vertical placements and are not

Re: Compile .ly via terminal in mac

2015-02-13 Thread Tim Walters
/Applications/LilyPond.app/Contents/Resources/bin/lilypond file.ly On 2/13/15 7:16 AM, jrsv wrote: Hello forum, I am new user of lilypond. I need to help out a friend compiling his scores. We have setup a dropbox shared folder and I am preparing an automator action in Mac to compile the files

Re: Compile .ly via terminal in mac

2015-02-13 Thread Hans Aberg
On 13 Feb 2015, at 16:16, jrsv jsubiaval...@gmail.com wrote: I am new user of lilypond. I need to help out a friend compiling his scores. We have setup a dropbox shared folder and I am preparing an automator action in Mac to compile the files automatically via terminal. Make script called

Compile .ly via terminal in mac

2015-02-13 Thread jrsv
Hello forum, I am new user of lilypond. I need to help out a friend compiling his scores. We have setup a dropbox shared folder and I am preparing an automator action in Mac to compile the files automatically via terminal. so far I only manage to open the file with lilypond, meaning that when I

Re: Levelling hairpins

2015-02-13 Thread tisimst
David, You have several options, but first would you mind providing a tiny example that shows these undesired offsets? Thanks - Abraham On Fri, Feb 13, 2015 at 11:13 AM, David Sumbler [via Lilypond] ml-node+s1069038n171841...@n5.nabble.com wrote: One of my pieces has a lot of

Re: [Announce] Boulez anyone?

2015-02-13 Thread Thomas Morley
2015-02-13 13:10 GMT+01:00 David Stephen Grant da...@davidgrant.no: I've been wondering - is there an easy way to use the built-in straight LilyPond flags also in metronome marks and markups? Yes, use: \override Score.MetronomeMark.flag-style = #'modern-straight-flag and \override

Re: [Announce] Boulez anyone?

2015-02-13 Thread Thomas Morley
2015-02-13 12:15 GMT+01:00 Noeck noeck.marb...@gmx.de: Thanks a lot Abraham, it is just great to see all these styles. You know that, but for all who don't: straight flags and other flag styles can also be easily set in LilyPond for fonts that support it like the default font:

Re: Levelling hairpins

2015-02-13 Thread Peter Gentry
This is too well known to need an example, indeed one is given in the documentation http://www.lilypond.org/doc/v2.18/Documentation/notation/expressive-marks-attached-to-notes http://www.lilypond.org/doc/v2.18/Documentation/notation/expressive-marks-attached-to-notes#dynamics where the

Re: Levelling hairpins

2015-02-13 Thread David Stephen Grant
This is how I deal with it. Not exactly automatic, but works well for me :-) \version 2.19.15 dynPadYOn = #(define-music-function (parser location padding)(number?) #{ \override DynamicLineSpanner.staff-padding = $padding #}) dynPadYOff = #(define-music-function (parser location)()

Re: Dotted ottava bracket

2015-02-13 Thread Pierre Perol-Schneider
Hi Joram, Two things : 1) Ottava_spanner_engraver is part of the Staff context, see : http://lilypond.org/doc/v2.18/Documentation/internals/ottava_005fspanner_005fengraver 2) for some reason LP spanners cannot reproduce dotted lines such as the one your looking for. So here's a kind-of : { %%

Re: Hungarian Gregorian

2015-02-13 Thread Pierre Perol-Schneider
Hi, I'll try to find some time to take a look at it during the week end. Cheers, Pierre 2015-02-12 18:46 GMT+01:00 Rita Composer ritacompo...@gmail.com: Dear Users, We have still a problem with the dots. The program puts one dot in a right place and plus one above... A tiny example is

Re: [Announce] Boulez anyone?

2015-02-13 Thread Pierre Perol-Schneider
Thanks much Abraham. Cheers, Pierre 2015-02-13 12:15 GMT+01:00 Noeck noeck.marb...@gmx.de: Thanks a lot Abraham, it is just great to see all these styles. You know that, but for all who don't: straight flags and other flag styles can also be easily set in LilyPond for fonts that support it

Re: [Announce] Boulez anyone?

2015-02-13 Thread David Stephen Grant
I've been wondering - is there an easy way to use the built-in straight LilyPond flags also in metronome marks and markups? \version 2.19.15 \relative c' { \override Score.Flag.stencil = #modern-straight-flag \time 2/4 \autoBeamOff \tempo Default flag: 8 = 120 c8 d16 c32 d64

Re: [Announce] Boulez anyone?

2015-02-13 Thread David Stephen Grant
Oh, but I guess the Boulez font does this automatically, right? Thanks! David On 13 February 2015 at 13:10, David Stephen Grant da...@davidgrant.no wrote: I've been wondering - is there an easy way to use the built-in straight LilyPond flags also in metronome marks and markups? \version

GoldenAge Font

2015-02-13 Thread Abraham Lee
Has anyone heard of the GoldenAge font family? Just curious if anyone has used it before (it's an old Finale font), or wanted to. -Abraham Sent from my iPhone ___ lilypond-user mailing list lilypond-user@gnu.org

Re: Frescobaldi on Mac Yosemite ?

2015-02-13 Thread Philippe Massart
Yes it works fine. But if you prefer, there is now a compiled binary on a .DMG disk image available from the frescobaldi website: https://github.com/wbsoft/frescobaldi/releases Le 14 févr. 2015 à 01:52, Steve Noland st...@thenolands.us a écrit : Dear all, Has Frescobaldi been

Frescobaldi on Mac Yosemite ?

2015-02-13 Thread Steve Noland
Dear all, Has Frescobaldi been successfully installed under Mac Yosemite via MacPorts? Thanks, Steve ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Frescobaldi on Mac Yosemite ?

2015-02-13 Thread Omer Katzir
Works great On Sat, Feb 14, 2015 at 8:16 AM, Philippe Massart phili...@philmassart.net wrote: Yes it works fine. But if you prefer, there is now a compiled binary on a .DMG disk image available from the frescobaldi website: https://github.com/wbsoft/frescobaldi/releases Le 14 févr.

Re: Are these triple-dots of augmentation possible?

2015-02-13 Thread Marc Hohl
Am 20.01.2015 um 17:11 schrieb Graham King: [...] HTH, Simon Thanks Simon, that's why the dots are weird (excuse the typo in my original posting). O... would indeed multiply the duration of O by 15/8, but O:. is intended to multiply the duration of O by 9/4 ( i.e. O. + ..) I'm transcribing a