RehearsalMark & MetronomeMark, again

2013-06-15 Thread Kieren MacMillan
Hi all, I just can't seem to get RM & MM to work well together. I've got a ScoreMarks context, with the following overrides (amongst others): \context { \ScoreMarks \override MetronomeMark #'extra-spacing-width = #'(-0.5 . 0.5) \override MetronomeMark #'Y-offset = #3.0 \override Metronom

Re: adding a markup ("sim.") to the end of a SustainPedalBracket

2013-06-15 Thread Thomas Morley
2013/6/14 Thomas Morley > > > 2013/6/14 Kieren MacMillan > >> Hi Harm, >> >> it's not completely clear to me what you want to achieve. >> >> >> I want this: >> >> 1. Best Option = adjust the stencil of the bracket so that \sustainOff >> would print the entire grouping "/\_ sim." >> >> >> Pleas

Re: vertical space..under the staff

2013-06-15 Thread David Kastrup
Pierre Perol-Schneider writes: > 2013/6/15 David Nalesnik > > > > > > > > > > > > padText = > #(define-music-function (parser location padding) (number?) > #{ > \once \override TextScript #'padding = #$padding > #}) > >

Re: vertical space..under the staff

2013-06-15 Thread Pierre Perol-Schneider
2013/6/15 David Nalesnik > > padText = > #(define-music-function (parser location padding) (number?) > #{ > \once \override TextScript #'padding = #$padding > #}) > > Please note that "#$padding" won't work for 2.17/2.18 Better use : \once \override TextScript #'padding = #padding ___

Re: vertical space..under the staff

2013-06-15 Thread David Nalesnik
Paul, On Sat, Jun 15, 2013 at 8:51 AM, Paul Malcolm wrote: > > Harm, perfect thanks very much indeed ! > This is perfect ! > I must have made a silly blunder. > Now in a quick glance one can see if 5/8 is 2+3 > or 3+2 etc.. > LilyPond has already has the capability to show measure groupings. S

Re: vertical space..under the staff

2013-06-15 Thread Paul Malcolm
Harm, perfect thanks very much indeed ! This is perfect ! I must have made a silly blunder. Now in a quick glance one can see if 5/8 is 2+3 or 3+2 etc.. Regards Paul On 15/06/13, Thomas Morley wrote: > 2013/6/15 Paul Malcolm : > > Sorry Harm, its an alias to a down bow, just delete i

Fwd: vertical space..under the staff

2013-06-15 Thread David Nalesnik
Sorry for the duplicate, Paul--forgot to hit "reply all"... Hi Paul, On Sat, Jun 15, 2013 at 8:20 AM, Paul Malcolm wrote: > Hi David, thanks. That was a silly error in my post. > I did try the _ and it didn't work. > In frustration I changed it to a ^ to see if cha

Re: vertical space..under the staff

2013-06-15 Thread Thomas Morley
2013/6/15 Paul Malcolm : > Sorry Harm, its an alias to a down bow, just delete it. > > Paul > > > On 15/06/13, Thomas Morley wrote: > > Hi Paul, > > I can't reproduce/compile your example. > What is \DB ?? > > Please post a compilable code. > > -Harm Hi Paul, please keep the discussion on the li

Re: vertical space..under the staff

2013-06-15 Thread Thomas Morley
Hi Paul, I can't reproduce/compile your example. What is \DB ?? Please post a compilable code. -Harm ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: vertical space..under the staff

2013-06-15 Thread Paul Malcolm
Hi David, thanks. That was a silly error in my post. I did try the _ and it didn't work. In frustration I changed it to a ^ to see if changing the padding worked only in one direction Keeping it this way c4.\DB^\markup{\center-align \larger \triangle ##t} I used this standard function

Re: vertical space..under the staff

2013-06-15 Thread David Nalesnik
Hi Paul, On Sat, Jun 15, 2013 at 6:49 AM, Paul Malcolm wrote: > > Most of the offsets and padding for objects seem to be for above the > staff. > I would like to display a filled square and triangle for indications of > 5/8 > time beat groupings, but I want them underneath the staff. > For examp

vertical space..under the staff

2013-06-15 Thread Paul Malcolm
Most of the offsets and padding for objects seem to be for above the staff. I would like to display a filled square and triangle for indications of 5/8 time beat groupings, but I want them underneath the staff. For example under the given C note c4.\DB^\markup{\center-align \larger \triangle

Re: crossStaff with tieWaitForNote

2013-06-15 Thread David Kastrup
Kieren MacMillan writes: > Hi David, > >> How about this one? > > Amazing! Thanks. > >> It's sort of fishy > > > What specifically is 'fishy' about it? Well, it mixes a "TieVoice" into the hierarchy between Staff and Voice. If you say something like \new Staff << \new Voice ... \ne