2013/6/16 Paul Malcolm :
> Dear David thanks for your link.
> I did try that but I could not figure out how to turn it on and off,
> that is, it seemed a condition that is for the entire score only.
> I wanted triangles and squares only in certain parts of the score.
> Ive attached the final resul
Pierre Perol-Schneider writes:
> 2013/6/15 David Nalesnik
>
>
>
>
>
>
>
>
>
>
>
> padText =
> #(define-music-function (parser location padding) (number?)
> #{
> \once \override TextScript #'padding = #$padding
> #})
>
>
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
___
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
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
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
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
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
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
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
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
11 matches
Mail list logo