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
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
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
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
13 matches
Mail list logo