Re: Copying metronome marks to multiple \StaffGroup's

2015-03-11 Thread Stephen MacNeil
You could always do a markup ? tpo = \markup { {\bold Allegro \hspace #1 \concat { \lower #.25 ( \small \raise #.25 \note #4 #UP } \hspace #.5 { = 90 \raise #.5 \musicglyph #scripts.tenuto\concat{ 120\bold )}} } } \relative c' { \clef treble \key c \major \time 4/4 \tempo Allegro 4 = 90

path to lilypond executable

2015-03-11 Thread Urs Liska
Sorry, but I don't seem to be able to find the right search terms ... How would I retrieve the path to the currently executed LilyPond from Scheme? TIA Urs ___ lilypond-user mailing list lilypond-user@gnu.org

Re: Naming of staff-staff-spacing

2015-03-11 Thread Trevor Daniels
Noeck wrote Thursday, February 19, 2015 9:24 PM the conversation in the thread »How to increase the distance between systems? (new try)« has drawn my attention to vertical spacing settings and I have one question concerning:

Re: Help please with alternate jazz chord naming system

2015-03-11 Thread tisimst
For what it's worth, this is the older version of the jazzchords.ily stylesheet available on fonts.openlilylib.org, in case any one is interested. Look at the LilyJAZZ page for more details. - Abraham On Wed, Mar 11, 2015 at 2:13 AM, Stjepan Horvat [via Lilypond]

Re: Copying metronome marks to multiple \StaffGroup's

2015-03-11 Thread Pierre Perol-Schneider
Hi Vladimir, How about : \version 2.18.2 myMusic = { \tempo 4 = 120 a' } \score { \new Staff \with { \consists Metronome_mark_engraver } \myMusic \new Staff \myMusic \new StaffGroup \new Staff \with { \consists Metronome_mark_engraver }

Re: Pedal line staff sepation

2015-03-11 Thread Trevor Daniels
Hi Andrew you wrote Wednesday, March 11, 2015 1:13 AM I would like to have piano music with a normal two staff layout with a separate line for dynamics and under that a separate line for pedal indications. Whatever I do I can only get the pedal and the dynamics staff overlapping at the

Re: Time signature style with note in the denominator

2015-03-11 Thread Gilberto Agostinho
Works perfectly well. Thank you so much, Pierre, I really appreciate your help! Best, Gilberto -- View this message in context: http://lilypond.1069038.n5.nabble.com/Time-signature-style-with-note-in-the-denominator-tp172947p172955.html Sent from the User mailing list archive at Nabble.com.

Re: Help please with alternate jazz chord naming system

2015-03-11 Thread Tim McNamara
On Mar 10, 2015, at 8:35 PM, Peter Teeson peter.tee...@icloud.com wrote: Hi Tim: On 2015-03-09, at 2:53 PM, Tim McNamara tim...@bitstream.net mailto:tim...@bitstream.net wrote: There is also the pop-chords.ly http://pop-chords.ly/ file that can be used for chord names and I am working

Re: Help please with alternate jazz chord naming system

2015-03-11 Thread Peter Teeson
On 2015-03-11, at 2:14 PM, Tim McNamara tim...@bitstream.net wrote: On Mar 10, 2015, at 8:35 PM, Peter Teeson peter.tee...@icloud.com wrote: Hi Tim: On 2015-03-09, at 2:53 PM, Tim McNamara tim...@bitstream.net wrote: There is also the pop-chords.ly file that can be used for chord names and I

Copying metronome marks to multiple \StaffGroup's

2015-03-11 Thread H. S. Teoh
Hi, Apologies if this is already answered somewhere, 'cos I couldn't find it in the docs or on google, but I'm working on an orchestral score and would like for each \tempo marking to appear above each orchestral choir (winds, brass, strings). E.g., I'd like to just write \tempo 4 = 120 once, and

Re: Copying metronome marks to multiple \StaffGroup's

2015-03-11 Thread Kieren MacMillan
Hi, Search for “ScoreMarks” or “MarkLine” in the archives and snippets. There are lots of discussions about this. Hope this helps! Kieren. On Mar 11, 2015, at 1:55 PM, H. S. Teoh hst...@quickfur.ath.cx wrote: Hi, Apologies if this is already answered somewhere, 'cos I couldn't find it in

Re: Copying metronome marks to multiple \StaffGroup's

2015-03-11 Thread H. S. Teoh
On Wed, Mar 11, 2015 at 02:40:52PM -0400, Kieren MacMillan wrote: Hi, Search for “ScoreMarks” or “MarkLine” in the archives and snippets. There are lots of discussions about this. [...] Hi Kieran, I browsed through several google search results for those keywords, but all I found were

Re: Spacing Cheat Sheet

2015-03-11 Thread Noeck
Dear Kaj, you are brave to really dig through all this! That's a good thing. I think I can help you here, too: It is correct (and it works like expected) if you do \override StaffGroup.StaffGrouper.staff-staff-spacing.padding = 30 like I wrote. But only (!) if your grouping context is a

Re: [Frescobaldi] Re: ANN: Frescobaldi 2.18

2015-03-11 Thread safvet
Likewise updated yesterday and received 2.17.2. Also, for the developers, it appears that the pre-build .dmg version of Frescobaldi opens correctly with the full set of windows, but the version built from MacPorts will launch and show the splash, but one has to click the dock icon again to get

Re: Copying metronome marks to multiple \StaffGroup's

2015-03-11 Thread Kieren MacMillan
Hi, I browsed through several google search results for those keywords, but all I found were questions related to spacing and custom marks contexts, but I still can't figure out what I need to do to get the metronome marks to appear above each StaffGroup. Do you have a short sample that I

Re: Copying metronome marks to multiple \StaffGroup's

2015-03-11 Thread H. S. Teoh
On Wed, Mar 11, 2015 at 05:47:15PM -0400, Stephen MacNeil wrote: You could always do a markup ? tpo = \markup { {\bold Allegro \hspace #1 \concat { \lower #.25 ( \small \raise #.25 \note #4 #UP } \hspace #.5 { = 90 \raise #.5 \musicglyph #scripts.tenuto\concat{ 120\bold )}} } } [...]

convert-ly adding linefeeds / carriage return

2015-03-11 Thread stephan.patter...@videotron.ca
Good evening, I have just upgraded to the latest Lilypond, version 2.19.16. I'm using Frescobaldi 2.18 on Windows 8.1. Running convert-ly on any of my Lilypond scores, I find that carriage returns and/or linefeeds get added to each line. This: \version 2.18.2 \include _paper_setup.ily

Re: Naming of staff-staff-spacing

2015-03-11 Thread Noeck
A change to the name was first suggested in 2013, see https://code.google.com/p/lilypond/issues/detail?id=3482 so I suggest you add your support to that issue. I have no google account. And it seems to me that it is required for writing to the issues. I can only repeat that I think it's a

Re: path to lilypond executable

2015-03-11 Thread Mattes
Am Mittwoch, 11. März 2015 21:29 CET, Urs Liska u...@openlilylib.org schrieb: Sorry, but I don't seem to be able to find the right search terms ... How would I retrieve the path to the currently executed LilyPond from Scheme? Hmm, are you looking for the path to the current lilypond

Re: Some things that make life easy for me

2015-03-11 Thread Pierre Perol-Schneider
Hi Stephen, Thanks for sharing your work. Regarding the tuplet bracket/slur Harm did a remarkable tool here: http://www.lilypondforum.de/index.php?topic=1658.0 With the settings I'm using it goes : \version 2.18.2 printTupletBow = { %% Use slur-stencil \override TupletBracket.stencil =

Some things that make life easy for me

2015-03-11 Thread Stephen MacNeil
These are some basic hacks that make my life easier. Lots are borrowed and modified for guitar, or what I needed it for. Things could be better I know. Just Thought I would share some things I tend to use. http://www.mglessons.com/lilypond/guitar-current-example.pdf

Re: Help please with alternate jazz chord naming system

2015-03-11 Thread Stjepan Horvat
This is the site https://sites.google.com/site/jpgzic/home/ver-2-14 On Wed, Mar 11, 2015 at 2:35 AM, Peter Teeson peter.tee...@icloud.com wrote: Hi Tim: On 2015-03-09, at 2:53 PM, Tim McNamara tim...@bitstream.net wrote: There is also the pop-chords.ly file that can be used for chord names

Re: Some things that make life easy for me

2015-03-11 Thread Stephen MacNeil
wow that Is great. thanks very much. Stephen Thanks for sharing your work. Regarding the tuplet bracket/slur Harm did a remarkable tool here: http://www.lilypondforum.de/index.php?topic=1658.0 With the settings I'm using it goes : \version 2.18.2 printTupletBow = { %% Use slur-stencil

Default stylesheets for alternative fonts

2015-03-11 Thread Urs Liska
Hi all, I would like to provide default stylesheets for the alternative fonts that are available by now. If anybody has got familiar with one or more fonts and has already found common tweaks that are appropriate for them I'd like to get them as starting points. Of course these stylesheets

Time signature style with note in the denominator

2015-03-11 Thread Gilberto Agostinho
Hello LilyPonders, Could someone please give me a hand? I want to use the following snippet (from: http://lsr.di.unimi.it/LSR/Item?id=642), but I'd like that the notes in the denominator to use the straight-modern-flag similarly to the notes of the score: \version 2.19.15 #(define-public

Re: Spacing Cheat Sheet

2015-03-11 Thread Kaj
Hi Joram, Time has gone since you helped me to understand the vertical spacing mystery in LilyPond. Well I am not ready yet for the big battle, but a lot has been clear since. And a lot of thanks for your very valuable sheet compiling the different items. But not always I have got things work

Re: Trouble with stem length while using cross piano staff chord engraver

2015-03-11 Thread Kevin Barry
On Wed, Mar 11, 2015 at 12:55 AM, 良ϖ p2b@gmail.com wrote: Would you mind to give me a last advice about that bar? Lines 87 sqq. in the (now-)working example I set a variable to make sure notes are grouped the correct way. It works but would you know anything lighter or is this the correct

Re: Copying metronome marks to multiple \StaffGroup's

2015-03-11 Thread H. S. Teoh
On Wed, Mar 11, 2015 at 07:47:34PM +0100, Pierre Perol-Schneider wrote: Hi Vladimir, How about : \version 2.18.2 myMusic = { \tempo 4 = 120 a' } \score { \new Staff \with { \consists Metronome_mark_engraver } \myMusic \new Staff \myMusic \new

Re: [Frescobaldi] Re: ANN: Frescobaldi 2.18

2015-03-11 Thread MarcM
i just updated from MacPort but it installed 2.17.2 instead of 2.18. -- View this message in context: http://lilypond.1069038.n5.nabble.com/ANN-Frescobaldi-2-18-tp172767p172972.html Sent from the User mailing list archive at Nabble.com. ___

Re: divisi staves and notehead merge (issue 3518 revisited)

2015-03-11 Thread Werner LEMBERG
Any takers? Werner == Please have a look at the `divisi-staves.ly' regression test, which is the solution to https://code.google.com/p/lilypond/issues/detail?id=3518 [Actually, this file contains undocumented

Re: Copying metronome marks to multiple \StaffGroup's

2015-03-11 Thread Jim Long
On Wed, Mar 11, 2015 at 07:30:54PM -0700, H. S. Teoh wrote: On Wed, Mar 11, 2015 at 08:40:20PM -0400, Kieren MacMillan wrote: [...] Hopefully the snippet below helps. Thanks so much!!! snip A minor issue remains: how do I adjust the vertical distance of the tempo marks from the staff

Re: Copying metronome marks to multiple \StaffGroup's

2015-03-11 Thread H. S. Teoh
On Wed, Mar 11, 2015 at 08:40:20PM -0400, Kieren MacMillan wrote: [...] Hopefully the snippet below helps. Thanks so much!!! I finally figured out the problem with my score: I had inadvertently put \numericTimeSignature inside a staff instead of a \layout block, and somehow that caused strange