Re: crossStaff with tieWaitForNote

2013-06-15 Thread David Kastrup
Kieren MacMillan kieren_macmil...@sympatico.ca 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 ...

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

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 paul.malc...@anu.edu.auwrote: 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

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 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 Thomas Morley
2013/6/15 Paul Malcolm paul.malc...@anu.edu.au: Sorry Harm, its an alias to a down bow, just delete it. Paul On 15/06/13, Thomas Morley thomasmorle...@gmail.com wrote: Hi Paul, I can't reproduce/compile your example. What is \DB ?? Please post a compilable code. -Harm Hi Paul,

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 paul.malc...@anu.edu.auwrote: 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

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 thomasmorle...@gmail.com wrote: 2013/6/15 Paul Malcolm paul.malc...@anu.edu.au: Sorry

Re: vertical space..under the staff

2013-06-15 Thread David Nalesnik
Paul, On Sat, Jun 15, 2013 at 8:51 AM, Paul Malcolm paul.malc...@anu.edu.auwrote: 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

Re: vertical space..under the staff

2013-06-15 Thread Pierre Perol-Schneider
2013/6/15 David Nalesnik david.nales...@gmail.com 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 =

Re: vertical space..under the staff

2013-06-15 Thread David Kastrup
Pierre Perol-Schneider pierre.schneider.pa...@gmail.com writes: 2013/6/15 David Nalesnik david.nales...@gmail.com padText = #(define-music-function (parser location padding) (number?) #{ \once \override TextScript

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

2013-06-15 Thread Thomas Morley
2013/6/14 Thomas Morley thomasmorle...@gmail.com 2013/6/14 Kieren MacMillan kieren_macmil...@sympatico.ca 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

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